[INFO] fetching crate mextk-sys 0.1.0...
[INFO] testing mextk-sys-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mextk-sys 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate mextk-sys 0.1.0
[INFO] finished tweaking crates.io crate mextk-sys 0.1.0
[INFO] tweaked toml for crates.io crate mextk-sys 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mextk-sys 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4954a21422eb2a69842c922d275cbe517a9789e0ab9f1d3a6e64b706fb04d6e3
[INFO] running `Command { std: "docker" "start" "-a" "4954a21422eb2a69842c922d275cbe517a9789e0ab9f1d3a6e64b706fb04d6e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4954a21422eb2a69842c922d275cbe517a9789e0ab9f1d3a6e64b706fb04d6e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4954a21422eb2a69842c922d275cbe517a9789e0ab9f1d3a6e64b706fb04d6e3", kill_on_drop: false }`
[INFO] [stdout] 4954a21422eb2a69842c922d275cbe517a9789e0ab9f1d3a6e64b706fb04d6e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a532dd4399cf334ca9f2475f79c56e55102b556e1183fa3a67a4093baca6344
[INFO] running `Command { std: "docker" "start" "-a" "7a532dd4399cf334ca9f2475f79c56e55102b556e1183fa3a67a4093baca6344", kill_on_drop: false }`
[INFO] [stderr]    Compiling mextk-libc v0.1.0
[INFO] [stderr]    Compiling mextk-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27166:18
[INFO] [stdout]       |
[INFO] [stdout] 27166 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(0usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout]       |
[INFO] [stdout]       = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27171:27
[INFO] [stdout]       |
[INFO] [stdout] 27171 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27177:18
[INFO] [stdout]       |
[INFO] [stdout] 27177 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(1usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27182:27
[INFO] [stdout]       |
[INFO] [stdout] 27182 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27188:18
[INFO] [stdout]       |
[INFO] [stdout] 27188 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(2usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27193:27
[INFO] [stdout]       |
[INFO] [stdout] 27193 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27199:18
[INFO] [stdout]       |
[INFO] [stdout] 27199 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(3usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27204:27
[INFO] [stdout]       |
[INFO] [stdout] 27204 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27210:18
[INFO] [stdout]       |
[INFO] [stdout] 27210 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(4usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27215:27
[INFO] [stdout]       |
[INFO] [stdout] 27215 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27221:18
[INFO] [stdout]       |
[INFO] [stdout] 27221 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(5usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27226:27
[INFO] [stdout]       |
[INFO] [stdout] 27226 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27232:18
[INFO] [stdout]       |
[INFO] [stdout] 27232 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(6usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27237:27
[INFO] [stdout]       |
[INFO] [stdout] 27237 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27243:18
[INFO] [stdout]       |
[INFO] [stdout] 27243 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(7usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27248:27
[INFO] [stdout]       |
[INFO] [stdout] 27248 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27362:40
[INFO] [stdout]       |
[INFO] [stdout] 27362 |             let x2228_1: u8 = unsafe { ::core::mem::transmute(x2228_1) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27366:40
[INFO] [stdout]       |
[INFO] [stdout] 27366 |             let x2228_2: u8 = unsafe { ::core::mem::transmute(x2228_2) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27370:40
[INFO] [stdout]       |
[INFO] [stdout] 27370 |             let x2228_3: u8 = unsafe { ::core::mem::transmute(x2228_3) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27374:40
[INFO] [stdout]       |
[INFO] [stdout] 27374 |             let x2228_4: u8 = unsafe { ::core::mem::transmute(x2228_4) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27378:40
[INFO] [stdout]       |
[INFO] [stdout] 27378 |             let x2228_5: u8 = unsafe { ::core::mem::transmute(x2228_5) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27382:40
[INFO] [stdout]       |
[INFO] [stdout] 27382 |             let x2228_6: u8 = unsafe { ::core::mem::transmute(x2228_6) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27386:44
[INFO] [stdout]       |
[INFO] [stdout] 27386 |             let used_tether: u8 = unsafe { ::core::mem::transmute(used_tether) };
[INFO] [stdout]       |                                            ----------------------^^^^^^^^^^^^^
[INFO] [stdout]       |                                            |
[INFO] [stdout]       |                                            help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27390:40
[INFO] [stdout]       |
[INFO] [stdout] 27390 |             let x2228_8: u8 = unsafe { ::core::mem::transmute(x2228_8) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:33792:18
[INFO] [stdout]       |
[INFO] [stdout] 33792 |         unsafe { ::core::mem::transmute(self._bitfield_2.get(0usize, 32u8) as u32) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u32::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:33797:28
[INFO] [stdout]       |
[INFO] [stdout] 33797 |             let val: u32 = ::core::mem::transmute(val);
[INFO] [stdout]       |                            ----------------------^^^^^
[INFO] [stdout]       |                            |
[INFO] [stdout]       |                            help: replace this with: `i32::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:33808:46
[INFO] [stdout]       |
[INFO] [stdout] 33808 |             let timerSeconds: u32 = unsafe { ::core::mem::transmute(timerSeconds) };
[INFO] [stdout]       |                                              ----------------------^^^^^^^^^^^^^^
[INFO] [stdout]       |                                              |
[INFO] [stdout]       |                                              help: replace this with: `i32::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66859:18
[INFO] [stdout]       |
[INFO] [stdout] 66859 |         unsafe { ::core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66864:27
[INFO] [stdout]       |
[INFO] [stdout] 66864 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66870:18
[INFO] [stdout]       |
[INFO] [stdout] 66870 |         unsafe { ::core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66875:27
[INFO] [stdout]       |
[INFO] [stdout] 66875 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66881:18
[INFO] [stdout]       |
[INFO] [stdout] 66881 |         unsafe { ::core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66886:27
[INFO] [stdout]       |
[INFO] [stdout] 66886 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66899:42
[INFO] [stdout]       |
[INFO] [stdout] 66899 |             let show_text: u8 = unsafe { ::core::mem::transmute(show_text) };
[INFO] [stdout]       |                                          ----------------------^^^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66903:48
[INFO] [stdout]       |
[INFO] [stdout] 66903 |             let show_background: u8 = unsafe { ::core::mem::transmute(show_background) };
[INFO] [stdout]       |                                                ----------------------^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                                                |
[INFO] [stdout]       |                                                help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66907:44
[INFO] [stdout]       |
[INFO] [stdout] 66907 |             let show_cursor: u8 = unsafe { ::core::mem::transmute(show_cursor) };
[INFO] [stdout]       |                                            ----------------------^^^^^^^^^^^^^
[INFO] [stdout]       |                                            |
[INFO] [stdout]       |                                            help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
[INFO] running `Command { std: "docker" "inspect" "7a532dd4399cf334ca9f2475f79c56e55102b556e1183fa3a67a4093baca6344", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a532dd4399cf334ca9f2475f79c56e55102b556e1183fa3a67a4093baca6344", kill_on_drop: false }`
[INFO] [stdout] 7a532dd4399cf334ca9f2475f79c56e55102b556e1183fa3a67a4093baca6344
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b82d213cc35d98d1b8a60bbe3b6466334e5ccf32daa7157bf06c1aa33ca22520
[INFO] running `Command { std: "docker" "start" "-a" "b82d213cc35d98d1b8a60bbe3b6466334e5ccf32daa7157bf06c1aa33ca22520", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27166:18
[INFO] [stdout]       |
[INFO] [stdout] 27166 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(0usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout]       |
[INFO] [stdout]       = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27171:27
[INFO] [stdout]       |
[INFO] [stdout] 27171 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27177:18
[INFO] [stdout]       |
[INFO] [stdout] 27177 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(1usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27182:27
[INFO] [stdout]       |
[INFO] [stdout] 27182 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mextk-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27188:18
[INFO] [stdout]       |
[INFO] [stdout] 27188 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(2usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27193:27
[INFO] [stdout]       |
[INFO] [stdout] 27193 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27199:18
[INFO] [stdout]       |
[INFO] [stdout] 27199 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(3usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27204:27
[INFO] [stdout]       |
[INFO] [stdout] 27204 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27210:18
[INFO] [stdout]       |
[INFO] [stdout] 27210 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(4usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27215:27
[INFO] [stdout]       |
[INFO] [stdout] 27215 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27221:18
[INFO] [stdout]       |
[INFO] [stdout] 27221 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(5usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27226:27
[INFO] [stdout]       |
[INFO] [stdout] 27226 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27232:18
[INFO] [stdout]       |
[INFO] [stdout] 27232 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(6usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27237:27
[INFO] [stdout]       |
[INFO] [stdout] 27237 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27243:18
[INFO] [stdout]       |
[INFO] [stdout] 27243 |         unsafe { ::core::mem::transmute(self._bitfield_5.get(7usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27248:27
[INFO] [stdout]       |
[INFO] [stdout] 27248 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27362:40
[INFO] [stdout]       |
[INFO] [stdout] 27362 |             let x2228_1: u8 = unsafe { ::core::mem::transmute(x2228_1) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27366:40
[INFO] [stdout]       |
[INFO] [stdout] 27366 |             let x2228_2: u8 = unsafe { ::core::mem::transmute(x2228_2) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27370:40
[INFO] [stdout]       |
[INFO] [stdout] 27370 |             let x2228_3: u8 = unsafe { ::core::mem::transmute(x2228_3) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27374:40
[INFO] [stdout]       |
[INFO] [stdout] 27374 |             let x2228_4: u8 = unsafe { ::core::mem::transmute(x2228_4) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27378:40
[INFO] [stdout]       |
[INFO] [stdout] 27378 |             let x2228_5: u8 = unsafe { ::core::mem::transmute(x2228_5) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27382:40
[INFO] [stdout]       |
[INFO] [stdout] 27382 |             let x2228_6: u8 = unsafe { ::core::mem::transmute(x2228_6) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27386:44
[INFO] [stdout]       |
[INFO] [stdout] 27386 |             let used_tether: u8 = unsafe { ::core::mem::transmute(used_tether) };
[INFO] [stdout]       |                                            ----------------------^^^^^^^^^^^^^
[INFO] [stdout]       |                                            |
[INFO] [stdout]       |                                            help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:27390:40
[INFO] [stdout]       |
[INFO] [stdout] 27390 |             let x2228_8: u8 = unsafe { ::core::mem::transmute(x2228_8) };
[INFO] [stdout]       |                                        ----------------------^^^^^^^^^
[INFO] [stdout]       |                                        |
[INFO] [stdout]       |                                        help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:33792:18
[INFO] [stdout]       |
[INFO] [stdout] 33792 |         unsafe { ::core::mem::transmute(self._bitfield_2.get(0usize, 32u8) as u32) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u32::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:33797:28
[INFO] [stdout]       |
[INFO] [stdout] 33797 |             let val: u32 = ::core::mem::transmute(val);
[INFO] [stdout]       |                            ----------------------^^^^^
[INFO] [stdout]       |                            |
[INFO] [stdout]       |                            help: replace this with: `i32::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:33808:46
[INFO] [stdout]       |
[INFO] [stdout] 33808 |             let timerSeconds: u32 = unsafe { ::core::mem::transmute(timerSeconds) };
[INFO] [stdout]       |                                              ----------------------^^^^^^^^^^^^^^
[INFO] [stdout]       |                                              |
[INFO] [stdout]       |                                              help: replace this with: `i32::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66859:18
[INFO] [stdout]       |
[INFO] [stdout] 66859 |         unsafe { ::core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66864:27
[INFO] [stdout]       |
[INFO] [stdout] 66864 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66870:18
[INFO] [stdout]       |
[INFO] [stdout] 66870 |         unsafe { ::core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66875:27
[INFO] [stdout]       |
[INFO] [stdout] 66875 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66881:18
[INFO] [stdout]       |
[INFO] [stdout] 66881 |         unsafe { ::core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u8) }
[INFO] [stdout]       |                  ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  help: replace this with: `u8::cast_signed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66886:27
[INFO] [stdout]       |
[INFO] [stdout] 66886 |             let val: u8 = ::core::mem::transmute(val);
[INFO] [stdout]       |                           ----------------------^^^^^
[INFO] [stdout]       |                           |
[INFO] [stdout]       |                           help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66899:42
[INFO] [stdout]       |
[INFO] [stdout] 66899 |             let show_text: u8 = unsafe { ::core::mem::transmute(show_text) };
[INFO] [stdout]       |                                          ----------------------^^^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66903:48
[INFO] [stdout]       |
[INFO] [stdout] 66903 |             let show_background: u8 = unsafe { ::core::mem::transmute(show_background) };
[INFO] [stdout]       |                                                ----------------------^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |                                                |
[INFO] [stdout]       |                                                help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]      --> src/bindings.rs:66907:44
[INFO] [stdout]       |
[INFO] [stdout] 66907 |             let show_cursor: u8 = unsafe { ::core::mem::transmute(show_cursor) };
[INFO] [stdout]       |                                            ----------------------^^^^^^^^^^^^^
[INFO] [stdout]       |                                            |
[INFO] [stdout]       |                                            help: replace this with: `i8::cast_unsigned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:783:19
[INFO] [stdout]     |
[INFO] [stdout] 783 |         unsafe { &(*(::core::ptr::null::<Vec2>())).X as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deref_nullptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:788:19
[INFO] [stdout]     |
[INFO] [stdout] 788 |         unsafe { &(*(::core::ptr::null::<Vec2>())).Y as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:813:19
[INFO] [stdout]     |
[INFO] [stdout] 813 |         unsafe { &(*(::core::ptr::null::<Vec3>())).X as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:818:19
[INFO] [stdout]     |
[INFO] [stdout] 818 |         unsafe { &(*(::core::ptr::null::<Vec3>())).Y as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:823:19
[INFO] [stdout]     |
[INFO] [stdout] 823 |         unsafe { &(*(::core::ptr::null::<Vec3>())).Z as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:849:19
[INFO] [stdout]     |
[INFO] [stdout] 849 |         unsafe { &(*(::core::ptr::null::<Vec4>())).X as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:854:19
[INFO] [stdout]     |
[INFO] [stdout] 854 |         unsafe { &(*(::core::ptr::null::<Vec4>())).Y as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:859:19
[INFO] [stdout]     |
[INFO] [stdout] 859 |         unsafe { &(*(::core::ptr::null::<Vec4>())).Z as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:864:19
[INFO] [stdout]     |
[INFO] [stdout] 864 |         unsafe { &(*(::core::ptr::null::<Vec4>())).W as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:921:19
[INFO] [stdout]     |
[INFO] [stdout] 921 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).file_size as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:931:19
[INFO] [stdout]     |
[INFO] [stdout] 931 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).reloc_offset as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:941:19
[INFO] [stdout]     |
[INFO] [stdout] 941 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).reloc_num as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:951:19
[INFO] [stdout]     |
[INFO] [stdout] 951 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).symbol_num as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:961:19
[INFO] [stdout]     |
[INFO] [stdout] 961 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).refsymbol_num as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:971:19
[INFO] [stdout]     |
[INFO] [stdout] 971 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).archive_vers as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:981:19
[INFO] [stdout]     |
[INFO] [stdout] 981 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).unk1 as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/bindings.rs:991:19
[INFO] [stdout]     |
[INFO] [stdout] 991 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).unk2 as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1001:19
[INFO] [stdout]      |
[INFO] [stdout] 1001 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).general_points as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1011:19
[INFO] [stdout]      |
[INFO] [stdout] 1011 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).reloc_table as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1021:19
[INFO] [stdout]      |
[INFO] [stdout] 1021 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).symbols1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1031:19
[INFO] [stdout]      |
[INFO] [stdout] 1031 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).refsymmbols as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1041:19
[INFO] [stdout]      |
[INFO] [stdout] 1041 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).symbols2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1051:19
[INFO] [stdout]      |
[INFO] [stdout] 1051 |         unsafe { &(*(::core::ptr::null::<ArchiveInfo>())).file_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1099:19
[INFO] [stdout]      |
[INFO] [stdout] 1099 |         unsafe { &(*(::core::ptr::null::<GXColor>())).r as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1109:19
[INFO] [stdout]      |
[INFO] [stdout] 1109 |         unsafe { &(*(::core::ptr::null::<GXColor>())).g as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1119:19
[INFO] [stdout]      |
[INFO] [stdout] 1119 |         unsafe { &(*(::core::ptr::null::<GXColor>())).b as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1129:19
[INFO] [stdout]      |
[INFO] [stdout] 1129 |         unsafe { &(*(::core::ptr::null::<GXColor>())).a as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1189:19
[INFO] [stdout]      |
[INFO] [stdout] 1189 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).timer as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1199:19
[INFO] [stdout]      |
[INFO] [stdout] 1199 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).pri as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1209:19
[INFO] [stdout]      |
[INFO] [stdout] 1209 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).ptr1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1219:19
[INFO] [stdout]      |
[INFO] [stdout] 1219 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).loop_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1229:19
[INFO] [stdout]      |
[INFO] [stdout] 1229 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).ptr2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1239:19
[INFO] [stdout]      |
[INFO] [stdout] 1239 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).x14 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1249:19
[INFO] [stdout]      |
[INFO] [stdout] 1249 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).alloc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1259:19
[INFO] [stdout]      |
[INFO] [stdout] 1259 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).x1c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1269:19
[INFO] [stdout]      |
[INFO] [stdout] 1269 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).x20 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1279:19
[INFO] [stdout]      |
[INFO] [stdout] 1279 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).x24 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1289:19
[INFO] [stdout]      |
[INFO] [stdout] 1289 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).colanim as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1299:19
[INFO] [stdout]      |
[INFO] [stdout] 1299 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).hex as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1309:19
[INFO] [stdout]      |
[INFO] [stdout] 1309 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).color_red as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1319:19
[INFO] [stdout]      |
[INFO] [stdout] 1319 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).color_green as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1329:19
[INFO] [stdout]      |
[INFO] [stdout] 1329 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).color_blue as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1339:19
[INFO] [stdout]      |
[INFO] [stdout] 1339 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).color_alpha as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1349:19
[INFO] [stdout]      |
[INFO] [stdout] 1349 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).colorblend_red as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1359:19
[INFO] [stdout]      |
[INFO] [stdout] 1359 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).colorblend_green as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1369:19
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).colorblend_blue as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1379:19
[INFO] [stdout]      |
[INFO] [stdout] 1379 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).colorblend_alpha as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1389:19
[INFO] [stdout]      |
[INFO] [stdout] 1389 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).light_color as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1399:19
[INFO] [stdout]      |
[INFO] [stdout] 1399 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).light_red as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1409:19
[INFO] [stdout]      |
[INFO] [stdout] 1409 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).light_green as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1419:19
[INFO] [stdout]      |
[INFO] [stdout] 1419 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).light_blue as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1429:19
[INFO] [stdout]      |
[INFO] [stdout] 1429 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).light_alpha as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1439:19
[INFO] [stdout]      |
[INFO] [stdout] 1439 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).lightblend_red as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1449:19
[INFO] [stdout]      |
[INFO] [stdout] 1449 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).lightblend_green as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1459:19
[INFO] [stdout]      |
[INFO] [stdout] 1459 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).lightblend_blue as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1469:19
[INFO] [stdout]      |
[INFO] [stdout] 1469 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).lightblend_alpha as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1479:19
[INFO] [stdout]      |
[INFO] [stdout] 1479 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).light_angle as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1489:19
[INFO] [stdout]      |
[INFO] [stdout] 1489 |         unsafe { &(*(::core::ptr::null::<ColorOverlay>())).light_unk as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1672:19
[INFO] [stdout]      |
[INFO] [stdout] 1672 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).entity_class as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1682:19
[INFO] [stdout]      |
[INFO] [stdout] 1682 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).p_link as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1692:19
[INFO] [stdout]      |
[INFO] [stdout] 1692 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).gx_link as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1702:19
[INFO] [stdout]      |
[INFO] [stdout] 1702 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).p_priority as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1712:19
[INFO] [stdout]      |
[INFO] [stdout] 1712 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).gx_pri as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1722:19
[INFO] [stdout]      |
[INFO] [stdout] 1722 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).obj_kind as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1732:19
[INFO] [stdout]      |
[INFO] [stdout] 1732 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).data_kind as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1742:19
[INFO] [stdout]      |
[INFO] [stdout] 1742 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1752:19
[INFO] [stdout]      |
[INFO] [stdout] 1752 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).previous as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1762:19
[INFO] [stdout]      |
[INFO] [stdout] 1762 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).nextOrdered as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1772:19
[INFO] [stdout]      |
[INFO] [stdout] 1772 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).previousOrdered as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1782:19
[INFO] [stdout]      |
[INFO] [stdout] 1782 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).proc_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1792:19
[INFO] [stdout]      |
[INFO] [stdout] 1792 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).gx_cb as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1802:19
[INFO] [stdout]      |
[INFO] [stdout] 1802 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).cobj_links as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1812:19
[INFO] [stdout]      |
[INFO] [stdout] 1812 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).hsd_object as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1822:19
[INFO] [stdout]      |
[INFO] [stdout] 1822 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).userdata as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1832:19
[INFO] [stdout]      |
[INFO] [stdout] 1832 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).destructor_function as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1842:19
[INFO] [stdout]      |
[INFO] [stdout] 1842 |         unsafe { &(*(::core::ptr::null::<GOBJ>())).unk_linked_list as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1876:19
[INFO] [stdout]      |
[INFO] [stdout] 1876 |         unsafe { &(*(::core::ptr::null::<GOBJProc>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1886:19
[INFO] [stdout]      |
[INFO] [stdout] 1886 |         unsafe { &(*(::core::ptr::null::<GOBJProc>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1896:19
[INFO] [stdout]      |
[INFO] [stdout] 1896 |         unsafe { &(*(::core::ptr::null::<GOBJProc>())).prev as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1906:19
[INFO] [stdout]      |
[INFO] [stdout] 1906 |         unsafe { &(*(::core::ptr::null::<GOBJProc>())).s_link as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1916:19
[INFO] [stdout]      |
[INFO] [stdout] 1916 |         unsafe { &(*(::core::ptr::null::<GOBJProc>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1926:19
[INFO] [stdout]      |
[INFO] [stdout] 1926 |         unsafe { &(*(::core::ptr::null::<GOBJProc>())).parentGOBJ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1936:19
[INFO] [stdout]      |
[INFO] [stdout] 1936 |         unsafe { &(*(::core::ptr::null::<GOBJProc>())).cb as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1982:19
[INFO] [stdout]      |
[INFO] [stdout] 1982 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:1992:19
[INFO] [stdout]      |
[INFO] [stdout] 1992 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2002:19
[INFO] [stdout]      |
[INFO] [stdout] 2002 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x8 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2012:19
[INFO] [stdout]      |
[INFO] [stdout] 2012 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).xc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2022:19
[INFO] [stdout]      |
[INFO] [stdout] 2022 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x10 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2032:19
[INFO] [stdout]      |
[INFO] [stdout] 2032 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).cobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2042:19
[INFO] [stdout]      |
[INFO] [stdout] 2042 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x18 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2052:19
[INFO] [stdout]      |
[INFO] [stdout] 2052 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x1c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2062:19
[INFO] [stdout]      |
[INFO] [stdout] 2062 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).fighter as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2072:19
[INFO] [stdout]      |
[INFO] [stdout] 2072 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).item as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2082:19
[INFO] [stdout]      |
[INFO] [stdout] 2082 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x28 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2092:19
[INFO] [stdout]      |
[INFO] [stdout] 2092 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).effect_model as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2102:19
[INFO] [stdout]      |
[INFO] [stdout] 2102 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).effect_unk as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2112:19
[INFO] [stdout]      |
[INFO] [stdout] 2112 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x34 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2122:19
[INFO] [stdout]      |
[INFO] [stdout] 2122 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x38 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2132:19
[INFO] [stdout]      |
[INFO] [stdout] 2132 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x3c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2142:19
[INFO] [stdout]      |
[INFO] [stdout] 2142 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x40 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2152:19
[INFO] [stdout]      |
[INFO] [stdout] 2152 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).x44 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2162:19
[INFO] [stdout]      |
[INFO] [stdout] 2162 |         unsafe { &(*(::core::ptr::null::<GOBJList>())).match_cam as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2191:19
[INFO] [stdout]      |
[INFO] [stdout] 2191 |         unsafe { &(*(::core::ptr::null::<GXList>())).gx_render as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2201:19
[INFO] [stdout]      |
[INFO] [stdout] 2201 |         unsafe { &(*(::core::ptr::null::<GXList>())).gx_camera as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2255:19
[INFO] [stdout]      |
[INFO] [stdout] 2255 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2265:19
[INFO] [stdout]      |
[INFO] [stdout] 2265 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).x4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2270:19
[INFO] [stdout]      |
[INFO] [stdout] 2270 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2280:19
[INFO] [stdout]      |
[INFO] [stdout] 2280 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).id as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2285:19
[INFO] [stdout]      |
[INFO] [stdout] 2285 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).src as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2290:19
[INFO] [stdout]      |
[INFO] [stdout] 2290 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).mtxid as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2300:19
[INFO] [stdout]      |
[INFO] [stdout] 2300 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).rotate as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2310:19
[INFO] [stdout]      |
[INFO] [stdout] 2310 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).scale as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2320:19
[INFO] [stdout]      |
[INFO] [stdout] 2320 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).translate as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2330:19
[INFO] [stdout]      |
[INFO] [stdout] 2330 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).wrap_s as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2340:19
[INFO] [stdout]      |
[INFO] [stdout] 2340 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).wrap_t as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2350:19
[INFO] [stdout]      |
[INFO] [stdout] 2350 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).repeat_s as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2360:19
[INFO] [stdout]      |
[INFO] [stdout] 2360 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).repeat_t as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2370:19
[INFO] [stdout]      |
[INFO] [stdout] 2370 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).anim_id as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2380:19
[INFO] [stdout]      |
[INFO] [stdout] 2380 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2390:19
[INFO] [stdout]      |
[INFO] [stdout] 2390 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).blending as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2400:19
[INFO] [stdout]      |
[INFO] [stdout] 2400 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).magFilt as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2410:19
[INFO] [stdout]      |
[INFO] [stdout] 2410 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).imagedesc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2420:19
[INFO] [stdout]      |
[INFO] [stdout] 2420 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).tlut as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2430:19
[INFO] [stdout]      |
[INFO] [stdout] 2430 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).lod as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2435:19
[INFO] [stdout]      |
[INFO] [stdout] 2435 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).aobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2445:19
[INFO] [stdout]      |
[INFO] [stdout] 2445 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).imagetbl as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2455:19
[INFO] [stdout]      |
[INFO] [stdout] 2455 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).tluttbl as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2465:19
[INFO] [stdout]      |
[INFO] [stdout] 2465 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).tlut_no as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2475:19
[INFO] [stdout]      |
[INFO] [stdout] 2475 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).mtx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2480:19
[INFO] [stdout]      |
[INFO] [stdout] 2480 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).coord as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2490:19
[INFO] [stdout]      |
[INFO] [stdout] 2490 |         unsafe { &(*(::core::ptr::null::<TOBJ>())).tev as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2519:19
[INFO] [stdout]      |
[INFO] [stdout] 2519 |         unsafe { &(*(::core::ptr::null::<AOBJ>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2529:19
[INFO] [stdout]      |
[INFO] [stdout] 2529 |         unsafe { &(*(::core::ptr::null::<AOBJ>())).curr_frame as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2539:19
[INFO] [stdout]      |
[INFO] [stdout] 2539 |         unsafe { &(*(::core::ptr::null::<AOBJ>())).rewind_frame as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2549:19
[INFO] [stdout]      |
[INFO] [stdout] 2549 |         unsafe { &(*(::core::ptr::null::<AOBJ>())).end_frame as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2559:19
[INFO] [stdout]      |
[INFO] [stdout] 2559 |         unsafe { &(*(::core::ptr::null::<AOBJ>())).framerate as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2569:19
[INFO] [stdout]      |
[INFO] [stdout] 2569 |         unsafe { &(*(::core::ptr::null::<AOBJ>())).fobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2579:19
[INFO] [stdout]      |
[INFO] [stdout] 2579 |         unsafe { &(*(::core::ptr::null::<AOBJ>())).hsd_obj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2617:19
[INFO] [stdout]      |
[INFO] [stdout] 2617 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2627:19
[INFO] [stdout]      |
[INFO] [stdout] 2627 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).rendermode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2637:19
[INFO] [stdout]      |
[INFO] [stdout] 2637 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).tobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2647:19
[INFO] [stdout]      |
[INFO] [stdout] 2647 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).mat as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2652:19
[INFO] [stdout]      |
[INFO] [stdout] 2652 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).pe as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2657:19
[INFO] [stdout]      |
[INFO] [stdout] 2657 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).aobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2667:19
[INFO] [stdout]      |
[INFO] [stdout] 2667 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).tevdesc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2677:19
[INFO] [stdout]      |
[INFO] [stdout] 2677 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).tobj_toon as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2687:19
[INFO] [stdout]      |
[INFO] [stdout] 2687 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).tobj_gradation as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2697:19
[INFO] [stdout]      |
[INFO] [stdout] 2697 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).tobj_backlight as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2707:19
[INFO] [stdout]      |
[INFO] [stdout] 2707 |         unsafe { &(*(::core::ptr::null::<MOBJ>())).z_offset as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2753:14
[INFO] [stdout]      |
[INFO] [stdout] 2753 |             &(*(::core::ptr::null::<JOBJDesc__bindgen_ty_1>())).dobjdesc as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2764:19
[INFO] [stdout]      |
[INFO] [stdout] 2764 |         unsafe { &(*(::core::ptr::null::<JOBJDesc__bindgen_ty_1>())).spline as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2774:19
[INFO] [stdout]      |
[INFO] [stdout] 2774 |         unsafe { &(*(::core::ptr::null::<JOBJDesc__bindgen_ty_1>())).ptcl as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2797:19
[INFO] [stdout]      |
[INFO] [stdout] 2797 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).class_name as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2807:19
[INFO] [stdout]      |
[INFO] [stdout] 2807 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2817:19
[INFO] [stdout]      |
[INFO] [stdout] 2817 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).child as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2827:19
[INFO] [stdout]      |
[INFO] [stdout] 2827 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2837:19
[INFO] [stdout]      |
[INFO] [stdout] 2837 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).u as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2847:19
[INFO] [stdout]      |
[INFO] [stdout] 2847 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).rotation as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2857:19
[INFO] [stdout]      |
[INFO] [stdout] 2857 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).scale as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2867:19
[INFO] [stdout]      |
[INFO] [stdout] 2867 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).position as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2877:19
[INFO] [stdout]      |
[INFO] [stdout] 2877 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).mtx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2887:19
[INFO] [stdout]      |
[INFO] [stdout] 2887 |         unsafe { &(*(::core::ptr::null::<JOBJDesc>())).robjdesc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2951:14
[INFO] [stdout]      |
[INFO] [stdout] 2951 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_1>())).fov as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:2964:14
[INFO] [stdout]      |
[INFO] [stdout] 2964 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_1>())).aspect as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3004:14
[INFO] [stdout]      |
[INFO] [stdout] 3004 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_2>())).top as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3017:14
[INFO] [stdout]      |
[INFO] [stdout] 3017 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_2>())).bottom as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3030:14
[INFO] [stdout]      |
[INFO] [stdout] 3030 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_2>())).left as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3043:14
[INFO] [stdout]      |
[INFO] [stdout] 3043 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_2>())).right as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3083:14
[INFO] [stdout]      |
[INFO] [stdout] 3083 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_3>())).top as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3096:14
[INFO] [stdout]      |
[INFO] [stdout] 3096 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_3>())).bottom as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3109:14
[INFO] [stdout]      |
[INFO] [stdout] 3109 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_3>())).left as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3122:14
[INFO] [stdout]      |
[INFO] [stdout] 3122 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1__bindgen_ty_3>())).right as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3148:14
[INFO] [stdout]      |
[INFO] [stdout] 3148 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1>())).perspective as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3160:14
[INFO] [stdout]      |
[INFO] [stdout] 3160 |             &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1>())).frustrum as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3171:19
[INFO] [stdout]      |
[INFO] [stdout] 3171 |         unsafe { &(*(::core::ptr::null::<COBJDesc__bindgen_ty_1>())).ortho as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3194:19
[INFO] [stdout]      |
[INFO] [stdout] 3194 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).class_name as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3204:19
[INFO] [stdout]      |
[INFO] [stdout] 3204 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3214:19
[INFO] [stdout]      |
[INFO] [stdout] 3214 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).projection_type as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3224:19
[INFO] [stdout]      |
[INFO] [stdout] 3224 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).viewport_left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3234:19
[INFO] [stdout]      |
[INFO] [stdout] 3234 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).viewport_right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3244:19
[INFO] [stdout]      |
[INFO] [stdout] 3244 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).viewport_top as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3254:19
[INFO] [stdout]      |
[INFO] [stdout] 3254 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).viewport_bottom as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3264:19
[INFO] [stdout]      |
[INFO] [stdout] 3264 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).scissor_lr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3274:19
[INFO] [stdout]      |
[INFO] [stdout] 3274 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).scissor_tb as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3284:19
[INFO] [stdout]      |
[INFO] [stdout] 3284 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).eye_desc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3294:19
[INFO] [stdout]      |
[INFO] [stdout] 3294 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).interest_desc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3304:19
[INFO] [stdout]      |
[INFO] [stdout] 3304 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).roll as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3314:19
[INFO] [stdout]      |
[INFO] [stdout] 3314 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).vector as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3324:19
[INFO] [stdout]      |
[INFO] [stdout] 3324 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).near as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3334:19
[INFO] [stdout]      |
[INFO] [stdout] 3334 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).far as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3344:19
[INFO] [stdout]      |
[INFO] [stdout] 3344 |         unsafe { &(*(::core::ptr::null::<COBJDesc>())).projection_param as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3378:19
[INFO] [stdout]      |
[INFO] [stdout] 3378 |         unsafe { &(*(::core::ptr::null::<DOBJ>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3388:19
[INFO] [stdout]      |
[INFO] [stdout] 3388 |         unsafe { &(*(::core::ptr::null::<DOBJ>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3398:19
[INFO] [stdout]      |
[INFO] [stdout] 3398 |         unsafe { &(*(::core::ptr::null::<DOBJ>())).mobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3408:19
[INFO] [stdout]      |
[INFO] [stdout] 3408 |         unsafe { &(*(::core::ptr::null::<DOBJ>())).pobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3418:19
[INFO] [stdout]      |
[INFO] [stdout] 3418 |         unsafe { &(*(::core::ptr::null::<DOBJ>())).aobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3428:19
[INFO] [stdout]      |
[INFO] [stdout] 3428 |         unsafe { &(*(::core::ptr::null::<DOBJ>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3438:19
[INFO] [stdout]      |
[INFO] [stdout] 3438 |         unsafe { &(*(::core::ptr::null::<DOBJ>())).unk as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3476:19
[INFO] [stdout]      |
[INFO] [stdout] 3476 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).hsd_info as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3486:19
[INFO] [stdout]      |
[INFO] [stdout] 3486 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).class_parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3496:19
[INFO] [stdout]      |
[INFO] [stdout] 3496 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).sibling as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3506:19
[INFO] [stdout]      |
[INFO] [stdout] 3506 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3516:19
[INFO] [stdout]      |
[INFO] [stdout] 3516 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).child as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3526:19
[INFO] [stdout]      |
[INFO] [stdout] 3526 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3536:19
[INFO] [stdout]      |
[INFO] [stdout] 3536 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).dobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3546:19
[INFO] [stdout]      |
[INFO] [stdout] 3546 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).rot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3551:19
[INFO] [stdout]      |
[INFO] [stdout] 3551 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).scale as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3561:19
[INFO] [stdout]      |
[INFO] [stdout] 3561 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).trans as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3571:19
[INFO] [stdout]      |
[INFO] [stdout] 3571 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).rotMtx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3581:19
[INFO] [stdout]      |
[INFO] [stdout] 3581 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).VEC as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3586:19
[INFO] [stdout]      |
[INFO] [stdout] 3586 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).MTX as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3591:19
[INFO] [stdout]      |
[INFO] [stdout] 3591 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).aobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3601:19
[INFO] [stdout]      |
[INFO] [stdout] 3601 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).RObj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3611:19
[INFO] [stdout]      |
[INFO] [stdout] 3611 |         unsafe { &(*(::core::ptr::null::<JOBJ>())).desc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3643:19
[INFO] [stdout]      |
[INFO] [stdout] 3643 |         unsafe { &(*(::core::ptr::null::<WOBJ>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3653:19
[INFO] [stdout]      |
[INFO] [stdout] 3653 |         unsafe { &(*(::core::ptr::null::<WOBJ>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3663:19
[INFO] [stdout]      |
[INFO] [stdout] 3663 |         unsafe { &(*(::core::ptr::null::<WOBJ>())).pos as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3668:19
[INFO] [stdout]      |
[INFO] [stdout] 3668 |         unsafe { &(*(::core::ptr::null::<WOBJ>())).aobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3678:19
[INFO] [stdout]      |
[INFO] [stdout] 3678 |         unsafe { &(*(::core::ptr::null::<WOBJ>())).robj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3732:19
[INFO] [stdout]      |
[INFO] [stdout] 3732 |         unsafe { &(*(::core::ptr::null::<COBJ__bindgen_ty_1>())).roll as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3742:19
[INFO] [stdout]      |
[INFO] [stdout] 3742 |         unsafe { &(*(::core::ptr::null::<COBJ__bindgen_ty_1>())).up as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3783:14
[INFO] [stdout]      |
[INFO] [stdout] 3783 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_1>())).fov as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3795:14
[INFO] [stdout]      |
[INFO] [stdout] 3795 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_1>())).aspect as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3832:14
[INFO] [stdout]      |
[INFO] [stdout] 3832 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_2>())).top as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3844:14
[INFO] [stdout]      |
[INFO] [stdout] 3844 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_2>())).bottom as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3857:14
[INFO] [stdout]      |
[INFO] [stdout] 3857 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_2>())).left as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3869:14
[INFO] [stdout]      |
[INFO] [stdout] 3869 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_2>())).right as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3905:14
[INFO] [stdout]      |
[INFO] [stdout] 3905 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_3>())).top as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3917:14
[INFO] [stdout]      |
[INFO] [stdout] 3917 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_3>())).bottom as *const _
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3930:14
[INFO] [stdout]      |
[INFO] [stdout] 3930 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_3>())).left as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3942:14
[INFO] [stdout]      |
[INFO] [stdout] 3942 |             &(*(::core::ptr::null::<COBJ__bindgen_ty_2__bindgen_ty_3>())).right as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3966:19
[INFO] [stdout]      |
[INFO] [stdout] 3966 |         unsafe { &(*(::core::ptr::null::<COBJ__bindgen_ty_2>())).perspective as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3976:19
[INFO] [stdout]      |
[INFO] [stdout] 3976 |         unsafe { &(*(::core::ptr::null::<COBJ__bindgen_ty_2>())).frustrum as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:3986:19
[INFO] [stdout]      |
[INFO] [stdout] 3986 |         unsafe { &(*(::core::ptr::null::<COBJ__bindgen_ty_2>())).ortho as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4009:19
[INFO] [stdout]      |
[INFO] [stdout] 4009 |         unsafe { &(*(::core::ptr::null::<COBJ>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4019:19
[INFO] [stdout]      |
[INFO] [stdout] 4019 |         unsafe { &(*(::core::ptr::null::<COBJ>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4029:19
[INFO] [stdout]      |
[INFO] [stdout] 4029 |         unsafe { &(*(::core::ptr::null::<COBJ>())).viewport_left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4039:19
[INFO] [stdout]      |
[INFO] [stdout] 4039 |         unsafe { &(*(::core::ptr::null::<COBJ>())).viewport_right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4049:19
[INFO] [stdout]      |
[INFO] [stdout] 4049 |         unsafe { &(*(::core::ptr::null::<COBJ>())).viewport_top as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4059:19
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { &(*(::core::ptr::null::<COBJ>())).viewport_bottom as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4069:19
[INFO] [stdout]      |
[INFO] [stdout] 4069 |         unsafe { &(*(::core::ptr::null::<COBJ>())).scissor_left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4079:19
[INFO] [stdout]      |
[INFO] [stdout] 4079 |         unsafe { &(*(::core::ptr::null::<COBJ>())).scissor_right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4089:19
[INFO] [stdout]      |
[INFO] [stdout] 4089 |         unsafe { &(*(::core::ptr::null::<COBJ>())).scissor_top as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4099:19
[INFO] [stdout]      |
[INFO] [stdout] 4099 |         unsafe { &(*(::core::ptr::null::<COBJ>())).scissor_bottom as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4109:19
[INFO] [stdout]      |
[INFO] [stdout] 4109 |         unsafe { &(*(::core::ptr::null::<COBJ>())).eye_position as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4119:19
[INFO] [stdout]      |
[INFO] [stdout] 4119 |         unsafe { &(*(::core::ptr::null::<COBJ>())).interest as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4129:19
[INFO] [stdout]      |
[INFO] [stdout] 4129 |         unsafe { &(*(::core::ptr::null::<COBJ>())).u as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4134:19
[INFO] [stdout]      |
[INFO] [stdout] 4134 |         unsafe { &(*(::core::ptr::null::<COBJ>())).near as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4144:19
[INFO] [stdout]      |
[INFO] [stdout] 4144 |         unsafe { &(*(::core::ptr::null::<COBJ>())).far as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4149:19
[INFO] [stdout]      |
[INFO] [stdout] 4149 |         unsafe { &(*(::core::ptr::null::<COBJ>())).projection_param as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4159:19
[INFO] [stdout]      |
[INFO] [stdout] 4159 |         unsafe { &(*(::core::ptr::null::<COBJ>())).projection_type as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4169:19
[INFO] [stdout]      |
[INFO] [stdout] 4169 |         unsafe { &(*(::core::ptr::null::<COBJ>())).view_mtx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4179:19
[INFO] [stdout]      |
[INFO] [stdout] 4179 |         unsafe { &(*(::core::ptr::null::<COBJ>())).aobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4189:19
[INFO] [stdout]      |
[INFO] [stdout] 4189 |         unsafe { &(*(::core::ptr::null::<COBJ>())).proj_mtx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4223:19
[INFO] [stdout]      |
[INFO] [stdout] 4223 |         unsafe { &(*(::core::ptr::null::<_HSD_ImageDesc>())).img_ptr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4233:19
[INFO] [stdout]      |
[INFO] [stdout] 4233 |         unsafe { &(*(::core::ptr::null::<_HSD_ImageDesc>())).width as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4243:19
[INFO] [stdout]      |
[INFO] [stdout] 4243 |         unsafe { &(*(::core::ptr::null::<_HSD_ImageDesc>())).height as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4253:19
[INFO] [stdout]      |
[INFO] [stdout] 4253 |         unsafe { &(*(::core::ptr::null::<_HSD_ImageDesc>())).format as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4263:19
[INFO] [stdout]      |
[INFO] [stdout] 4263 |         unsafe { &(*(::core::ptr::null::<_HSD_ImageDesc>())).mipmap as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4273:19
[INFO] [stdout]      |
[INFO] [stdout] 4273 |         unsafe { &(*(::core::ptr::null::<_HSD_ImageDesc>())).minLOD as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4283:19
[INFO] [stdout]      |
[INFO] [stdout] 4283 |         unsafe { &(*(::core::ptr::null::<_HSD_ImageDesc>())).maxLOD as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4315:19
[INFO] [stdout]      |
[INFO] [stdout] 4315 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPoint>())).cutoff as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4325:19
[INFO] [stdout]      |
[INFO] [stdout] 4325 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPoint>())).point_func as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4335:19
[INFO] [stdout]      |
[INFO] [stdout] 4335 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPoint>())).ref_br as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4345:19
[INFO] [stdout]      |
[INFO] [stdout] 4345 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPoint>())).ref_dist as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4355:19
[INFO] [stdout]      |
[INFO] [stdout] 4355 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPoint>())).dist_func as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4387:19
[INFO] [stdout]      |
[INFO] [stdout] 4387 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPointDesc>())).cutoff as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4397:19
[INFO] [stdout]      |
[INFO] [stdout] 4397 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPointDesc>())).point_func as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4407:19
[INFO] [stdout]      |
[INFO] [stdout] 4407 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPointDesc>())).ref_br as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4417:19
[INFO] [stdout]      |
[INFO] [stdout] 4417 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPointDesc>())).ref_dist as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4427:19
[INFO] [stdout]      |
[INFO] [stdout] 4427 |         unsafe { &(*(::core::ptr::null::<_HSD_LightPointDesc>())).dist_func as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4459:19
[INFO] [stdout]      |
[INFO] [stdout] 4459 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpot>())).cutoff as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4469:19
[INFO] [stdout]      |
[INFO] [stdout] 4469 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpot>())).spot_func as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4479:19
[INFO] [stdout]      |
[INFO] [stdout] 4479 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpot>())).ref_br as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4489:19
[INFO] [stdout]      |
[INFO] [stdout] 4489 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpot>())).ref_dist as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4499:19
[INFO] [stdout]      |
[INFO] [stdout] 4499 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpot>())).dist_func as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4531:19
[INFO] [stdout]      |
[INFO] [stdout] 4531 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpotDesc>())).cutoff as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4541:19
[INFO] [stdout]      |
[INFO] [stdout] 4541 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpotDesc>())).spot_func as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4551:19
[INFO] [stdout]      |
[INFO] [stdout] 4551 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpotDesc>())).ref_br as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4561:19
[INFO] [stdout]      |
[INFO] [stdout] 4561 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpotDesc>())).ref_dist as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4571:19
[INFO] [stdout]      |
[INFO] [stdout] 4571 |         unsafe { &(*(::core::ptr::null::<_HSD_LightSpotDesc>())).dist_func as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4604:19
[INFO] [stdout]      |
[INFO] [stdout] 4604 |         unsafe { &(*(::core::ptr::null::<_HSD_LightAttn>())).a0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4614:19
[INFO] [stdout]      |
[INFO] [stdout] 4614 |         unsafe { &(*(::core::ptr::null::<_HSD_LightAttn>())).a1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4624:19
[INFO] [stdout]      |
[INFO] [stdout] 4624 |         unsafe { &(*(::core::ptr::null::<_HSD_LightAttn>())).a2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4634:19
[INFO] [stdout]      |
[INFO] [stdout] 4634 |         unsafe { &(*(::core::ptr::null::<_HSD_LightAttn>())).k0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4644:19
[INFO] [stdout]      |
[INFO] [stdout] 4644 |         unsafe { &(*(::core::ptr::null::<_HSD_LightAttn>())).k1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4654:19
[INFO] [stdout]      |
[INFO] [stdout] 4654 |         unsafe { &(*(::core::ptr::null::<_HSD_LightAttn>())).k2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4703:19
[INFO] [stdout]      |
[INFO] [stdout] 4703 |         unsafe { &(*(::core::ptr::null::<LOBJ__bindgen_ty_1>())).point as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4713:19
[INFO] [stdout]      |
[INFO] [stdout] 4713 |         unsafe { &(*(::core::ptr::null::<LOBJ__bindgen_ty_1>())).spot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4723:19
[INFO] [stdout]      |
[INFO] [stdout] 4723 |         unsafe { &(*(::core::ptr::null::<LOBJ__bindgen_ty_1>())).attn as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4746:19
[INFO] [stdout]      |
[INFO] [stdout] 4746 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).parent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4756:19
[INFO] [stdout]      |
[INFO] [stdout] 4756 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4766:19
[INFO] [stdout]      |
[INFO] [stdout] 4766 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).priority as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4776:19
[INFO] [stdout]      |
[INFO] [stdout] 4776 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4786:19
[INFO] [stdout]      |
[INFO] [stdout] 4786 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).color as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4796:19
[INFO] [stdout]      |
[INFO] [stdout] 4796 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).hw_color as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4806:19
[INFO] [stdout]      |
[INFO] [stdout] 4806 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).position as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4816:19
[INFO] [stdout]      |
[INFO] [stdout] 4816 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).interest as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4826:19
[INFO] [stdout]      |
[INFO] [stdout] 4826 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).u as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4831:19
[INFO] [stdout]      |
[INFO] [stdout] 4831 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).shininess as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4841:19
[INFO] [stdout]      |
[INFO] [stdout] 4841 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).lvec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4851:19
[INFO] [stdout]      |
[INFO] [stdout] 4851 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).aobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4861:19
[INFO] [stdout]      |
[INFO] [stdout] 4861 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).id as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4866:19
[INFO] [stdout]      |
[INFO] [stdout] 4866 |         unsafe { &(*(::core::ptr::null::<LOBJ>())).spec_id as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4897:19
[INFO] [stdout]      |
[INFO] [stdout] 4897 |         unsafe { &(*(::core::ptr::null::<JOBJAnimSet>())).jobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4907:19
[INFO] [stdout]      |
[INFO] [stdout] 4907 |         unsafe { &(*(::core::ptr::null::<JOBJAnimSet>())).animjoint as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4917:19
[INFO] [stdout]      |
[INFO] [stdout] 4917 |         unsafe { &(*(::core::ptr::null::<JOBJAnimSet>())).matanimjoint as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:4927:19
[INFO] [stdout]      |
[INFO] [stdout] 4927 |         unsafe { &(*(::core::ptr::null::<JOBJAnimSet>())).shapeaninjoint as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5172:19
[INFO] [stdout]      |
[INFO] [stdout] 5172 |         unsafe { &(*(::core::ptr::null::<Effect>())).child as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5182:19
[INFO] [stdout]      |
[INFO] [stdout] 5182 |         unsafe { &(*(::core::ptr::null::<Effect>())).gobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5192:19
[INFO] [stdout]      |
[INFO] [stdout] 5192 |         unsafe { &(*(::core::ptr::null::<Effect>())).x8 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5202:19
[INFO] [stdout]      |
[INFO] [stdout] 5202 |         unsafe { &(*(::core::ptr::null::<Effect>())).xc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5212:19
[INFO] [stdout]      |
[INFO] [stdout] 5212 |         unsafe { &(*(::core::ptr::null::<Effect>())).callback as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5222:19
[INFO] [stdout]      |
[INFO] [stdout] 5222 |         unsafe { &(*(::core::ptr::null::<Effect>())).x14 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5232:19
[INFO] [stdout]      |
[INFO] [stdout] 5232 |         unsafe { &(*(::core::ptr::null::<Effect>())).x18 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5242:19
[INFO] [stdout]      |
[INFO] [stdout] 5242 |         unsafe { &(*(::core::ptr::null::<Effect>())).x1c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5252:19
[INFO] [stdout]      |
[INFO] [stdout] 5252 |         unsafe { &(*(::core::ptr::null::<Effect>())).x20 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5262:19
[INFO] [stdout]      |
[INFO] [stdout] 5262 |         unsafe { &(*(::core::ptr::null::<Effect>())).lifetime as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5272:19
[INFO] [stdout]      |
[INFO] [stdout] 5272 |         unsafe { &(*(::core::ptr::null::<Effect>())).x26 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5282:19
[INFO] [stdout]      |
[INFO] [stdout] 5282 |         unsafe { &(*(::core::ptr::null::<Effect>())).x27 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5292:19
[INFO] [stdout]      |
[INFO] [stdout] 5292 |         unsafe { &(*(::core::ptr::null::<Effect>())).x28 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5302:19
[INFO] [stdout]      |
[INFO] [stdout] 5302 |         unsafe { &(*(::core::ptr::null::<Effect>())).x29 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5351:19
[INFO] [stdout]      |
[INFO] [stdout] 5351 |         unsafe { &(*(::core::ptr::null::<Particle>())).x0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5361:19
[INFO] [stdout]      |
[INFO] [stdout] 5361 |         unsafe { &(*(::core::ptr::null::<Particle>())).x4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5371:19
[INFO] [stdout]      |
[INFO] [stdout] 5371 |         unsafe { &(*(::core::ptr::null::<Particle>())).x8 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5381:19
[INFO] [stdout]      |
[INFO] [stdout] 5381 |         unsafe { &(*(::core::ptr::null::<Particle>())).xc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5391:19
[INFO] [stdout]      |
[INFO] [stdout] 5391 |         unsafe { &(*(::core::ptr::null::<Particle>())).x10 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5401:19
[INFO] [stdout]      |
[INFO] [stdout] 5401 |         unsafe { &(*(::core::ptr::null::<Particle>())).x14 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5411:19
[INFO] [stdout]      |
[INFO] [stdout] 5411 |         unsafe { &(*(::core::ptr::null::<Particle>())).x18 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5421:19
[INFO] [stdout]      |
[INFO] [stdout] 5421 |         unsafe { &(*(::core::ptr::null::<Particle>())).x1c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5431:19
[INFO] [stdout]      |
[INFO] [stdout] 5431 |         unsafe { &(*(::core::ptr::null::<Particle>())).x20 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5441:19
[INFO] [stdout]      |
[INFO] [stdout] 5441 |         unsafe { &(*(::core::ptr::null::<Particle>())).x24 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5451:19
[INFO] [stdout]      |
[INFO] [stdout] 5451 |         unsafe { &(*(::core::ptr::null::<Particle>())).x28 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5461:19
[INFO] [stdout]      |
[INFO] [stdout] 5461 |         unsafe { &(*(::core::ptr::null::<Particle>())).x2c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5471:19
[INFO] [stdout]      |
[INFO] [stdout] 5471 |         unsafe { &(*(::core::ptr::null::<Particle>())).x30 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5481:19
[INFO] [stdout]      |
[INFO] [stdout] 5481 |         unsafe { &(*(::core::ptr::null::<Particle>())).x34 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5491:19
[INFO] [stdout]      |
[INFO] [stdout] 5491 |         unsafe { &(*(::core::ptr::null::<Particle>())).x38 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5501:19
[INFO] [stdout]      |
[INFO] [stdout] 5501 |         unsafe { &(*(::core::ptr::null::<Particle>())).x3c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5511:19
[INFO] [stdout]      |
[INFO] [stdout] 5511 |         unsafe { &(*(::core::ptr::null::<Particle>())).x40 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5521:19
[INFO] [stdout]      |
[INFO] [stdout] 5521 |         unsafe { &(*(::core::ptr::null::<Particle>())).x44 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5531:19
[INFO] [stdout]      |
[INFO] [stdout] 5531 |         unsafe { &(*(::core::ptr::null::<Particle>())).x48 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5541:19
[INFO] [stdout]      |
[INFO] [stdout] 5541 |         unsafe { &(*(::core::ptr::null::<Particle>())).x4c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5551:19
[INFO] [stdout]      |
[INFO] [stdout] 5551 |         unsafe { &(*(::core::ptr::null::<Particle>())).x50 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5561:19
[INFO] [stdout]      |
[INFO] [stdout] 5561 |         unsafe { &(*(::core::ptr::null::<Particle>())).param as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5611:19
[INFO] [stdout]      |
[INFO] [stdout] 5611 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5621:19
[INFO] [stdout]      |
[INFO] [stdout] 5621 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).kind as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5631:19
[INFO] [stdout]      |
[INFO] [stdout] 5631 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).random as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5641:19
[INFO] [stdout]      |
[INFO] [stdout] 5641 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).xc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5651:19
[INFO] [stdout]      |
[INFO] [stdout] 5651 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).joint as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5661:19
[INFO] [stdout]      |
[INFO] [stdout] 5661 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).genlife as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5671:19
[INFO] [stdout]      |
[INFO] [stdout] 5671 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5681:19
[INFO] [stdout]      |
[INFO] [stdout] 5681 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).ef_file as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5691:19
[INFO] [stdout]      |
[INFO] [stdout] 5691 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).link_no as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5701:19
[INFO] [stdout]      |
[INFO] [stdout] 5701 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).tex_group as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5711:19
[INFO] [stdout]      |
[INFO] [stdout] 5711 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).x1b as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5721:19
[INFO] [stdout]      |
[INFO] [stdout] 5721 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).instance as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5731:19
[INFO] [stdout]      |
[INFO] [stdout] 5731 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).life as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5741:19
[INFO] [stdout]      |
[INFO] [stdout] 5741 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).track as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5751:19
[INFO] [stdout]      |
[INFO] [stdout] 5751 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).pos as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5761:19
[INFO] [stdout]      |
[INFO] [stdout] 5761 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).vel as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5771:19
[INFO] [stdout]      |
[INFO] [stdout] 5771 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).gravity as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5781:19
[INFO] [stdout]      |
[INFO] [stdout] 5781 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).friction as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5791:19
[INFO] [stdout]      |
[INFO] [stdout] 5791 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5801:19
[INFO] [stdout]      |
[INFO] [stdout] 5801 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).radius as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5811:19
[INFO] [stdout]      |
[INFO] [stdout] 5811 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).angle as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5821:19
[INFO] [stdout]      |
[INFO] [stdout] 5821 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).timer as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5831:19
[INFO] [stdout]      |
[INFO] [stdout] 5831 |         unsafe { &(*(::core::ptr::null::<ptclGen>())).mtx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5898:19
[INFO] [stdout]      |
[INFO] [stdout] 5898 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5908:19
[INFO] [stdout]      |
[INFO] [stdout] 5908 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5918:19
[INFO] [stdout]      |
[INFO] [stdout] 5918 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x8 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5928:19
[INFO] [stdout]      |
[INFO] [stdout] 5928 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).xc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5938:19
[INFO] [stdout]      |
[INFO] [stdout] 5938 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x10 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5948:19
[INFO] [stdout]      |
[INFO] [stdout] 5948 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x14 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5958:19
[INFO] [stdout]      |
[INFO] [stdout] 5958 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x18 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5968:19
[INFO] [stdout]      |
[INFO] [stdout] 5968 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x1c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5978:19
[INFO] [stdout]      |
[INFO] [stdout] 5978 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x20 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5988:19
[INFO] [stdout]      |
[INFO] [stdout] 5988 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).scale as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:5998:19
[INFO] [stdout]      |
[INFO] [stdout] 5998 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x30 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6008:19
[INFO] [stdout]      |
[INFO] [stdout] 6008 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x34 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6018:19
[INFO] [stdout]      |
[INFO] [stdout] 6018 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x38 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6028:19
[INFO] [stdout]      |
[INFO] [stdout] 6028 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x3c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6038:19
[INFO] [stdout]      |
[INFO] [stdout] 6038 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x40 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6048:19
[INFO] [stdout]      |
[INFO] [stdout] 6048 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x44 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6058:19
[INFO] [stdout]      |
[INFO] [stdout] 6058 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x48 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6068:19
[INFO] [stdout]      |
[INFO] [stdout] 6068 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x4c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6078:19
[INFO] [stdout]      |
[INFO] [stdout] 6078 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x50 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6088:19
[INFO] [stdout]      |
[INFO] [stdout] 6088 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x54 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6098:19
[INFO] [stdout]      |
[INFO] [stdout] 6098 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x58 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6108:19
[INFO] [stdout]      |
[INFO] [stdout] 6108 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x5c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6118:19
[INFO] [stdout]      |
[INFO] [stdout] 6118 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x60 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6128:19
[INFO] [stdout]      |
[INFO] [stdout] 6128 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x64 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6138:19
[INFO] [stdout]      |
[INFO] [stdout] 6138 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x68 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6148:19
[INFO] [stdout]      |
[INFO] [stdout] 6148 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x6c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6158:19
[INFO] [stdout]      |
[INFO] [stdout] 6158 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x70 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6168:19
[INFO] [stdout]      |
[INFO] [stdout] 6168 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x74 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6178:19
[INFO] [stdout]      |
[INFO] [stdout] 6178 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x78 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6188:19
[INFO] [stdout]      |
[INFO] [stdout] 6188 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x7c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6198:19
[INFO] [stdout]      |
[INFO] [stdout] 6198 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x80 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6208:19
[INFO] [stdout]      |
[INFO] [stdout] 6208 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x84 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6218:19
[INFO] [stdout]      |
[INFO] [stdout] 6218 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x88 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6228:19
[INFO] [stdout]      |
[INFO] [stdout] 6228 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x8c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6238:19
[INFO] [stdout]      |
[INFO] [stdout] 6238 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x90 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6248:19
[INFO] [stdout]      |
[INFO] [stdout] 6248 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x94 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6258:19
[INFO] [stdout]      |
[INFO] [stdout] 6258 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x98 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6268:19
[INFO] [stdout]      |
[INFO] [stdout] 6268 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).x9c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6278:19
[INFO] [stdout]      |
[INFO] [stdout] 6278 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).xa0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6288:19
[INFO] [stdout]      |
[INFO] [stdout] 6288 |         unsafe { &(*(::core::ptr::null::<GeneratorAppSRT>())).xa2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6359:19
[INFO] [stdout]      |
[INFO] [stdout] 6359 |         unsafe { &(*(::core::ptr::null::<Particle2>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6369:19
[INFO] [stdout]      |
[INFO] [stdout] 6369 |         unsafe { &(*(::core::ptr::null::<Particle2>())).kind as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6379:19
[INFO] [stdout]      |
[INFO] [stdout] 6379 |         unsafe { &(*(::core::ptr::null::<Particle2>())).bank as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6389:19
[INFO] [stdout]      |
[INFO] [stdout] 6389 |         unsafe { &(*(::core::ptr::null::<Particle2>())).texGroup as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6399:19
[INFO] [stdout]      |
[INFO] [stdout] 6399 |         unsafe { &(*(::core::ptr::null::<Particle2>())).poseNum as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6409:19
[INFO] [stdout]      |
[INFO] [stdout] 6409 |         unsafe { &(*(::core::ptr::null::<Particle2>())).palNum as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6419:19
[INFO] [stdout]      |
[INFO] [stdout] 6419 |         unsafe { &(*(::core::ptr::null::<Particle2>())).sizeCount as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6429:19
[INFO] [stdout]      |
[INFO] [stdout] 6429 |         unsafe { &(*(::core::ptr::null::<Particle2>())).primColCount as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6439:19
[INFO] [stdout]      |
[INFO] [stdout] 6439 |         unsafe { &(*(::core::ptr::null::<Particle2>())).envColCount as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6449:19
[INFO] [stdout]      |
[INFO] [stdout] 6449 |         unsafe { &(*(::core::ptr::null::<Particle2>())).primCol as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6459:19
[INFO] [stdout]      |
[INFO] [stdout] 6459 |         unsafe { &(*(::core::ptr::null::<Particle2>())).envCol as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6469:19
[INFO] [stdout]      |
[INFO] [stdout] 6469 |         unsafe { &(*(::core::ptr::null::<Particle2>())).cmdWait as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6479:19
[INFO] [stdout]      |
[INFO] [stdout] 6479 |         unsafe { &(*(::core::ptr::null::<Particle2>())).loopCount as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6489:19
[INFO] [stdout]      |
[INFO] [stdout] 6489 |         unsafe { &(*(::core::ptr::null::<Particle2>())).linkNo as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6499:19
[INFO] [stdout]      |
[INFO] [stdout] 6499 |         unsafe { &(*(::core::ptr::null::<Particle2>())).idnum as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6509:19
[INFO] [stdout]      |
[INFO] [stdout] 6509 |         unsafe { &(*(::core::ptr::null::<Particle2>())).cmdList as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6519:19
[INFO] [stdout]      |
[INFO] [stdout] 6519 |         unsafe { &(*(::core::ptr::null::<Particle2>())).cmdPtr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6529:19
[INFO] [stdout]      |
[INFO] [stdout] 6529 |         unsafe { &(*(::core::ptr::null::<Particle2>())).cmdMarkPtr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6539:19
[INFO] [stdout]      |
[INFO] [stdout] 6539 |         unsafe { &(*(::core::ptr::null::<Particle2>())).cmdLoopPtr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6549:19
[INFO] [stdout]      |
[INFO] [stdout] 6549 |         unsafe { &(*(::core::ptr::null::<Particle2>())).life as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6559:19
[INFO] [stdout]      |
[INFO] [stdout] 6559 |         unsafe { &(*(::core::ptr::null::<Particle2>())).v as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6569:19
[INFO] [stdout]      |
[INFO] [stdout] 6569 |         unsafe { &(*(::core::ptr::null::<Particle2>())).grav as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6579:19
[INFO] [stdout]      |
[INFO] [stdout] 6579 |         unsafe { &(*(::core::ptr::null::<Particle2>())).fric as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6589:19
[INFO] [stdout]      |
[INFO] [stdout] 6589 |         unsafe { &(*(::core::ptr::null::<Particle2>())).pos as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6599:19
[INFO] [stdout]      |
[INFO] [stdout] 6599 |         unsafe { &(*(::core::ptr::null::<Particle2>())).size as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6609:19
[INFO] [stdout]      |
[INFO] [stdout] 6609 |         unsafe { &(*(::core::ptr::null::<Particle2>())).rotate as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6619:19
[INFO] [stdout]      |
[INFO] [stdout] 6619 |         unsafe { &(*(::core::ptr::null::<Particle2>())).aCmpCount as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6629:19
[INFO] [stdout]      |
[INFO] [stdout] 6629 |         unsafe { &(*(::core::ptr::null::<Particle2>())).aCmpMode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6639:19
[INFO] [stdout]      |
[INFO] [stdout] 6639 |         unsafe { &(*(::core::ptr::null::<Particle2>())).aCmpParam1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6649:19
[INFO] [stdout]      |
[INFO] [stdout] 6649 |         unsafe { &(*(::core::ptr::null::<Particle2>())).aCmpParam2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6659:19
[INFO] [stdout]      |
[INFO] [stdout] 6659 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x5c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6669:19
[INFO] [stdout]      |
[INFO] [stdout] 6669 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x60 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6679:19
[INFO] [stdout]      |
[INFO] [stdout] 6679 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x64 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6689:19
[INFO] [stdout]      |
[INFO] [stdout] 6689 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x68 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6699:19
[INFO] [stdout]      |
[INFO] [stdout] 6699 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x6c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6709:19
[INFO] [stdout]      |
[INFO] [stdout] 6709 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x70 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6719:19
[INFO] [stdout]      |
[INFO] [stdout] 6719 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x74 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6729:19
[INFO] [stdout]      |
[INFO] [stdout] 6729 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x78 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6739:19
[INFO] [stdout]      |
[INFO] [stdout] 6739 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x7c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6749:19
[INFO] [stdout]      |
[INFO] [stdout] 6749 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x80 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6759:19
[INFO] [stdout]      |
[INFO] [stdout] 6759 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x84 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6769:19
[INFO] [stdout]      |
[INFO] [stdout] 6769 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x88 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6779:19
[INFO] [stdout]      |
[INFO] [stdout] 6779 |         unsafe { &(*(::core::ptr::null::<Particle2>())).gen as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6789:19
[INFO] [stdout]      |
[INFO] [stdout] 6789 |         unsafe { &(*(::core::ptr::null::<Particle2>())).x90 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6893:19
[INFO] [stdout]      |
[INFO] [stdout] 6893 |         unsafe { &(*(::core::ptr::null::<ECBBones>())).topY as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6903:19
[INFO] [stdout]      |
[INFO] [stdout] 6903 |         unsafe { &(*(::core::ptr::null::<ECBBones>())).botY as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6913:19
[INFO] [stdout]      |
[INFO] [stdout] 6913 |         unsafe { &(*(::core::ptr::null::<ECBBones>())).left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6923:19
[INFO] [stdout]      |
[INFO] [stdout] 6923 |         unsafe { &(*(::core::ptr::null::<ECBBones>())).right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6959:19
[INFO] [stdout]      |
[INFO] [stdout] 6959 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).x0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6969:19
[INFO] [stdout]      |
[INFO] [stdout] 6969 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).dmg as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6979:19
[INFO] [stdout]      |
[INFO] [stdout] 6979 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).angle as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6989:19
[INFO] [stdout]      |
[INFO] [stdout] 6989 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).kb_growth as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:6999:19
[INFO] [stdout]      |
[INFO] [stdout] 6999 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).x10 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7009:19
[INFO] [stdout]      |
[INFO] [stdout] 7009 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).kb_base as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7019:19
[INFO] [stdout]      |
[INFO] [stdout] 7019 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).element as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7029:19
[INFO] [stdout]      |
[INFO] [stdout] 7029 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).x1c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7039:19
[INFO] [stdout]      |
[INFO] [stdout] 7039 |         unsafe { &(*(::core::ptr::null::<DmgHazard>())).sfx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7150:19
[INFO] [stdout]      |
[INFO] [stdout] 7150 |         unsafe { &(*(::core::ptr::null::<CollData>())).gobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7160:19
[INFO] [stdout]      |
[INFO] [stdout] 7160 |         unsafe { &(*(::core::ptr::null::<CollData>())).topN_Curr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7170:19
[INFO] [stdout]      |
[INFO] [stdout] 7170 |         unsafe { &(*(::core::ptr::null::<CollData>())).topN_CurrCorrect as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7180:19
[INFO] [stdout]      |
[INFO] [stdout] 7180 |         unsafe { &(*(::core::ptr::null::<CollData>())).topN_Prev as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7190:19
[INFO] [stdout]      |
[INFO] [stdout] 7190 |         unsafe { &(*(::core::ptr::null::<CollData>())).topN_Proj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7200:19
[INFO] [stdout]      |
[INFO] [stdout] 7200 |         unsafe { &(*(::core::ptr::null::<CollData>())).flags1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7210:19
[INFO] [stdout]      |
[INFO] [stdout] 7210 |         unsafe { &(*(::core::ptr::null::<CollData>())).coll_test as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7220:19
[INFO] [stdout]      |
[INFO] [stdout] 7220 |         unsafe { &(*(::core::ptr::null::<CollData>())).ignore_line as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7230:19
[INFO] [stdout]      |
[INFO] [stdout] 7230 |         unsafe { &(*(::core::ptr::null::<CollData>())).ledge_left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7240:19
[INFO] [stdout]      |
[INFO] [stdout] 7240 |         unsafe { &(*(::core::ptr::null::<CollData>())).ledge_right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7250:19
[INFO] [stdout]      |
[INFO] [stdout] 7250 |         unsafe { &(*(::core::ptr::null::<CollData>())).ignore_group as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7260:19
[INFO] [stdout]      |
[INFO] [stdout] 7260 |         unsafe { &(*(::core::ptr::null::<CollData>())).check_group as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7270:19
[INFO] [stdout]      |
[INFO] [stdout] 7270 |         unsafe { &(*(::core::ptr::null::<CollData>())).x50 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7280:19
[INFO] [stdout]      |
[INFO] [stdout] 7280 |         unsafe { &(*(::core::ptr::null::<CollData>())).x54 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7290:19
[INFO] [stdout]      |
[INFO] [stdout] 7290 |         unsafe { &(*(::core::ptr::null::<CollData>())).x58 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7300:19
[INFO] [stdout]      |
[INFO] [stdout] 7300 |         unsafe { &(*(::core::ptr::null::<CollData>())).x5c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7310:19
[INFO] [stdout]      |
[INFO] [stdout] 7310 |         unsafe { &(*(::core::ptr::null::<CollData>())).x60 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7320:19
[INFO] [stdout]      |
[INFO] [stdout] 7320 |         unsafe { &(*(::core::ptr::null::<CollData>())).x64 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7330:19
[INFO] [stdout]      |
[INFO] [stdout] 7330 |         unsafe { &(*(::core::ptr::null::<CollData>())).x68 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7340:19
[INFO] [stdout]      |
[INFO] [stdout] 7340 |         unsafe { &(*(::core::ptr::null::<CollData>())).x6c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7350:19
[INFO] [stdout]      |
[INFO] [stdout] 7350 |         unsafe { &(*(::core::ptr::null::<CollData>())).x70 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7360:19
[INFO] [stdout]      |
[INFO] [stdout] 7360 |         unsafe { &(*(::core::ptr::null::<CollData>())).x74 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7370:19
[INFO] [stdout]      |
[INFO] [stdout] 7370 |         unsafe { &(*(::core::ptr::null::<CollData>())).x78 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7380:19
[INFO] [stdout]      |
[INFO] [stdout] 7380 |         unsafe { &(*(::core::ptr::null::<CollData>())).x7c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7390:19
[INFO] [stdout]      |
[INFO] [stdout] 7390 |         unsafe { &(*(::core::ptr::null::<CollData>())).x80 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7400:19
[INFO] [stdout]      |
[INFO] [stdout] 7400 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbCurr_top as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7410:19
[INFO] [stdout]      |
[INFO] [stdout] 7410 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbCurr_bot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7420:19
[INFO] [stdout]      |
[INFO] [stdout] 7420 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbCurr_right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7430:19
[INFO] [stdout]      |
[INFO] [stdout] 7430 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbCurr_left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7440:19
[INFO] [stdout]      |
[INFO] [stdout] 7440 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbCurrCorrect_top as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7450:19
[INFO] [stdout]      |
[INFO] [stdout] 7450 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbCurrCorrect_bot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7460:19
[INFO] [stdout]      |
[INFO] [stdout] 7460 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbCurrCorrect_right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7470:19
[INFO] [stdout]      |
[INFO] [stdout] 7470 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbCurrCorrect_left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7480:19
[INFO] [stdout]      |
[INFO] [stdout] 7480 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbPrev_top as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7490:19
[INFO] [stdout]      |
[INFO] [stdout] 7490 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbPrev_bot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7500:19
[INFO] [stdout]      |
[INFO] [stdout] 7500 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbPrev_right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7510:19
[INFO] [stdout]      |
[INFO] [stdout] 7510 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbPrev_left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7520:19
[INFO] [stdout]      |
[INFO] [stdout] 7520 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbProj_top as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7530:19
[INFO] [stdout]      |
[INFO] [stdout] 7530 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbProj_bot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7540:19
[INFO] [stdout]      |
[INFO] [stdout] 7540 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbProj_right as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7550:19
[INFO] [stdout]      |
[INFO] [stdout] 7550 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecbProj_left as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7560:19
[INFO] [stdout]      |
[INFO] [stdout] 7560 |         unsafe { &(*(::core::ptr::null::<CollData>())).x104 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7570:19
[INFO] [stdout]      |
[INFO] [stdout] 7570 |         unsafe { &(*(::core::ptr::null::<CollData>())).joint_1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7580:19
[INFO] [stdout]      |
[INFO] [stdout] 7580 |         unsafe { &(*(::core::ptr::null::<CollData>())).joint_2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7590:19
[INFO] [stdout]      |
[INFO] [stdout] 7590 |         unsafe { &(*(::core::ptr::null::<CollData>())).joint_3 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7600:19
[INFO] [stdout]      |
[INFO] [stdout] 7600 |         unsafe { &(*(::core::ptr::null::<CollData>())).joint_4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7610:19
[INFO] [stdout]      |
[INFO] [stdout] 7610 |         unsafe { &(*(::core::ptr::null::<CollData>())).joint_5 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7620:19
[INFO] [stdout]      |
[INFO] [stdout] 7620 |         unsafe { &(*(::core::ptr::null::<CollData>())).joint_6 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7630:19
[INFO] [stdout]      |
[INFO] [stdout] 7630 |         unsafe { &(*(::core::ptr::null::<CollData>())).joint_7 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7640:19
[INFO] [stdout]      |
[INFO] [stdout] 7640 |         unsafe { &(*(::core::ptr::null::<CollData>())).x124 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7650:19
[INFO] [stdout]      |
[INFO] [stdout] 7650 |         unsafe { &(*(::core::ptr::null::<CollData>())).x128 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7660:19
[INFO] [stdout]      |
[INFO] [stdout] 7660 |         unsafe { &(*(::core::ptr::null::<CollData>())).x12c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7670:19
[INFO] [stdout]      |
[INFO] [stdout] 7670 |         unsafe { &(*(::core::ptr::null::<CollData>())).flags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7680:19
[INFO] [stdout]      |
[INFO] [stdout] 7680 |         unsafe { &(*(::core::ptr::null::<CollData>())).envFlags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7690:19
[INFO] [stdout]      |
[INFO] [stdout] 7690 |         unsafe { &(*(::core::ptr::null::<CollData>())).envFlags_prev as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7700:19
[INFO] [stdout]      |
[INFO] [stdout] 7700 |         unsafe { &(*(::core::ptr::null::<CollData>())).x13c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7710:19
[INFO] [stdout]      |
[INFO] [stdout] 7710 |         unsafe { &(*(::core::ptr::null::<CollData>())).x140 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7720:19
[INFO] [stdout]      |
[INFO] [stdout] 7720 |         unsafe { &(*(::core::ptr::null::<CollData>())).x144 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7730:19
[INFO] [stdout]      |
[INFO] [stdout] 7730 |         unsafe { &(*(::core::ptr::null::<CollData>())).x148 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7740:19
[INFO] [stdout]      |
[INFO] [stdout] 7740 |         unsafe { &(*(::core::ptr::null::<CollData>())).ground_index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7750:19
[INFO] [stdout]      |
[INFO] [stdout] 7750 |         unsafe { &(*(::core::ptr::null::<CollData>())).ground_info as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7760:19
[INFO] [stdout]      |
[INFO] [stdout] 7760 |         unsafe { &(*(::core::ptr::null::<CollData>())).ground_unk as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7770:19
[INFO] [stdout]      |
[INFO] [stdout] 7770 |         unsafe { &(*(::core::ptr::null::<CollData>())).ground_type as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7780:19
[INFO] [stdout]      |
[INFO] [stdout] 7780 |         unsafe { &(*(::core::ptr::null::<CollData>())).ground_mat as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7790:19
[INFO] [stdout]      |
[INFO] [stdout] 7790 |         unsafe { &(*(::core::ptr::null::<CollData>())).ground_slope as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7800:19
[INFO] [stdout]      |
[INFO] [stdout] 7800 |         unsafe { &(*(::core::ptr::null::<CollData>())).rightwall_index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7810:19
[INFO] [stdout]      |
[INFO] [stdout] 7810 |         unsafe { &(*(::core::ptr::null::<CollData>())).rightwall_info as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7820:19
[INFO] [stdout]      |
[INFO] [stdout] 7820 |         unsafe { &(*(::core::ptr::null::<CollData>())).rightwall_unk as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7830:19
[INFO] [stdout]      |
[INFO] [stdout] 7830 |         unsafe { &(*(::core::ptr::null::<CollData>())).rightwall_type as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7840:19
[INFO] [stdout]      |
[INFO] [stdout] 7840 |         unsafe { &(*(::core::ptr::null::<CollData>())).rightwall_mat as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7850:19
[INFO] [stdout]      |
[INFO] [stdout] 7850 |         unsafe { &(*(::core::ptr::null::<CollData>())).rightwall_slope as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7860:19
[INFO] [stdout]      |
[INFO] [stdout] 7860 |         unsafe { &(*(::core::ptr::null::<CollData>())).leftwall_index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7870:19
[INFO] [stdout]      |
[INFO] [stdout] 7870 |         unsafe { &(*(::core::ptr::null::<CollData>())).leftwall_info as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7880:19
[INFO] [stdout]      |
[INFO] [stdout] 7880 |         unsafe { &(*(::core::ptr::null::<CollData>())).leftwall_unk as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7890:19
[INFO] [stdout]      |
[INFO] [stdout] 7890 |         unsafe { &(*(::core::ptr::null::<CollData>())).leftwall_type as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7900:19
[INFO] [stdout]      |
[INFO] [stdout] 7900 |         unsafe { &(*(::core::ptr::null::<CollData>())).leftwall_mat as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7910:19
[INFO] [stdout]      |
[INFO] [stdout] 7910 |         unsafe { &(*(::core::ptr::null::<CollData>())).leftwall_slope as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7920:19
[INFO] [stdout]      |
[INFO] [stdout] 7920 |         unsafe { &(*(::core::ptr::null::<CollData>())).ceil_index as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7930:19
[INFO] [stdout]      |
[INFO] [stdout] 7930 |         unsafe { &(*(::core::ptr::null::<CollData>())).ceil_info as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7940:19
[INFO] [stdout]      |
[INFO] [stdout] 7940 |         unsafe { &(*(::core::ptr::null::<CollData>())).ceil_unk as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7950:19
[INFO] [stdout]      |
[INFO] [stdout] 7950 |         unsafe { &(*(::core::ptr::null::<CollData>())).ceil_type as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7960:19
[INFO] [stdout]      |
[INFO] [stdout] 7960 |         unsafe { &(*(::core::ptr::null::<CollData>())).ceil_mat as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7970:19
[INFO] [stdout]      |
[INFO] [stdout] 7970 |         unsafe { &(*(::core::ptr::null::<CollData>())).ceil_slope as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:7980:19
[INFO] [stdout]      |
[INFO] [stdout] 7980 |         unsafe { &(*(::core::ptr::null::<CollData>())).ecb_lock as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8021:19
[INFO] [stdout]      |
[INFO] [stdout] 8021 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).floor_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8031:19
[INFO] [stdout]      |
[INFO] [stdout] 8031 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).floor_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8041:19
[INFO] [stdout]      |
[INFO] [stdout] 8041 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).ceil_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8051:19
[INFO] [stdout]      |
[INFO] [stdout] 8051 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).ceil_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8061:19
[INFO] [stdout]      |
[INFO] [stdout] 8061 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).rwall_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8071:19
[INFO] [stdout]      |
[INFO] [stdout] 8071 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).rwall_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8081:19
[INFO] [stdout]      |
[INFO] [stdout] 8081 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).lwall_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8091:19
[INFO] [stdout]      |
[INFO] [stdout] 8091 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).lwall_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8101:19
[INFO] [stdout]      |
[INFO] [stdout] 8101 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).dyn_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8111:19
[INFO] [stdout]      |
[INFO] [stdout] 8111 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).dyn_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8121:19
[INFO] [stdout]      |
[INFO] [stdout] 8121 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).area_min as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8131:19
[INFO] [stdout]      |
[INFO] [stdout] 8131 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).area_max as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8141:19
[INFO] [stdout]      |
[INFO] [stdout] 8141 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).vert_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8151:19
[INFO] [stdout]      |
[INFO] [stdout] 8151 |         unsafe { &(*(::core::ptr::null::<CollGroupDesc>())).vert_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8191:19
[INFO] [stdout]      |
[INFO] [stdout] 8191 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8201:19
[INFO] [stdout]      |
[INFO] [stdout] 8201 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).desc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8211:19
[INFO] [stdout]      |
[INFO] [stdout] 8211 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).x8 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8221:19
[INFO] [stdout]      |
[INFO] [stdout] 8221 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).ray_id as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8231:19
[INFO] [stdout]      |
[INFO] [stdout] 8231 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).xe as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8241:19
[INFO] [stdout]      |
[INFO] [stdout] 8241 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).area_min as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8251:19
[INFO] [stdout]      |
[INFO] [stdout] 8251 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).area_max as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8261:19
[INFO] [stdout]      |
[INFO] [stdout] 8261 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).jobj as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8271:19
[INFO] [stdout]      |
[INFO] [stdout] 8271 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).cb_floor as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8281:19
[INFO] [stdout]      |
[INFO] [stdout] 8281 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).map_data_floor as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8291:19
[INFO] [stdout]      |
[INFO] [stdout] 8291 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).cb_ceil as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8301:19
[INFO] [stdout]      |
[INFO] [stdout] 8301 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).map_data_ceil as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8311:19
[INFO] [stdout]      |
[INFO] [stdout] 8311 |         unsafe { &(*(::core::ptr::null::<CollGroup>())).x34 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8347:19
[INFO] [stdout]      |
[INFO] [stdout] 8347 |         unsafe { &(*(::core::ptr::null::<CollLineInfo>())).vert_prev as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8357:19
[INFO] [stdout]      |
[INFO] [stdout] 8357 |         unsafe { &(*(::core::ptr::null::<CollLineInfo>())).vert_next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8367:19
[INFO] [stdout]      |
[INFO] [stdout] 8367 |         unsafe { &(*(::core::ptr::null::<CollLineInfo>())).line_prev as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8377:19
[INFO] [stdout]      |
[INFO] [stdout] 8377 |         unsafe { &(*(::core::ptr::null::<CollLineInfo>())).line_next as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8388:14
[INFO] [stdout]      |
[INFO] [stdout] 8388 |             &(*(::core::ptr::null::<CollLineInfo>())).line_prev_altgroup as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8400:14
[INFO] [stdout]      |
[INFO] [stdout] 8400 |             &(*(::core::ptr::null::<CollLineInfo>())).line_next_altgroup as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8411:19
[INFO] [stdout]      |
[INFO] [stdout] 8411 |         unsafe { &(*(::core::ptr::null::<CollLineInfo>())).xc as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8421:19
[INFO] [stdout]      |
[INFO] [stdout] 8421 |         unsafe { &(*(::core::ptr::null::<CollLineInfo>())).material as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8719:19
[INFO] [stdout]      |
[INFO] [stdout] 8719 |         unsafe { &(*(::core::ptr::null::<CollLine>())).info as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8729:19
[INFO] [stdout]      |
[INFO] [stdout] 8729 |         unsafe { &(*(::core::ptr::null::<CollLine>())).x4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8739:19
[INFO] [stdout]      |
[INFO] [stdout] 8739 |         unsafe { &(*(::core::ptr::null::<CollLine>())).x6 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:8993:19
[INFO] [stdout]      |
[INFO] [stdout] 8993 |         unsafe { &(*(::core::ptr::null::<CollVert>())).pos_orig as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9003:19
[INFO] [stdout]      |
[INFO] [stdout] 9003 |         unsafe { &(*(::core::ptr::null::<CollVert>())).pos_curr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9013:19
[INFO] [stdout]      |
[INFO] [stdout] 9013 |         unsafe { &(*(::core::ptr::null::<CollVert>())).pos_prev as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9056:19
[INFO] [stdout]      |
[INFO] [stdout] 9056 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).verts as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9066:19
[INFO] [stdout]      |
[INFO] [stdout] 9066 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).vert_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9076:19
[INFO] [stdout]      |
[INFO] [stdout] 9076 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).lines as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9086:19
[INFO] [stdout]      |
[INFO] [stdout] 9086 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).line_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9096:19
[INFO] [stdout]      |
[INFO] [stdout] 9096 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).floor_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9106:19
[INFO] [stdout]      |
[INFO] [stdout] 9106 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).floor_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9116:19
[INFO] [stdout]      |
[INFO] [stdout] 9116 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).ceil_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9126:19
[INFO] [stdout]      |
[INFO] [stdout] 9126 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).ceil_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9136:19
[INFO] [stdout]      |
[INFO] [stdout] 9136 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).rwall_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9146:19
[INFO] [stdout]      |
[INFO] [stdout] 9146 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).rwall_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9156:19
[INFO] [stdout]      |
[INFO] [stdout] 9156 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).lwall_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9166:19
[INFO] [stdout]      |
[INFO] [stdout] 9166 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).lwall_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9176:19
[INFO] [stdout]      |
[INFO] [stdout] 9176 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).dyn_start as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9186:19
[INFO] [stdout]      |
[INFO] [stdout] 9186 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).dyn_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9196:19
[INFO] [stdout]      |
[INFO] [stdout] 9196 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).groups as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9206:19
[INFO] [stdout]      |
[INFO] [stdout] 9206 |         unsafe { &(*(::core::ptr::null::<CollDataStage>())).group_num as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9447:19
[INFO] [stdout]      |
[INFO] [stdout] 9447 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).state as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9457:19
[INFO] [stdout]      |
[INFO] [stdout] 9457 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).ft_kind as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9467:19
[INFO] [stdout]      |
[INFO] [stdout] 9467 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).type_ as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9477:19
[INFO] [stdout]      |
[INFO] [stdout] 9477 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).isTransformed as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9487:19
[INFO] [stdout]      |
[INFO] [stdout] 9487 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).tagPos as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9497:19
[INFO] [stdout]      |
[INFO] [stdout] 9497 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).spawnPos as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9507:19
[INFO] [stdout]      |
[INFO] [stdout] 9507 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).respawnPos as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9517:19
[INFO] [stdout]      |
[INFO] [stdout] 9517 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).x34 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9527:19
[INFO] [stdout]      |
[INFO] [stdout] 9527 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).x38 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9537:19
[INFO] [stdout]      |
[INFO] [stdout] 9537 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).x3C as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9547:19
[INFO] [stdout]      |
[INFO] [stdout] 9547 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).initialFacing as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9557:19
[INFO] [stdout]      |
[INFO] [stdout] 9557 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).costume as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9567:19
[INFO] [stdout]      |
[INFO] [stdout] 9567 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).x45 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9577:19
[INFO] [stdout]      |
[INFO] [stdout] 9577 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).tint as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9587:19
[INFO] [stdout]      |
[INFO] [stdout] 9587 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).team as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9597:19
[INFO] [stdout]      |
[INFO] [stdout] 9597 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).controller as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9607:19
[INFO] [stdout]      |
[INFO] [stdout] 9607 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).cpuLv as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9617:19
[INFO] [stdout]      |
[INFO] [stdout] 9617 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).cpuKind as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9627:19
[INFO] [stdout]      |
[INFO] [stdout] 9627 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).handicap as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9637:19
[INFO] [stdout]      |
[INFO] [stdout] 9637 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).x50 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9647:19
[INFO] [stdout]      |
[INFO] [stdout] 9647 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).attack as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9657:19
[INFO] [stdout]      |
[INFO] [stdout] 9657 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).defense as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9667:19
[INFO] [stdout]      |
[INFO] [stdout] 9667 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).scale as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9677:19
[INFO] [stdout]      |
[INFO] [stdout] 9677 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).damage as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9687:19
[INFO] [stdout]      |
[INFO] [stdout] 9687 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).initialDamage as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9697:19
[INFO] [stdout]      |
[INFO] [stdout] 9697 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).stamina as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9707:19
[INFO] [stdout]      |
[INFO] [stdout] 9707 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).falls as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9717:19
[INFO] [stdout]      |
[INFO] [stdout] 9717 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).ko as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9727:19
[INFO] [stdout]      |
[INFO] [stdout] 9727 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).x88 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9737:19
[INFO] [stdout]      |
[INFO] [stdout] 9737 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).selfDestructs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9747:19
[INFO] [stdout]      |
[INFO] [stdout] 9747 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).stocks as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9757:19
[INFO] [stdout]      |
[INFO] [stdout] 9757 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).coins_curr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9767:19
[INFO] [stdout]      |
[INFO] [stdout] 9767 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).coins_total as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9777:19
[INFO] [stdout]      |
[INFO] [stdout] 9777 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).x98 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9787:19
[INFO] [stdout]      |
[INFO] [stdout] 9787 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).x9c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9797:19
[INFO] [stdout]      |
[INFO] [stdout] 9797 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).stickSmashes as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9807:19
[INFO] [stdout]      |
[INFO] [stdout] 9807 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).tag as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9817:19
[INFO] [stdout]      |
[INFO] [stdout] 9817 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).flags2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9827:19
[INFO] [stdout]      |
[INFO] [stdout] 9827 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).flags3 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9837:19
[INFO] [stdout]      |
[INFO] [stdout] 9837 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).fighterData as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9847:19
[INFO] [stdout]      |
[INFO] [stdout] 9847 |         unsafe { &(*(::core::ptr::null::<Playerblock>())).fighterDataSub as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9895:19
[INFO] [stdout]      |
[INFO] [stdout] 9895 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).kind as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9905:19
[INFO] [stdout]      |
[INFO] [stdout] 9905 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).status as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9915:19
[INFO] [stdout]      |
[INFO] [stdout] 9915 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).stocks as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9925:19
[INFO] [stdout]      |
[INFO] [stdout] 9925 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).costume as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9935:19
[INFO] [stdout]      |
[INFO] [stdout] 9935 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).portNumberOverride as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9945:19
[INFO] [stdout]      |
[INFO] [stdout] 9945 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).spawnPointOverride as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9955:19
[INFO] [stdout]      |
[INFO] [stdout] 9955 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).facingDirection as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9965:19
[INFO] [stdout]      |
[INFO] [stdout] 9965 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).subcolor as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9975:19
[INFO] [stdout]      |
[INFO] [stdout] 9975 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).handicap as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9985:19
[INFO] [stdout]      |
[INFO] [stdout] 9985 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).team as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/bindings.rs:9995:19
[INFO] [stdout]      |
[INFO] [stdout] 9995 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).nametag as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10005:19
[INFO] [stdout]       |
[INFO] [stdout] 10005 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).xb as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10015:19
[INFO] [stdout]       |
[INFO] [stdout] 10015 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).cpuKind as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10025:19
[INFO] [stdout]       |
[INFO] [stdout] 10025 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).cpuLevel as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10035:19
[INFO] [stdout]       |
[INFO] [stdout] 10035 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).damageStart as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10045:19
[INFO] [stdout]       |
[INFO] [stdout] 10045 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).damageSpawn as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10055:19
[INFO] [stdout]       |
[INFO] [stdout] 10055 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).staminaStart as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10065:19
[INFO] [stdout]       |
[INFO] [stdout] 10065 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).attack as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10075:19
[INFO] [stdout]       |
[INFO] [stdout] 10075 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).defense as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10085:19
[INFO] [stdout]       |
[INFO] [stdout] 10085 |         unsafe { &(*(::core::ptr::null::<PlayerData>())).scale as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10189:19
[INFO] [stdout]       |
[INFO] [stdout] 10189 |         unsafe { &(*(::core::ptr::null::<FighterBone>())).joint as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10199:19
[INFO] [stdout]       |
[INFO] [stdout] 10199 |         unsafe { &(*(::core::ptr::null::<FighterBone>())).joint2 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10209:19
[INFO] [stdout]       |
[INFO] [stdout] 10209 |         unsafe { &(*(::core::ptr::null::<FighterBone>())).flags as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10219:19
[INFO] [stdout]       |
[INFO] [stdout] 10219 |         unsafe { &(*(::core::ptr::null::<FighterBone>())).flags2 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10252:19
[INFO] [stdout]       |
[INFO] [stdout] 10252 |         unsafe { &(*(::core::ptr::null::<DynamicsDesc>())).root_bone as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10262:19
[INFO] [stdout]       |
[INFO] [stdout] 10262 |         unsafe { &(*(::core::ptr::null::<DynamicsDesc>())).params as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10272:19
[INFO] [stdout]       |
[INFO] [stdout] 10272 |         unsafe { &(*(::core::ptr::null::<DynamicsDesc>())).num as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10282:19
[INFO] [stdout]       |
[INFO] [stdout] 10282 |         unsafe { &(*(::core::ptr::null::<DynamicsDesc>())).xc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10292:19
[INFO] [stdout]       |
[INFO] [stdout] 10292 |         unsafe { &(*(::core::ptr::null::<DynamicsDesc>())).x10 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10302:19
[INFO] [stdout]       |
[INFO] [stdout] 10302 |         unsafe { &(*(::core::ptr::null::<DynamicsDesc>())).x14 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10332:19
[INFO] [stdout]       |
[INFO] [stdout] 10332 |         unsafe { &(*(::core::ptr::null::<DynamicsHitDesc>())).bone as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10342:19
[INFO] [stdout]       |
[INFO] [stdout] 10342 |         unsafe { &(*(::core::ptr::null::<DynamicsHitDesc>())).x4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10352:19
[INFO] [stdout]       |
[INFO] [stdout] 10352 |         unsafe { &(*(::core::ptr::null::<DynamicsHitDesc>())).x8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10380:19
[INFO] [stdout]       |
[INFO] [stdout] 10380 |         unsafe { &(*(::core::ptr::null::<DynamicsBehave>())).num as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10412:19
[INFO] [stdout]       |
[INFO] [stdout] 10412 |         unsafe { &(*(::core::ptr::null::<ftDynamics>())).dynamics_num as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10422:19
[INFO] [stdout]       |
[INFO] [stdout] 10422 |         unsafe { &(*(::core::ptr::null::<ftDynamics>())).dynamics_desc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10432:19
[INFO] [stdout]       |
[INFO] [stdout] 10432 |         unsafe { &(*(::core::ptr::null::<ftDynamics>())).dynamics_hit_num as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10442:19
[INFO] [stdout]       |
[INFO] [stdout] 10442 |         unsafe { &(*(::core::ptr::null::<ftDynamics>())).dynamics_hit_desc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10452:19
[INFO] [stdout]       |
[INFO] [stdout] 10452 |         unsafe { &(*(::core::ptr::null::<ftDynamics>())).dynamics_behave as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10503:19
[INFO] [stdout]       |
[INFO] [stdout] 10503 |         unsafe { &(*(::core::ptr::null::<ftData>())).footBoneL as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10513:19
[INFO] [stdout]       |
[INFO] [stdout] 10513 |         unsafe { &(*(::core::ptr::null::<ftData>())).footBoneR as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10523:19
[INFO] [stdout]       |
[INFO] [stdout] 10523 |         unsafe { &(*(::core::ptr::null::<ftData>())).charAttributes as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10533:19
[INFO] [stdout]       |
[INFO] [stdout] 10533 |         unsafe { &(*(::core::ptr::null::<ftData>())).modelLookup as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10543:19
[INFO] [stdout]       |
[INFO] [stdout] 10543 |         unsafe { &(*(::core::ptr::null::<ftData>())).animFlags as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10553:19
[INFO] [stdout]       |
[INFO] [stdout] 10553 |         unsafe { &(*(::core::ptr::null::<ftData>())).animDynamics as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10563:19
[INFO] [stdout]       |
[INFO] [stdout] 10563 |         unsafe { &(*(::core::ptr::null::<ftData>())).x14 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10573:19
[INFO] [stdout]       |
[INFO] [stdout] 10573 |         unsafe { &(*(::core::ptr::null::<ftData>())).x18 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10583:19
[INFO] [stdout]       |
[INFO] [stdout] 10583 |         unsafe { &(*(::core::ptr::null::<ftData>())).x1C as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10593:19
[INFO] [stdout]       |
[INFO] [stdout] 10593 |         unsafe { &(*(::core::ptr::null::<ftData>())).x20 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10603:19
[INFO] [stdout]       |
[INFO] [stdout] 10603 |         unsafe { &(*(::core::ptr::null::<ftData>())).x24 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10613:19
[INFO] [stdout]       |
[INFO] [stdout] 10613 |         unsafe { &(*(::core::ptr::null::<ftData>())).x28 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10623:19
[INFO] [stdout]       |
[INFO] [stdout] 10623 |         unsafe { &(*(::core::ptr::null::<ftData>())).dynamics as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10633:19
[INFO] [stdout]       |
[INFO] [stdout] 10633 |         unsafe { &(*(::core::ptr::null::<ftData>())).hurtbox as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10643:19
[INFO] [stdout]       |
[INFO] [stdout] 10643 |         unsafe { &(*(::core::ptr::null::<ftData>())).center_bubble as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10653:19
[INFO] [stdout]       |
[INFO] [stdout] 10653 |         unsafe { &(*(::core::ptr::null::<ftData>())).x38 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10663:19
[INFO] [stdout]       |
[INFO] [stdout] 10663 |         unsafe { &(*(::core::ptr::null::<ftData>())).x3C as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10673:19
[INFO] [stdout]       |
[INFO] [stdout] 10673 |         unsafe { &(*(::core::ptr::null::<ftData>())).x40 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10683:19
[INFO] [stdout]       |
[INFO] [stdout] 10683 |         unsafe { &(*(::core::ptr::null::<ftData>())).coll as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10693:19
[INFO] [stdout]       |
[INFO] [stdout] 10693 |         unsafe { &(*(::core::ptr::null::<ftData>())).items as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10703:19
[INFO] [stdout]       |
[INFO] [stdout] 10703 |         unsafe { &(*(::core::ptr::null::<ftData>())).x4C as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10713:19
[INFO] [stdout]       |
[INFO] [stdout] 10713 |         unsafe { &(*(::core::ptr::null::<ftData>())).x50 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10723:19
[INFO] [stdout]       |
[INFO] [stdout] 10723 |         unsafe { &(*(::core::ptr::null::<ftData>())).x54 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10733:19
[INFO] [stdout]       |
[INFO] [stdout] 10733 |         unsafe { &(*(::core::ptr::null::<ftData>())).boneLookup as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10772:19
[INFO] [stdout]       |
[INFO] [stdout] 10772 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).x0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10782:19
[INFO] [stdout]       |
[INFO] [stdout] 10782 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).x4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10792:19
[INFO] [stdout]       |
[INFO] [stdout] 10792 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).x8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10802:19
[INFO] [stdout]       |
[INFO] [stdout] 10802 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).xc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10812:19
[INFO] [stdout]       |
[INFO] [stdout] 10812 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).x10 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10822:19
[INFO] [stdout]       |
[INFO] [stdout] 10822 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).x14 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10832:19
[INFO] [stdout]       |
[INFO] [stdout] 10832 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).x18 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10842:19
[INFO] [stdout]       |
[INFO] [stdout] 10842 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).x1c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10852:19
[INFO] [stdout]       |
[INFO] [stdout] 10852 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).x20 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10862:19
[INFO] [stdout]       |
[INFO] [stdout] 10862 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).gobj as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10872:19
[INFO] [stdout]       |
[INFO] [stdout] 10872 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).hazard_kind as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10882:19
[INFO] [stdout]       |
[INFO] [stdout] 10882 |         unsafe { &(*(::core::ptr::null::<ftChkDevice>())).check as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10914:19
[INFO] [stdout]       |
[INFO] [stdout] 10914 |         unsafe { &(*(::core::ptr::null::<SubactionHeader>())).symbol as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10924:19
[INFO] [stdout]       |
[INFO] [stdout] 10924 |         unsafe { &(*(::core::ptr::null::<SubactionHeader>())).animOffset as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10934:19
[INFO] [stdout]       |
[INFO] [stdout] 10934 |         unsafe { &(*(::core::ptr::null::<SubactionHeader>())).animSize as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10944:19
[INFO] [stdout]       |
[INFO] [stdout] 10944 |         unsafe { &(*(::core::ptr::null::<SubactionHeader>())).subactionData as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10954:19
[INFO] [stdout]       |
[INFO] [stdout] 10954 |         unsafe { &(*(::core::ptr::null::<SubactionHeader>())).flags as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:10990:19
[INFO] [stdout]       |
[INFO] [stdout] 10990 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).animation_id as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11000:19
[INFO] [stdout]       |
[INFO] [stdout] 11000 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).flags as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11010:19
[INFO] [stdout]       |
[INFO] [stdout] 11010 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).move_id as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11020:19
[INFO] [stdout]       |
[INFO] [stdout] 11020 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).bitflags1 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11030:19
[INFO] [stdout]       |
[INFO] [stdout] 11030 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).animation_callback as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11040:19
[INFO] [stdout]       |
[INFO] [stdout] 11040 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).iasa_callback as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11050:19
[INFO] [stdout]       |
[INFO] [stdout] 11050 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).physics_callback as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11060:19
[INFO] [stdout]       |
[INFO] [stdout] 11060 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).collision_callback as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11070:19
[INFO] [stdout]       |
[INFO] [stdout] 11070 |         unsafe { &(*(::core::ptr::null::<MoveLogic>())).camera_callback as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11104:19
[INFO] [stdout]       |
[INFO] [stdout] 11104 |         unsafe { &(*(::core::ptr::null::<ReflectDesc>())).bone as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11114:19
[INFO] [stdout]       |
[INFO] [stdout] 11114 |         unsafe { &(*(::core::ptr::null::<ReflectDesc>())).max_damage as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11124:19
[INFO] [stdout]       |
[INFO] [stdout] 11124 |         unsafe { &(*(::core::ptr::null::<ReflectDesc>())).pos as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11134:19
[INFO] [stdout]       |
[INFO] [stdout] 11134 |         unsafe { &(*(::core::ptr::null::<ReflectDesc>())).radius as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11144:19
[INFO] [stdout]       |
[INFO] [stdout] 11144 |         unsafe { &(*(::core::ptr::null::<ReflectDesc>())).damage_mult as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11154:19
[INFO] [stdout]       |
[INFO] [stdout] 11154 |         unsafe { &(*(::core::ptr::null::<ReflectDesc>())).velocity_mult as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11164:19
[INFO] [stdout]       |
[INFO] [stdout] 11164 |         unsafe { &(*(::core::ptr::null::<ReflectDesc>())).flags as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11198:19
[INFO] [stdout]       |
[INFO] [stdout] 11198 |         unsafe { &(*(::core::ptr::null::<ShieldDesc>())).bone as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11208:19
[INFO] [stdout]       |
[INFO] [stdout] 11208 |         unsafe { &(*(::core::ptr::null::<ShieldDesc>())).max_damage as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11218:19
[INFO] [stdout]       |
[INFO] [stdout] 11218 |         unsafe { &(*(::core::ptr::null::<ShieldDesc>())).pos as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11228:19
[INFO] [stdout]       |
[INFO] [stdout] 11228 |         unsafe { &(*(::core::ptr::null::<ShieldDesc>())).radius as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11238:19
[INFO] [stdout]       |
[INFO] [stdout] 11238 |         unsafe { &(*(::core::ptr::null::<ShieldDesc>())).damage_mult as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11248:19
[INFO] [stdout]       |
[INFO] [stdout] 11248 |         unsafe { &(*(::core::ptr::null::<ShieldDesc>())).velocity_mult as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11258:19
[INFO] [stdout]       |
[INFO] [stdout] 11258 |         unsafe { &(*(::core::ptr::null::<ShieldDesc>())).flags as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11292:19
[INFO] [stdout]       |
[INFO] [stdout] 11292 |         unsafe { &(*(::core::ptr::null::<AbsorbDesc>())).bone as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11302:19
[INFO] [stdout]       |
[INFO] [stdout] 11302 |         unsafe { &(*(::core::ptr::null::<AbsorbDesc>())).max_damage as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11312:19
[INFO] [stdout]       |
[INFO] [stdout] 11312 |         unsafe { &(*(::core::ptr::null::<AbsorbDesc>())).pos as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11322:19
[INFO] [stdout]       |
[INFO] [stdout] 11322 |         unsafe { &(*(::core::ptr::null::<AbsorbDesc>())).radius as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11332:19
[INFO] [stdout]       |
[INFO] [stdout] 11332 |         unsafe { &(*(::core::ptr::null::<AbsorbDesc>())).damage_mult as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11342:19
[INFO] [stdout]       |
[INFO] [stdout] 11342 |         unsafe { &(*(::core::ptr::null::<AbsorbDesc>())).velocity_mult as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11352:19
[INFO] [stdout]       |
[INFO] [stdout] 11352 |         unsafe { &(*(::core::ptr::null::<AbsorbDesc>())).flags as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11381:19
[INFO] [stdout]       |
[INFO] [stdout] 11381 |         unsafe { &(*(::core::ptr::null::<HitVictim>())).victim_data as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11391:19
[INFO] [stdout]       |
[INFO] [stdout] 11391 |         unsafe { &(*(::core::ptr::null::<HitVictim>())).unk as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11443:19
[INFO] [stdout]       |
[INFO] [stdout] 11443 |         unsafe { &(*(::core::ptr::null::<ftHit>())).active as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11453:19
[INFO] [stdout]       |
[INFO] [stdout] 11453 |         unsafe { &(*(::core::ptr::null::<ftHit>())).x4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11458:19
[INFO] [stdout]       |
[INFO] [stdout] 11458 |         unsafe { &(*(::core::ptr::null::<ftHit>())).dmg as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11468:19
[INFO] [stdout]       |
[INFO] [stdout] 11468 |         unsafe { &(*(::core::ptr::null::<ftHit>())).dmg_f as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11478:19
[INFO] [stdout]       |
[INFO] [stdout] 11478 |         unsafe { &(*(::core::ptr::null::<ftHit>())).offset as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11488:19
[INFO] [stdout]       |
[INFO] [stdout] 11488 |         unsafe { &(*(::core::ptr::null::<ftHit>())).size as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11498:19
[INFO] [stdout]       |
[INFO] [stdout] 11498 |         unsafe { &(*(::core::ptr::null::<ftHit>())).angle as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11508:19
[INFO] [stdout]       |
[INFO] [stdout] 11508 |         unsafe { &(*(::core::ptr::null::<ftHit>())).kb_growth as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11518:19
[INFO] [stdout]       |
[INFO] [stdout] 11518 |         unsafe { &(*(::core::ptr::null::<ftHit>())).wdsk as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11528:19
[INFO] [stdout]       |
[INFO] [stdout] 11528 |         unsafe { &(*(::core::ptr::null::<ftHit>())).kb as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11533:19
[INFO] [stdout]       |
[INFO] [stdout] 11533 |         unsafe { &(*(::core::ptr::null::<ftHit>())).attribute as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11543:19
[INFO] [stdout]       |
[INFO] [stdout] 11543 |         unsafe { &(*(::core::ptr::null::<ftHit>())).shield_dmg as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11553:19
[INFO] [stdout]       |
[INFO] [stdout] 11553 |         unsafe { &(*(::core::ptr::null::<ftHit>())).hitsound_severity as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11563:19
[INFO] [stdout]       |
[INFO] [stdout] 11563 |         unsafe { &(*(::core::ptr::null::<ftHit>())).hitsound_kind as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11573:19
[INFO] [stdout]       |
[INFO] [stdout] 11573 |         unsafe { &(*(::core::ptr::null::<ftHit>())).x40 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11583:19
[INFO] [stdout]       |
[INFO] [stdout] 11583 |         unsafe { &(*(::core::ptr::null::<ftHit>())).x41 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11593:19
[INFO] [stdout]       |
[INFO] [stdout] 11593 |         unsafe { &(*(::core::ptr::null::<ftHit>())).x44 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11603:19
[INFO] [stdout]       |
[INFO] [stdout] 11603 |         unsafe { &(*(::core::ptr::null::<ftHit>())).bone as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11613:19
[INFO] [stdout]       |
[INFO] [stdout] 11613 |         unsafe { &(*(::core::ptr::null::<ftHit>())).pos as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11623:19
[INFO] [stdout]       |
[INFO] [stdout] 11623 |         unsafe { &(*(::core::ptr::null::<ftHit>())).pos_prev as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11633:19
[INFO] [stdout]       |
[INFO] [stdout] 11633 |         unsafe { &(*(::core::ptr::null::<ftHit>())).pos_coll as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11643:19
[INFO] [stdout]       |
[INFO] [stdout] 11643 |         unsafe { &(*(::core::ptr::null::<ftHit>())).coll_distance as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11653:19
[INFO] [stdout]       |
[INFO] [stdout] 11653 |         unsafe { &(*(::core::ptr::null::<ftHit>())).victims as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11663:19
[INFO] [stdout]       |
[INFO] [stdout] 11663 |         unsafe { &(*(::core::ptr::null::<ftHit>())).x134 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11966:19
[INFO] [stdout]       |
[INFO] [stdout] 11966 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).x0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11976:19
[INFO] [stdout]       |
[INFO] [stdout] 11976 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).hurt1_offset as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11986:19
[INFO] [stdout]       |
[INFO] [stdout] 11986 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).hurt2_offset as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:11996:19
[INFO] [stdout]       |
[INFO] [stdout] 11996 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).scale as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12006:19
[INFO] [stdout]       |
[INFO] [stdout] 12006 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).jobj as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12016:19
[INFO] [stdout]       |
[INFO] [stdout] 12016 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).hurt1_pos as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12026:19
[INFO] [stdout]       |
[INFO] [stdout] 12026 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).hurt2_pos as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12036:19
[INFO] [stdout]       |
[INFO] [stdout] 12036 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).bone_index as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12046:19
[INFO] [stdout]       |
[INFO] [stdout] 12046 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).hurt_kind as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12056:19
[INFO] [stdout]       |
[INFO] [stdout] 12056 |         unsafe { &(*(::core::ptr::null::<FtHurt>())).is_grabbable as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12227:14
[INFO] [stdout]       |
[INFO] [stdout] 12227 |             &(*(::core::ptr::null::<FtDynamicBoneset>())).apply_phys_num as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12238:19
[INFO] [stdout]       |
[INFO] [stdout] 12238 |         unsafe { &(*(::core::ptr::null::<FtDynamicBoneset>())).unk_ptr as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12248:19
[INFO] [stdout]       |
[INFO] [stdout] 12248 |         unsafe { &(*(::core::ptr::null::<FtDynamicBoneset>())).bone_num as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12258:19
[INFO] [stdout]       |
[INFO] [stdout] 12258 |         unsafe { &(*(::core::ptr::null::<FtDynamicBoneset>())).xc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12268:19
[INFO] [stdout]       |
[INFO] [stdout] 12268 |         unsafe { &(*(::core::ptr::null::<FtDynamicBoneset>())).x10 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12278:19
[INFO] [stdout]       |
[INFO] [stdout] 12278 |         unsafe { &(*(::core::ptr::null::<FtDynamicBoneset>())).x14 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12334:19
[INFO] [stdout]       |
[INFO] [stdout] 12334 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).jobj as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12344:19
[INFO] [stdout]       |
[INFO] [stdout] 12344 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).rot as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12354:19
[INFO] [stdout]       |
[INFO] [stdout] 12354 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).trans as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12364:19
[INFO] [stdout]       |
[INFO] [stdout] 12364 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).scale as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12374:19
[INFO] [stdout]       |
[INFO] [stdout] 12374 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).rot_global as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12384:19
[INFO] [stdout]       |
[INFO] [stdout] 12384 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x38 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12394:19
[INFO] [stdout]       |
[INFO] [stdout] 12394 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x3c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12404:19
[INFO] [stdout]       |
[INFO] [stdout] 12404 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x40 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12414:19
[INFO] [stdout]       |
[INFO] [stdout] 12414 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x44 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12424:19
[INFO] [stdout]       |
[INFO] [stdout] 12424 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x48 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12434:19
[INFO] [stdout]       |
[INFO] [stdout] 12434 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x4c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12444:19
[INFO] [stdout]       |
[INFO] [stdout] 12444 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x50 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12454:19
[INFO] [stdout]       |
[INFO] [stdout] 12454 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x54 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12464:19
[INFO] [stdout]       |
[INFO] [stdout] 12464 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x58 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12474:19
[INFO] [stdout]       |
[INFO] [stdout] 12474 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x5c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12484:19
[INFO] [stdout]       |
[INFO] [stdout] 12484 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x60 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12494:19
[INFO] [stdout]       |
[INFO] [stdout] 12494 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x64 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12504:19
[INFO] [stdout]       |
[INFO] [stdout] 12504 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x68 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12514:19
[INFO] [stdout]       |
[INFO] [stdout] 12514 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x6c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12524:19
[INFO] [stdout]       |
[INFO] [stdout] 12524 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x70 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12534:19
[INFO] [stdout]       |
[INFO] [stdout] 12534 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x74 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12544:19
[INFO] [stdout]       |
[INFO] [stdout] 12544 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x78 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12554:19
[INFO] [stdout]       |
[INFO] [stdout] 12554 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x7c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12564:19
[INFO] [stdout]       |
[INFO] [stdout] 12564 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x80 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12574:19
[INFO] [stdout]       |
[INFO] [stdout] 12574 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x84 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12584:19
[INFO] [stdout]       |
[INFO] [stdout] 12584 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x88 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12594:19
[INFO] [stdout]       |
[INFO] [stdout] 12594 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x8c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12604:19
[INFO] [stdout]       |
[INFO] [stdout] 12604 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).next as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12614:19
[INFO] [stdout]       |
[INFO] [stdout] 12614 |         unsafe { &(*(::core::ptr::null::<FtDynamicRoot>())).x94 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12647:19
[INFO] [stdout]       |
[INFO] [stdout] 12647 |         unsafe { &(*(::core::ptr::null::<FtDynamicHit>())).x0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12657:19
[INFO] [stdout]       |
[INFO] [stdout] 12657 |         unsafe { &(*(::core::ptr::null::<FtDynamicHit>())).x4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12667:19
[INFO] [stdout]       |
[INFO] [stdout] 12667 |         unsafe { &(*(::core::ptr::null::<FtDynamicHit>())).bone as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12677:19
[INFO] [stdout]       |
[INFO] [stdout] 12677 |         unsafe { &(*(::core::ptr::null::<FtDynamicHit>())).x14 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12687:19
[INFO] [stdout]       |
[INFO] [stdout] 12687 |         unsafe { &(*(::core::ptr::null::<FtDynamicHit>())).pos as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12697:19
[INFO] [stdout]       |
[INFO] [stdout] 12697 |         unsafe { &(*(::core::ptr::null::<FtDynamicHit>())).bone_index as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12726:19
[INFO] [stdout]       |
[INFO] [stdout] 12726 |         unsafe { &(*(::core::ptr::null::<FtAfterImageKey>())).pos as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:12736:19
[INFO] [stdout]       |
[INFO] [stdout] 12736 |         unsafe { &(*(::core::ptr::null::<FtAfterImageKey>())).rot as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13111:19
[INFO] [stdout]       |
[INFO] [stdout] 13111 |         unsafe { &(*(::core::ptr::null::<CPU>())).held as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13116:19
[INFO] [stdout]       |
[INFO] [stdout] 13116 |         unsafe { &(*(::core::ptr::null::<CPU>())).lstickX as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13126:19
[INFO] [stdout]       |
[INFO] [stdout] 13126 |         unsafe { &(*(::core::ptr::null::<CPU>())).lstickY as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13136:19
[INFO] [stdout]       |
[INFO] [stdout] 13136 |         unsafe { &(*(::core::ptr::null::<CPU>())).cstickX as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13146:19
[INFO] [stdout]       |
[INFO] [stdout] 13146 |         unsafe { &(*(::core::ptr::null::<CPU>())).cstickY as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13156:19
[INFO] [stdout]       |
[INFO] [stdout] 13156 |         unsafe { &(*(::core::ptr::null::<CPU>())).x8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13161:19
[INFO] [stdout]       |
[INFO] [stdout] 13161 |         unsafe { &(*(::core::ptr::null::<CPU>())).ai as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13166:19
[INFO] [stdout]       |
[INFO] [stdout] 13166 |         unsafe { &(*(::core::ptr::null::<CPU>())).level as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13176:19
[INFO] [stdout]       |
[INFO] [stdout] 13176 |         unsafe { &(*(::core::ptr::null::<CPU>())).x14 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13181:19
[INFO] [stdout]       |
[INFO] [stdout] 13181 |         unsafe { &(*(::core::ptr::null::<CPU>())).x18 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13186:19
[INFO] [stdout]       |
[INFO] [stdout] 13186 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13191:19
[INFO] [stdout]       |
[INFO] [stdout] 13191 |         unsafe { &(*(::core::ptr::null::<CPU>())).x20 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13196:19
[INFO] [stdout]       |
[INFO] [stdout] 13196 |         unsafe { &(*(::core::ptr::null::<CPU>())).x24 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13201:19
[INFO] [stdout]       |
[INFO] [stdout] 13201 |         unsafe { &(*(::core::ptr::null::<CPU>())).x28 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13206:19
[INFO] [stdout]       |
[INFO] [stdout] 13206 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13211:19
[INFO] [stdout]       |
[INFO] [stdout] 13211 |         unsafe { &(*(::core::ptr::null::<CPU>())).x30 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13216:19
[INFO] [stdout]       |
[INFO] [stdout] 13216 |         unsafe { &(*(::core::ptr::null::<CPU>())).x34 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13221:19
[INFO] [stdout]       |
[INFO] [stdout] 13221 |         unsafe { &(*(::core::ptr::null::<CPU>())).x38 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13226:19
[INFO] [stdout]       |
[INFO] [stdout] 13226 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13231:19
[INFO] [stdout]       |
[INFO] [stdout] 13231 |         unsafe { &(*(::core::ptr::null::<CPU>())).x40 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13236:19
[INFO] [stdout]       |
[INFO] [stdout] 13236 |         unsafe { &(*(::core::ptr::null::<CPU>())).x44 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13241:19
[INFO] [stdout]       |
[INFO] [stdout] 13241 |         unsafe { &(*(::core::ptr::null::<CPU>())).x48 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13246:19
[INFO] [stdout]       |
[INFO] [stdout] 13246 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13251:19
[INFO] [stdout]       |
[INFO] [stdout] 13251 |         unsafe { &(*(::core::ptr::null::<CPU>())).x50 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13256:19
[INFO] [stdout]       |
[INFO] [stdout] 13256 |         unsafe { &(*(::core::ptr::null::<CPU>())).x54 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13261:19
[INFO] [stdout]       |
[INFO] [stdout] 13261 |         unsafe { &(*(::core::ptr::null::<CPU>())).x58 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13266:19
[INFO] [stdout]       |
[INFO] [stdout] 13266 |         unsafe { &(*(::core::ptr::null::<CPU>())).x5c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13271:19
[INFO] [stdout]       |
[INFO] [stdout] 13271 |         unsafe { &(*(::core::ptr::null::<CPU>())).x60 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13276:19
[INFO] [stdout]       |
[INFO] [stdout] 13276 |         unsafe { &(*(::core::ptr::null::<CPU>())).x64 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13281:19
[INFO] [stdout]       |
[INFO] [stdout] 13281 |         unsafe { &(*(::core::ptr::null::<CPU>())).x68 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13286:19
[INFO] [stdout]       |
[INFO] [stdout] 13286 |         unsafe { &(*(::core::ptr::null::<CPU>())).x6c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13291:19
[INFO] [stdout]       |
[INFO] [stdout] 13291 |         unsafe { &(*(::core::ptr::null::<CPU>())).x70 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13296:19
[INFO] [stdout]       |
[INFO] [stdout] 13296 |         unsafe { &(*(::core::ptr::null::<CPU>())).x74 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13301:19
[INFO] [stdout]       |
[INFO] [stdout] 13301 |         unsafe { &(*(::core::ptr::null::<CPU>())).x78 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13306:19
[INFO] [stdout]       |
[INFO] [stdout] 13306 |         unsafe { &(*(::core::ptr::null::<CPU>())).x7c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13311:19
[INFO] [stdout]       |
[INFO] [stdout] 13311 |         unsafe { &(*(::core::ptr::null::<CPU>())).x80 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13316:19
[INFO] [stdout]       |
[INFO] [stdout] 13316 |         unsafe { &(*(::core::ptr::null::<CPU>())).x84 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13321:19
[INFO] [stdout]       |
[INFO] [stdout] 13321 |         unsafe { &(*(::core::ptr::null::<CPU>())).x88 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13326:19
[INFO] [stdout]       |
[INFO] [stdout] 13326 |         unsafe { &(*(::core::ptr::null::<CPU>())).x8c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13331:19
[INFO] [stdout]       |
[INFO] [stdout] 13331 |         unsafe { &(*(::core::ptr::null::<CPU>())).x90 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13336:19
[INFO] [stdout]       |
[INFO] [stdout] 13336 |         unsafe { &(*(::core::ptr::null::<CPU>())).x94 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13341:19
[INFO] [stdout]       |
[INFO] [stdout] 13341 |         unsafe { &(*(::core::ptr::null::<CPU>())).x98 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13346:19
[INFO] [stdout]       |
[INFO] [stdout] 13346 |         unsafe { &(*(::core::ptr::null::<CPU>())).x9c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13351:19
[INFO] [stdout]       |
[INFO] [stdout] 13351 |         unsafe { &(*(::core::ptr::null::<CPU>())).xa0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13356:19
[INFO] [stdout]       |
[INFO] [stdout] 13356 |         unsafe { &(*(::core::ptr::null::<CPU>())).xa4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13361:19
[INFO] [stdout]       |
[INFO] [stdout] 13361 |         unsafe { &(*(::core::ptr::null::<CPU>())).xa8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13366:19
[INFO] [stdout]       |
[INFO] [stdout] 13366 |         unsafe { &(*(::core::ptr::null::<CPU>())).xac as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13371:19
[INFO] [stdout]       |
[INFO] [stdout] 13371 |         unsafe { &(*(::core::ptr::null::<CPU>())).xb0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13376:19
[INFO] [stdout]       |
[INFO] [stdout] 13376 |         unsafe { &(*(::core::ptr::null::<CPU>())).xb4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13381:19
[INFO] [stdout]       |
[INFO] [stdout] 13381 |         unsafe { &(*(::core::ptr::null::<CPU>())).xb8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13386:19
[INFO] [stdout]       |
[INFO] [stdout] 13386 |         unsafe { &(*(::core::ptr::null::<CPU>())).xbc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13391:19
[INFO] [stdout]       |
[INFO] [stdout] 13391 |         unsafe { &(*(::core::ptr::null::<CPU>())).xc0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13396:19
[INFO] [stdout]       |
[INFO] [stdout] 13396 |         unsafe { &(*(::core::ptr::null::<CPU>())).xc4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13401:19
[INFO] [stdout]       |
[INFO] [stdout] 13401 |         unsafe { &(*(::core::ptr::null::<CPU>())).xc8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13406:19
[INFO] [stdout]       |
[INFO] [stdout] 13406 |         unsafe { &(*(::core::ptr::null::<CPU>())).xcc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13411:19
[INFO] [stdout]       |
[INFO] [stdout] 13411 |         unsafe { &(*(::core::ptr::null::<CPU>())).xd0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13416:19
[INFO] [stdout]       |
[INFO] [stdout] 13416 |         unsafe { &(*(::core::ptr::null::<CPU>())).xd4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13421:19
[INFO] [stdout]       |
[INFO] [stdout] 13421 |         unsafe { &(*(::core::ptr::null::<CPU>())).xd8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13426:19
[INFO] [stdout]       |
[INFO] [stdout] 13426 |         unsafe { &(*(::core::ptr::null::<CPU>())).xdc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13431:19
[INFO] [stdout]       |
[INFO] [stdout] 13431 |         unsafe { &(*(::core::ptr::null::<CPU>())).xe0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13436:19
[INFO] [stdout]       |
[INFO] [stdout] 13436 |         unsafe { &(*(::core::ptr::null::<CPU>())).xe4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13441:19
[INFO] [stdout]       |
[INFO] [stdout] 13441 |         unsafe { &(*(::core::ptr::null::<CPU>())).xe8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13446:19
[INFO] [stdout]       |
[INFO] [stdout] 13446 |         unsafe { &(*(::core::ptr::null::<CPU>())).xec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13451:19
[INFO] [stdout]       |
[INFO] [stdout] 13451 |         unsafe { &(*(::core::ptr::null::<CPU>())).xf0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13456:19
[INFO] [stdout]       |
[INFO] [stdout] 13456 |         unsafe { &(*(::core::ptr::null::<CPU>())).xf4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13461:19
[INFO] [stdout]       |
[INFO] [stdout] 13461 |         unsafe { &(*(::core::ptr::null::<CPU>())).xf8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13466:19
[INFO] [stdout]       |
[INFO] [stdout] 13466 |         unsafe { &(*(::core::ptr::null::<CPU>())).xfc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13471:19
[INFO] [stdout]       |
[INFO] [stdout] 13471 |         unsafe { &(*(::core::ptr::null::<CPU>())).x100 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13476:19
[INFO] [stdout]       |
[INFO] [stdout] 13476 |         unsafe { &(*(::core::ptr::null::<CPU>())).x104 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13481:19
[INFO] [stdout]       |
[INFO] [stdout] 13481 |         unsafe { &(*(::core::ptr::null::<CPU>())).x108 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13486:19
[INFO] [stdout]       |
[INFO] [stdout] 13486 |         unsafe { &(*(::core::ptr::null::<CPU>())).x10c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13491:19
[INFO] [stdout]       |
[INFO] [stdout] 13491 |         unsafe { &(*(::core::ptr::null::<CPU>())).x110 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13496:19
[INFO] [stdout]       |
[INFO] [stdout] 13496 |         unsafe { &(*(::core::ptr::null::<CPU>())).x114 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13501:19
[INFO] [stdout]       |
[INFO] [stdout] 13501 |         unsafe { &(*(::core::ptr::null::<CPU>())).x118 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13506:19
[INFO] [stdout]       |
[INFO] [stdout] 13506 |         unsafe { &(*(::core::ptr::null::<CPU>())).x11c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13511:19
[INFO] [stdout]       |
[INFO] [stdout] 13511 |         unsafe { &(*(::core::ptr::null::<CPU>())).x120 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13516:19
[INFO] [stdout]       |
[INFO] [stdout] 13516 |         unsafe { &(*(::core::ptr::null::<CPU>())).x124 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13521:19
[INFO] [stdout]       |
[INFO] [stdout] 13521 |         unsafe { &(*(::core::ptr::null::<CPU>())).x128 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13526:19
[INFO] [stdout]       |
[INFO] [stdout] 13526 |         unsafe { &(*(::core::ptr::null::<CPU>())).x12c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13531:19
[INFO] [stdout]       |
[INFO] [stdout] 13531 |         unsafe { &(*(::core::ptr::null::<CPU>())).x130 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13536:19
[INFO] [stdout]       |
[INFO] [stdout] 13536 |         unsafe { &(*(::core::ptr::null::<CPU>())).x134 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13541:19
[INFO] [stdout]       |
[INFO] [stdout] 13541 |         unsafe { &(*(::core::ptr::null::<CPU>())).x138 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13546:19
[INFO] [stdout]       |
[INFO] [stdout] 13546 |         unsafe { &(*(::core::ptr::null::<CPU>())).x13c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13551:19
[INFO] [stdout]       |
[INFO] [stdout] 13551 |         unsafe { &(*(::core::ptr::null::<CPU>())).x140 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13556:19
[INFO] [stdout]       |
[INFO] [stdout] 13556 |         unsafe { &(*(::core::ptr::null::<CPU>())).x144 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13561:19
[INFO] [stdout]       |
[INFO] [stdout] 13561 |         unsafe { &(*(::core::ptr::null::<CPU>())).x148 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13566:19
[INFO] [stdout]       |
[INFO] [stdout] 13566 |         unsafe { &(*(::core::ptr::null::<CPU>())).x14c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13571:19
[INFO] [stdout]       |
[INFO] [stdout] 13571 |         unsafe { &(*(::core::ptr::null::<CPU>())).x150 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13576:19
[INFO] [stdout]       |
[INFO] [stdout] 13576 |         unsafe { &(*(::core::ptr::null::<CPU>())).x154 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13581:19
[INFO] [stdout]       |
[INFO] [stdout] 13581 |         unsafe { &(*(::core::ptr::null::<CPU>())).x158 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13586:19
[INFO] [stdout]       |
[INFO] [stdout] 13586 |         unsafe { &(*(::core::ptr::null::<CPU>())).x15c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13591:19
[INFO] [stdout]       |
[INFO] [stdout] 13591 |         unsafe { &(*(::core::ptr::null::<CPU>())).x160 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13596:19
[INFO] [stdout]       |
[INFO] [stdout] 13596 |         unsafe { &(*(::core::ptr::null::<CPU>())).x164 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13601:19
[INFO] [stdout]       |
[INFO] [stdout] 13601 |         unsafe { &(*(::core::ptr::null::<CPU>())).x168 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13606:19
[INFO] [stdout]       |
[INFO] [stdout] 13606 |         unsafe { &(*(::core::ptr::null::<CPU>())).x16c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13611:19
[INFO] [stdout]       |
[INFO] [stdout] 13611 |         unsafe { &(*(::core::ptr::null::<CPU>())).x170 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13616:19
[INFO] [stdout]       |
[INFO] [stdout] 13616 |         unsafe { &(*(::core::ptr::null::<CPU>())).x174 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13621:19
[INFO] [stdout]       |
[INFO] [stdout] 13621 |         unsafe { &(*(::core::ptr::null::<CPU>())).x178 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13626:19
[INFO] [stdout]       |
[INFO] [stdout] 13626 |         unsafe { &(*(::core::ptr::null::<CPU>())).x17c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13631:19
[INFO] [stdout]       |
[INFO] [stdout] 13631 |         unsafe { &(*(::core::ptr::null::<CPU>())).x180 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13636:19
[INFO] [stdout]       |
[INFO] [stdout] 13636 |         unsafe { &(*(::core::ptr::null::<CPU>())).x184 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13641:19
[INFO] [stdout]       |
[INFO] [stdout] 13641 |         unsafe { &(*(::core::ptr::null::<CPU>())).x188 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13646:19
[INFO] [stdout]       |
[INFO] [stdout] 13646 |         unsafe { &(*(::core::ptr::null::<CPU>())).x18c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13651:19
[INFO] [stdout]       |
[INFO] [stdout] 13651 |         unsafe { &(*(::core::ptr::null::<CPU>())).x190 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13656:19
[INFO] [stdout]       |
[INFO] [stdout] 13656 |         unsafe { &(*(::core::ptr::null::<CPU>())).x194 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13661:19
[INFO] [stdout]       |
[INFO] [stdout] 13661 |         unsafe { &(*(::core::ptr::null::<CPU>())).x198 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13666:19
[INFO] [stdout]       |
[INFO] [stdout] 13666 |         unsafe { &(*(::core::ptr::null::<CPU>())).x19c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13671:19
[INFO] [stdout]       |
[INFO] [stdout] 13671 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1a0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13676:19
[INFO] [stdout]       |
[INFO] [stdout] 13676 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1a4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13681:19
[INFO] [stdout]       |
[INFO] [stdout] 13681 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1a8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13686:19
[INFO] [stdout]       |
[INFO] [stdout] 13686 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1ac as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13691:19
[INFO] [stdout]       |
[INFO] [stdout] 13691 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1b0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13696:19
[INFO] [stdout]       |
[INFO] [stdout] 13696 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1b4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13701:19
[INFO] [stdout]       |
[INFO] [stdout] 13701 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1b8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13706:19
[INFO] [stdout]       |
[INFO] [stdout] 13706 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1bc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13711:19
[INFO] [stdout]       |
[INFO] [stdout] 13711 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1c0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13716:19
[INFO] [stdout]       |
[INFO] [stdout] 13716 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1c4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13721:19
[INFO] [stdout]       |
[INFO] [stdout] 13721 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1c8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13726:19
[INFO] [stdout]       |
[INFO] [stdout] 13726 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1cc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13731:19
[INFO] [stdout]       |
[INFO] [stdout] 13731 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1d0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13736:19
[INFO] [stdout]       |
[INFO] [stdout] 13736 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1d4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13741:19
[INFO] [stdout]       |
[INFO] [stdout] 13741 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1d8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13746:19
[INFO] [stdout]       |
[INFO] [stdout] 13746 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1dc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13751:19
[INFO] [stdout]       |
[INFO] [stdout] 13751 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1e0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13756:19
[INFO] [stdout]       |
[INFO] [stdout] 13756 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1e4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13761:19
[INFO] [stdout]       |
[INFO] [stdout] 13761 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1e8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13766:19
[INFO] [stdout]       |
[INFO] [stdout] 13766 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1ec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13771:19
[INFO] [stdout]       |
[INFO] [stdout] 13771 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1f0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13776:19
[INFO] [stdout]       |
[INFO] [stdout] 13776 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1f4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13781:19
[INFO] [stdout]       |
[INFO] [stdout] 13781 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1f8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13786:19
[INFO] [stdout]       |
[INFO] [stdout] 13786 |         unsafe { &(*(::core::ptr::null::<CPU>())).x1fc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13791:19
[INFO] [stdout]       |
[INFO] [stdout] 13791 |         unsafe { &(*(::core::ptr::null::<CPU>())).x200 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13796:19
[INFO] [stdout]       |
[INFO] [stdout] 13796 |         unsafe { &(*(::core::ptr::null::<CPU>())).x204 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13801:19
[INFO] [stdout]       |
[INFO] [stdout] 13801 |         unsafe { &(*(::core::ptr::null::<CPU>())).x208 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13806:19
[INFO] [stdout]       |
[INFO] [stdout] 13806 |         unsafe { &(*(::core::ptr::null::<CPU>())).x20c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13811:19
[INFO] [stdout]       |
[INFO] [stdout] 13811 |         unsafe { &(*(::core::ptr::null::<CPU>())).x210 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13816:19
[INFO] [stdout]       |
[INFO] [stdout] 13816 |         unsafe { &(*(::core::ptr::null::<CPU>())).x214 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13821:19
[INFO] [stdout]       |
[INFO] [stdout] 13821 |         unsafe { &(*(::core::ptr::null::<CPU>())).x218 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13826:19
[INFO] [stdout]       |
[INFO] [stdout] 13826 |         unsafe { &(*(::core::ptr::null::<CPU>())).x21c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13831:19
[INFO] [stdout]       |
[INFO] [stdout] 13831 |         unsafe { &(*(::core::ptr::null::<CPU>())).x220 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13836:19
[INFO] [stdout]       |
[INFO] [stdout] 13836 |         unsafe { &(*(::core::ptr::null::<CPU>())).x224 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13841:19
[INFO] [stdout]       |
[INFO] [stdout] 13841 |         unsafe { &(*(::core::ptr::null::<CPU>())).x228 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13846:19
[INFO] [stdout]       |
[INFO] [stdout] 13846 |         unsafe { &(*(::core::ptr::null::<CPU>())).x22c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13851:19
[INFO] [stdout]       |
[INFO] [stdout] 13851 |         unsafe { &(*(::core::ptr::null::<CPU>())).x230 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13856:19
[INFO] [stdout]       |
[INFO] [stdout] 13856 |         unsafe { &(*(::core::ptr::null::<CPU>())).x234 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13861:19
[INFO] [stdout]       |
[INFO] [stdout] 13861 |         unsafe { &(*(::core::ptr::null::<CPU>())).x238 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13866:19
[INFO] [stdout]       |
[INFO] [stdout] 13866 |         unsafe { &(*(::core::ptr::null::<CPU>())).x23c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13871:19
[INFO] [stdout]       |
[INFO] [stdout] 13871 |         unsafe { &(*(::core::ptr::null::<CPU>())).x240 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13876:19
[INFO] [stdout]       |
[INFO] [stdout] 13876 |         unsafe { &(*(::core::ptr::null::<CPU>())).x244 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13881:19
[INFO] [stdout]       |
[INFO] [stdout] 13881 |         unsafe { &(*(::core::ptr::null::<CPU>())).x248 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13886:19
[INFO] [stdout]       |
[INFO] [stdout] 13886 |         unsafe { &(*(::core::ptr::null::<CPU>())).x24c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13891:19
[INFO] [stdout]       |
[INFO] [stdout] 13891 |         unsafe { &(*(::core::ptr::null::<CPU>())).x250 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13896:19
[INFO] [stdout]       |
[INFO] [stdout] 13896 |         unsafe { &(*(::core::ptr::null::<CPU>())).x254 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13901:19
[INFO] [stdout]       |
[INFO] [stdout] 13901 |         unsafe { &(*(::core::ptr::null::<CPU>())).x258 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13906:19
[INFO] [stdout]       |
[INFO] [stdout] 13906 |         unsafe { &(*(::core::ptr::null::<CPU>())).x25c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13911:19
[INFO] [stdout]       |
[INFO] [stdout] 13911 |         unsafe { &(*(::core::ptr::null::<CPU>())).x260 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13916:19
[INFO] [stdout]       |
[INFO] [stdout] 13916 |         unsafe { &(*(::core::ptr::null::<CPU>())).x264 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13921:19
[INFO] [stdout]       |
[INFO] [stdout] 13921 |         unsafe { &(*(::core::ptr::null::<CPU>())).x268 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13926:19
[INFO] [stdout]       |
[INFO] [stdout] 13926 |         unsafe { &(*(::core::ptr::null::<CPU>())).x26c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13931:19
[INFO] [stdout]       |
[INFO] [stdout] 13931 |         unsafe { &(*(::core::ptr::null::<CPU>())).x270 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13936:19
[INFO] [stdout]       |
[INFO] [stdout] 13936 |         unsafe { &(*(::core::ptr::null::<CPU>())).x274 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13941:19
[INFO] [stdout]       |
[INFO] [stdout] 13941 |         unsafe { &(*(::core::ptr::null::<CPU>())).x278 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13946:19
[INFO] [stdout]       |
[INFO] [stdout] 13946 |         unsafe { &(*(::core::ptr::null::<CPU>())).x27c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13951:19
[INFO] [stdout]       |
[INFO] [stdout] 13951 |         unsafe { &(*(::core::ptr::null::<CPU>())).x280 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13956:19
[INFO] [stdout]       |
[INFO] [stdout] 13956 |         unsafe { &(*(::core::ptr::null::<CPU>())).x284 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13961:19
[INFO] [stdout]       |
[INFO] [stdout] 13961 |         unsafe { &(*(::core::ptr::null::<CPU>())).x288 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13966:19
[INFO] [stdout]       |
[INFO] [stdout] 13966 |         unsafe { &(*(::core::ptr::null::<CPU>())).x28c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13971:19
[INFO] [stdout]       |
[INFO] [stdout] 13971 |         unsafe { &(*(::core::ptr::null::<CPU>())).x290 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13976:19
[INFO] [stdout]       |
[INFO] [stdout] 13976 |         unsafe { &(*(::core::ptr::null::<CPU>())).x294 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13981:19
[INFO] [stdout]       |
[INFO] [stdout] 13981 |         unsafe { &(*(::core::ptr::null::<CPU>())).x298 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13986:19
[INFO] [stdout]       |
[INFO] [stdout] 13986 |         unsafe { &(*(::core::ptr::null::<CPU>())).x29c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13991:19
[INFO] [stdout]       |
[INFO] [stdout] 13991 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2a0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:13996:19
[INFO] [stdout]       |
[INFO] [stdout] 13996 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2a4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14001:19
[INFO] [stdout]       |
[INFO] [stdout] 14001 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2a8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14006:19
[INFO] [stdout]       |
[INFO] [stdout] 14006 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2ac as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14011:19
[INFO] [stdout]       |
[INFO] [stdout] 14011 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2b0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14016:19
[INFO] [stdout]       |
[INFO] [stdout] 14016 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2b4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14021:19
[INFO] [stdout]       |
[INFO] [stdout] 14021 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2b8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14026:19
[INFO] [stdout]       |
[INFO] [stdout] 14026 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2bc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14031:19
[INFO] [stdout]       |
[INFO] [stdout] 14031 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2c0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14036:19
[INFO] [stdout]       |
[INFO] [stdout] 14036 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2c4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14041:19
[INFO] [stdout]       |
[INFO] [stdout] 14041 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2c8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14046:19
[INFO] [stdout]       |
[INFO] [stdout] 14046 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2cc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14051:19
[INFO] [stdout]       |
[INFO] [stdout] 14051 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2d0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14056:19
[INFO] [stdout]       |
[INFO] [stdout] 14056 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2d4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14061:19
[INFO] [stdout]       |
[INFO] [stdout] 14061 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2d8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14066:19
[INFO] [stdout]       |
[INFO] [stdout] 14066 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2dc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14071:19
[INFO] [stdout]       |
[INFO] [stdout] 14071 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2e0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14076:19
[INFO] [stdout]       |
[INFO] [stdout] 14076 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2e4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14081:19
[INFO] [stdout]       |
[INFO] [stdout] 14081 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2e8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14086:19
[INFO] [stdout]       |
[INFO] [stdout] 14086 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2ec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14091:19
[INFO] [stdout]       |
[INFO] [stdout] 14091 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2f0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14096:19
[INFO] [stdout]       |
[INFO] [stdout] 14096 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2f4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14101:19
[INFO] [stdout]       |
[INFO] [stdout] 14101 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2f8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14106:19
[INFO] [stdout]       |
[INFO] [stdout] 14106 |         unsafe { &(*(::core::ptr::null::<CPU>())).x2fc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14111:19
[INFO] [stdout]       |
[INFO] [stdout] 14111 |         unsafe { &(*(::core::ptr::null::<CPU>())).x300 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14116:19
[INFO] [stdout]       |
[INFO] [stdout] 14116 |         unsafe { &(*(::core::ptr::null::<CPU>())).x304 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14121:19
[INFO] [stdout]       |
[INFO] [stdout] 14121 |         unsafe { &(*(::core::ptr::null::<CPU>())).x308 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14126:19
[INFO] [stdout]       |
[INFO] [stdout] 14126 |         unsafe { &(*(::core::ptr::null::<CPU>())).x30c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14131:19
[INFO] [stdout]       |
[INFO] [stdout] 14131 |         unsafe { &(*(::core::ptr::null::<CPU>())).x310 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14136:19
[INFO] [stdout]       |
[INFO] [stdout] 14136 |         unsafe { &(*(::core::ptr::null::<CPU>())).x314 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14141:19
[INFO] [stdout]       |
[INFO] [stdout] 14141 |         unsafe { &(*(::core::ptr::null::<CPU>())).x318 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14146:19
[INFO] [stdout]       |
[INFO] [stdout] 14146 |         unsafe { &(*(::core::ptr::null::<CPU>())).x31c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14151:19
[INFO] [stdout]       |
[INFO] [stdout] 14151 |         unsafe { &(*(::core::ptr::null::<CPU>())).x320 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14156:19
[INFO] [stdout]       |
[INFO] [stdout] 14156 |         unsafe { &(*(::core::ptr::null::<CPU>())).x324 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14161:19
[INFO] [stdout]       |
[INFO] [stdout] 14161 |         unsafe { &(*(::core::ptr::null::<CPU>())).x328 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14166:19
[INFO] [stdout]       |
[INFO] [stdout] 14166 |         unsafe { &(*(::core::ptr::null::<CPU>())).x32c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14171:19
[INFO] [stdout]       |
[INFO] [stdout] 14171 |         unsafe { &(*(::core::ptr::null::<CPU>())).x330 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14176:19
[INFO] [stdout]       |
[INFO] [stdout] 14176 |         unsafe { &(*(::core::ptr::null::<CPU>())).x334 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14181:19
[INFO] [stdout]       |
[INFO] [stdout] 14181 |         unsafe { &(*(::core::ptr::null::<CPU>())).x338 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14186:19
[INFO] [stdout]       |
[INFO] [stdout] 14186 |         unsafe { &(*(::core::ptr::null::<CPU>())).x33c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14191:19
[INFO] [stdout]       |
[INFO] [stdout] 14191 |         unsafe { &(*(::core::ptr::null::<CPU>())).x340 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14196:19
[INFO] [stdout]       |
[INFO] [stdout] 14196 |         unsafe { &(*(::core::ptr::null::<CPU>())).x344 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14201:19
[INFO] [stdout]       |
[INFO] [stdout] 14201 |         unsafe { &(*(::core::ptr::null::<CPU>())).x348 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14206:19
[INFO] [stdout]       |
[INFO] [stdout] 14206 |         unsafe { &(*(::core::ptr::null::<CPU>())).x34c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14211:19
[INFO] [stdout]       |
[INFO] [stdout] 14211 |         unsafe { &(*(::core::ptr::null::<CPU>())).x350 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14216:19
[INFO] [stdout]       |
[INFO] [stdout] 14216 |         unsafe { &(*(::core::ptr::null::<CPU>())).x354 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14221:19
[INFO] [stdout]       |
[INFO] [stdout] 14221 |         unsafe { &(*(::core::ptr::null::<CPU>())).x358 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14226:19
[INFO] [stdout]       |
[INFO] [stdout] 14226 |         unsafe { &(*(::core::ptr::null::<CPU>())).x35c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14231:19
[INFO] [stdout]       |
[INFO] [stdout] 14231 |         unsafe { &(*(::core::ptr::null::<CPU>())).x360 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14236:19
[INFO] [stdout]       |
[INFO] [stdout] 14236 |         unsafe { &(*(::core::ptr::null::<CPU>())).x364 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14241:19
[INFO] [stdout]       |
[INFO] [stdout] 14241 |         unsafe { &(*(::core::ptr::null::<CPU>())).x368 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14246:19
[INFO] [stdout]       |
[INFO] [stdout] 14246 |         unsafe { &(*(::core::ptr::null::<CPU>())).x36c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14251:19
[INFO] [stdout]       |
[INFO] [stdout] 14251 |         unsafe { &(*(::core::ptr::null::<CPU>())).x370 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14256:19
[INFO] [stdout]       |
[INFO] [stdout] 14256 |         unsafe { &(*(::core::ptr::null::<CPU>())).x374 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14261:19
[INFO] [stdout]       |
[INFO] [stdout] 14261 |         unsafe { &(*(::core::ptr::null::<CPU>())).x378 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14266:19
[INFO] [stdout]       |
[INFO] [stdout] 14266 |         unsafe { &(*(::core::ptr::null::<CPU>())).x37c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14271:19
[INFO] [stdout]       |
[INFO] [stdout] 14271 |         unsafe { &(*(::core::ptr::null::<CPU>())).x380 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14276:19
[INFO] [stdout]       |
[INFO] [stdout] 14276 |         unsafe { &(*(::core::ptr::null::<CPU>())).x384 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14281:19
[INFO] [stdout]       |
[INFO] [stdout] 14281 |         unsafe { &(*(::core::ptr::null::<CPU>())).x388 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14286:19
[INFO] [stdout]       |
[INFO] [stdout] 14286 |         unsafe { &(*(::core::ptr::null::<CPU>())).x38c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14291:19
[INFO] [stdout]       |
[INFO] [stdout] 14291 |         unsafe { &(*(::core::ptr::null::<CPU>())).x390 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14296:19
[INFO] [stdout]       |
[INFO] [stdout] 14296 |         unsafe { &(*(::core::ptr::null::<CPU>())).x394 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14301:19
[INFO] [stdout]       |
[INFO] [stdout] 14301 |         unsafe { &(*(::core::ptr::null::<CPU>())).x398 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14306:19
[INFO] [stdout]       |
[INFO] [stdout] 14306 |         unsafe { &(*(::core::ptr::null::<CPU>())).x39c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14311:19
[INFO] [stdout]       |
[INFO] [stdout] 14311 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3a0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14316:19
[INFO] [stdout]       |
[INFO] [stdout] 14316 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3a4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14321:19
[INFO] [stdout]       |
[INFO] [stdout] 14321 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3a8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14326:19
[INFO] [stdout]       |
[INFO] [stdout] 14326 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3ac as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14331:19
[INFO] [stdout]       |
[INFO] [stdout] 14331 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3b0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14336:19
[INFO] [stdout]       |
[INFO] [stdout] 14336 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3b4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14341:19
[INFO] [stdout]       |
[INFO] [stdout] 14341 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3b8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14346:19
[INFO] [stdout]       |
[INFO] [stdout] 14346 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3bc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14351:19
[INFO] [stdout]       |
[INFO] [stdout] 14351 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3c0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14356:19
[INFO] [stdout]       |
[INFO] [stdout] 14356 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3c4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14361:19
[INFO] [stdout]       |
[INFO] [stdout] 14361 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3c8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14366:19
[INFO] [stdout]       |
[INFO] [stdout] 14366 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3cc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14371:19
[INFO] [stdout]       |
[INFO] [stdout] 14371 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3d0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14376:19
[INFO] [stdout]       |
[INFO] [stdout] 14376 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3d4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14381:19
[INFO] [stdout]       |
[INFO] [stdout] 14381 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3d8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14386:19
[INFO] [stdout]       |
[INFO] [stdout] 14386 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3dc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14391:19
[INFO] [stdout]       |
[INFO] [stdout] 14391 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3e0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14396:19
[INFO] [stdout]       |
[INFO] [stdout] 14396 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3e4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14401:19
[INFO] [stdout]       |
[INFO] [stdout] 14401 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3e8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14406:19
[INFO] [stdout]       |
[INFO] [stdout] 14406 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3ec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14411:19
[INFO] [stdout]       |
[INFO] [stdout] 14411 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3f0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14416:19
[INFO] [stdout]       |
[INFO] [stdout] 14416 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3f4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14421:19
[INFO] [stdout]       |
[INFO] [stdout] 14421 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3f8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14426:19
[INFO] [stdout]       |
[INFO] [stdout] 14426 |         unsafe { &(*(::core::ptr::null::<CPU>())).x3fc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14431:19
[INFO] [stdout]       |
[INFO] [stdout] 14431 |         unsafe { &(*(::core::ptr::null::<CPU>())).x400 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14436:19
[INFO] [stdout]       |
[INFO] [stdout] 14436 |         unsafe { &(*(::core::ptr::null::<CPU>())).x404 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14441:19
[INFO] [stdout]       |
[INFO] [stdout] 14441 |         unsafe { &(*(::core::ptr::null::<CPU>())).x408 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14446:19
[INFO] [stdout]       |
[INFO] [stdout] 14446 |         unsafe { &(*(::core::ptr::null::<CPU>())).x40c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14451:19
[INFO] [stdout]       |
[INFO] [stdout] 14451 |         unsafe { &(*(::core::ptr::null::<CPU>())).x410 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14456:19
[INFO] [stdout]       |
[INFO] [stdout] 14456 |         unsafe { &(*(::core::ptr::null::<CPU>())).x414 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14461:19
[INFO] [stdout]       |
[INFO] [stdout] 14461 |         unsafe { &(*(::core::ptr::null::<CPU>())).x418 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14466:19
[INFO] [stdout]       |
[INFO] [stdout] 14466 |         unsafe { &(*(::core::ptr::null::<CPU>())).x41c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14471:19
[INFO] [stdout]       |
[INFO] [stdout] 14471 |         unsafe { &(*(::core::ptr::null::<CPU>())).x420 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14476:19
[INFO] [stdout]       |
[INFO] [stdout] 14476 |         unsafe { &(*(::core::ptr::null::<CPU>())).x424 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14481:19
[INFO] [stdout]       |
[INFO] [stdout] 14481 |         unsafe { &(*(::core::ptr::null::<CPU>())).x428 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14486:19
[INFO] [stdout]       |
[INFO] [stdout] 14486 |         unsafe { &(*(::core::ptr::null::<CPU>())).x42c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14491:19
[INFO] [stdout]       |
[INFO] [stdout] 14491 |         unsafe { &(*(::core::ptr::null::<CPU>())).x430 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14496:19
[INFO] [stdout]       |
[INFO] [stdout] 14496 |         unsafe { &(*(::core::ptr::null::<CPU>())).x434 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14501:19
[INFO] [stdout]       |
[INFO] [stdout] 14501 |         unsafe { &(*(::core::ptr::null::<CPU>())).x438 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14506:19
[INFO] [stdout]       |
[INFO] [stdout] 14506 |         unsafe { &(*(::core::ptr::null::<CPU>())).x43c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14511:19
[INFO] [stdout]       |
[INFO] [stdout] 14511 |         unsafe { &(*(::core::ptr::null::<CPU>())).x440 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14516:19
[INFO] [stdout]       |
[INFO] [stdout] 14516 |         unsafe { &(*(::core::ptr::null::<CPU>())).curr_unk as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14526:19
[INFO] [stdout]       |
[INFO] [stdout] 14526 |         unsafe { &(*(::core::ptr::null::<CPU>())).curr_unk2 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14536:19
[INFO] [stdout]       |
[INFO] [stdout] 14536 |         unsafe { &(*(::core::ptr::null::<CPU>())).x44c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14541:19
[INFO] [stdout]       |
[INFO] [stdout] 14541 |         unsafe { &(*(::core::ptr::null::<CPU>())).x450 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14546:19
[INFO] [stdout]       |
[INFO] [stdout] 14546 |         unsafe { &(*(::core::ptr::null::<CPU>())).x454 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14551:19
[INFO] [stdout]       |
[INFO] [stdout] 14551 |         unsafe { &(*(::core::ptr::null::<CPU>())).x458 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14556:19
[INFO] [stdout]       |
[INFO] [stdout] 14556 |         unsafe { &(*(::core::ptr::null::<CPU>())).x45c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14561:19
[INFO] [stdout]       |
[INFO] [stdout] 14561 |         unsafe { &(*(::core::ptr::null::<CPU>())).x460 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14566:19
[INFO] [stdout]       |
[INFO] [stdout] 14566 |         unsafe { &(*(::core::ptr::null::<CPU>())).x464 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14571:19
[INFO] [stdout]       |
[INFO] [stdout] 14571 |         unsafe { &(*(::core::ptr::null::<CPU>())).x468 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14576:19
[INFO] [stdout]       |
[INFO] [stdout] 14576 |         unsafe { &(*(::core::ptr::null::<CPU>())).x46c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14581:19
[INFO] [stdout]       |
[INFO] [stdout] 14581 |         unsafe { &(*(::core::ptr::null::<CPU>())).x470 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14586:19
[INFO] [stdout]       |
[INFO] [stdout] 14586 |         unsafe { &(*(::core::ptr::null::<CPU>())).x474 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14591:19
[INFO] [stdout]       |
[INFO] [stdout] 14591 |         unsafe { &(*(::core::ptr::null::<CPU>())).x478 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14596:19
[INFO] [stdout]       |
[INFO] [stdout] 14596 |         unsafe { &(*(::core::ptr::null::<CPU>())).x47c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14601:19
[INFO] [stdout]       |
[INFO] [stdout] 14601 |         unsafe { &(*(::core::ptr::null::<CPU>())).x480 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14606:19
[INFO] [stdout]       |
[INFO] [stdout] 14606 |         unsafe { &(*(::core::ptr::null::<CPU>())).x484 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14611:19
[INFO] [stdout]       |
[INFO] [stdout] 14611 |         unsafe { &(*(::core::ptr::null::<CPU>())).x488 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14616:19
[INFO] [stdout]       |
[INFO] [stdout] 14616 |         unsafe { &(*(::core::ptr::null::<CPU>())).x48c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14621:19
[INFO] [stdout]       |
[INFO] [stdout] 14621 |         unsafe { &(*(::core::ptr::null::<CPU>())).x490 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14626:19
[INFO] [stdout]       |
[INFO] [stdout] 14626 |         unsafe { &(*(::core::ptr::null::<CPU>())).x494 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14631:19
[INFO] [stdout]       |
[INFO] [stdout] 14631 |         unsafe { &(*(::core::ptr::null::<CPU>())).x498 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14636:19
[INFO] [stdout]       |
[INFO] [stdout] 14636 |         unsafe { &(*(::core::ptr::null::<CPU>())).x49c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14641:19
[INFO] [stdout]       |
[INFO] [stdout] 14641 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4a0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14646:19
[INFO] [stdout]       |
[INFO] [stdout] 14646 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4a4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14651:19
[INFO] [stdout]       |
[INFO] [stdout] 14651 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4a8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14656:19
[INFO] [stdout]       |
[INFO] [stdout] 14656 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4ac as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14661:19
[INFO] [stdout]       |
[INFO] [stdout] 14661 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4b0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14666:19
[INFO] [stdout]       |
[INFO] [stdout] 14666 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4b4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14671:19
[INFO] [stdout]       |
[INFO] [stdout] 14671 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4b8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14676:19
[INFO] [stdout]       |
[INFO] [stdout] 14676 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4bc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14681:19
[INFO] [stdout]       |
[INFO] [stdout] 14681 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4c0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14686:19
[INFO] [stdout]       |
[INFO] [stdout] 14686 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4c4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14691:19
[INFO] [stdout]       |
[INFO] [stdout] 14691 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4c8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14696:19
[INFO] [stdout]       |
[INFO] [stdout] 14696 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4cc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14701:19
[INFO] [stdout]       |
[INFO] [stdout] 14701 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4d0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14706:19
[INFO] [stdout]       |
[INFO] [stdout] 14706 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4d4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14711:19
[INFO] [stdout]       |
[INFO] [stdout] 14711 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4d8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14716:19
[INFO] [stdout]       |
[INFO] [stdout] 14716 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4dc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14721:19
[INFO] [stdout]       |
[INFO] [stdout] 14721 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4e0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14726:19
[INFO] [stdout]       |
[INFO] [stdout] 14726 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4e4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14731:19
[INFO] [stdout]       |
[INFO] [stdout] 14731 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4e8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14736:19
[INFO] [stdout]       |
[INFO] [stdout] 14736 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4ec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14741:19
[INFO] [stdout]       |
[INFO] [stdout] 14741 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4f0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14746:19
[INFO] [stdout]       |
[INFO] [stdout] 14746 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4f4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14751:19
[INFO] [stdout]       |
[INFO] [stdout] 14751 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4f8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14756:19
[INFO] [stdout]       |
[INFO] [stdout] 14756 |         unsafe { &(*(::core::ptr::null::<CPU>())).x4fc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14761:19
[INFO] [stdout]       |
[INFO] [stdout] 14761 |         unsafe { &(*(::core::ptr::null::<CPU>())).x500 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14766:19
[INFO] [stdout]       |
[INFO] [stdout] 14766 |         unsafe { &(*(::core::ptr::null::<CPU>())).x504 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14771:19
[INFO] [stdout]       |
[INFO] [stdout] 14771 |         unsafe { &(*(::core::ptr::null::<CPU>())).x508 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14776:19
[INFO] [stdout]       |
[INFO] [stdout] 14776 |         unsafe { &(*(::core::ptr::null::<CPU>())).x50c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14781:19
[INFO] [stdout]       |
[INFO] [stdout] 14781 |         unsafe { &(*(::core::ptr::null::<CPU>())).x510 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14786:19
[INFO] [stdout]       |
[INFO] [stdout] 14786 |         unsafe { &(*(::core::ptr::null::<CPU>())).x514 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14791:19
[INFO] [stdout]       |
[INFO] [stdout] 14791 |         unsafe { &(*(::core::ptr::null::<CPU>())).x518 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14796:19
[INFO] [stdout]       |
[INFO] [stdout] 14796 |         unsafe { &(*(::core::ptr::null::<CPU>())).x51c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14801:19
[INFO] [stdout]       |
[INFO] [stdout] 14801 |         unsafe { &(*(::core::ptr::null::<CPU>())).x520 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14806:19
[INFO] [stdout]       |
[INFO] [stdout] 14806 |         unsafe { &(*(::core::ptr::null::<CPU>())).x524 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14811:19
[INFO] [stdout]       |
[INFO] [stdout] 14811 |         unsafe { &(*(::core::ptr::null::<CPU>())).x528 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14816:19
[INFO] [stdout]       |
[INFO] [stdout] 14816 |         unsafe { &(*(::core::ptr::null::<CPU>())).x52c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14821:19
[INFO] [stdout]       |
[INFO] [stdout] 14821 |         unsafe { &(*(::core::ptr::null::<CPU>())).x530 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14826:19
[INFO] [stdout]       |
[INFO] [stdout] 14826 |         unsafe { &(*(::core::ptr::null::<CPU>())).x534 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14831:19
[INFO] [stdout]       |
[INFO] [stdout] 14831 |         unsafe { &(*(::core::ptr::null::<CPU>())).x538 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14836:19
[INFO] [stdout]       |
[INFO] [stdout] 14836 |         unsafe { &(*(::core::ptr::null::<CPU>())).x53c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14841:19
[INFO] [stdout]       |
[INFO] [stdout] 14841 |         unsafe { &(*(::core::ptr::null::<CPU>())).x540 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14846:19
[INFO] [stdout]       |
[INFO] [stdout] 14846 |         unsafe { &(*(::core::ptr::null::<CPU>())).x544 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14851:19
[INFO] [stdout]       |
[INFO] [stdout] 14851 |         unsafe { &(*(::core::ptr::null::<CPU>())).x548 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14856:19
[INFO] [stdout]       |
[INFO] [stdout] 14856 |         unsafe { &(*(::core::ptr::null::<CPU>())).x54c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14861:19
[INFO] [stdout]       |
[INFO] [stdout] 14861 |         unsafe { &(*(::core::ptr::null::<CPU>())).x550 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:14866:19
[INFO] [stdout]       |
[INFO] [stdout] 14866 |         unsafe { &(*(::core::ptr::null::<CPU>())).x554 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15405:19
[INFO] [stdout]       |
[INFO] [stdout] 15405 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15415:19
[INFO] [stdout]       |
[INFO] [stdout] 15415 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15425:19
[INFO] [stdout]       |
[INFO] [stdout] 15425 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15435:19
[INFO] [stdout]       |
[INFO] [stdout] 15435 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15445:19
[INFO] [stdout]       |
[INFO] [stdout] 15445 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x10 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15455:19
[INFO] [stdout]       |
[INFO] [stdout] 15455 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x14 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15465:19
[INFO] [stdout]       |
[INFO] [stdout] 15465 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x18 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15475:19
[INFO] [stdout]       |
[INFO] [stdout] 15475 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15485:19
[INFO] [stdout]       |
[INFO] [stdout] 15485 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).lstick_tilt as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15495:19
[INFO] [stdout]       |
[INFO] [stdout] 15495 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x24 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15505:19
[INFO] [stdout]       |
[INFO] [stdout] 15505 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x28 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15515:19
[INFO] [stdout]       |
[INFO] [stdout] 15515 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x2c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15525:19
[INFO] [stdout]       |
[INFO] [stdout] 15525 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x30 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15535:19
[INFO] [stdout]       |
[INFO] [stdout] 15535 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x34 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15545:19
[INFO] [stdout]       |
[INFO] [stdout] 15545 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x38 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15555:19
[INFO] [stdout]       |
[INFO] [stdout] 15555 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x3c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15565:19
[INFO] [stdout]       |
[INFO] [stdout] 15565 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x40 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15575:19
[INFO] [stdout]       |
[INFO] [stdout] 15575 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x44 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15585:19
[INFO] [stdout]       |
[INFO] [stdout] 15585 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x48 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15595:19
[INFO] [stdout]       |
[INFO] [stdout] 15595 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x4c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15605:19
[INFO] [stdout]       |
[INFO] [stdout] 15605 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x50 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15615:19
[INFO] [stdout]       |
[INFO] [stdout] 15615 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x54 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15625:19
[INFO] [stdout]       |
[INFO] [stdout] 15625 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x58 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15635:19
[INFO] [stdout]       |
[INFO] [stdout] 15635 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x5c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15645:19
[INFO] [stdout]       |
[INFO] [stdout] 15645 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x60 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15655:19
[INFO] [stdout]       |
[INFO] [stdout] 15655 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x64 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15665:19
[INFO] [stdout]       |
[INFO] [stdout] 15665 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x68 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15675:19
[INFO] [stdout]       |
[INFO] [stdout] 15675 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).friction_mult as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15686:14
[INFO] [stdout]       |
[INFO] [stdout] 15686 |             &(*(::core::ptr::null::<ftCommonData>())).jumpaerial_lsticky as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15698:14
[INFO] [stdout]       |
[INFO] [stdout] 15698 |             &(*(::core::ptr::null::<ftCommonData>())).jumpaerial_lsticktimer as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15709:19
[INFO] [stdout]       |
[INFO] [stdout] 15709 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x78 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15719:19
[INFO] [stdout]       |
[INFO] [stdout] 15719 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x7c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15729:19
[INFO] [stdout]       |
[INFO] [stdout] 15729 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x80 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15739:19
[INFO] [stdout]       |
[INFO] [stdout] 15739 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x84 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15749:19
[INFO] [stdout]       |
[INFO] [stdout] 15749 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x88 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15759:19
[INFO] [stdout]       |
[INFO] [stdout] 15759 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x8c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15770:14
[INFO] [stdout]       |
[INFO] [stdout] 15770 |             &(*(::core::ptr::null::<ftCommonData>())).lstick_rebirthfall as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15781:19
[INFO] [stdout]       |
[INFO] [stdout] 15781 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x94 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15791:19
[INFO] [stdout]       |
[INFO] [stdout] 15791 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x98 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15801:19
[INFO] [stdout]       |
[INFO] [stdout] 15801 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x9c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15811:19
[INFO] [stdout]       |
[INFO] [stdout] 15811 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xa0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15821:19
[INFO] [stdout]       |
[INFO] [stdout] 15821 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xa4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15831:19
[INFO] [stdout]       |
[INFO] [stdout] 15831 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xa8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15841:19
[INFO] [stdout]       |
[INFO] [stdout] 15841 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xac as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15851:19
[INFO] [stdout]       |
[INFO] [stdout] 15851 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xb0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15861:19
[INFO] [stdout]       |
[INFO] [stdout] 15861 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xb4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15871:19
[INFO] [stdout]       |
[INFO] [stdout] 15871 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xb8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15881:19
[INFO] [stdout]       |
[INFO] [stdout] 15881 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xbc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15891:19
[INFO] [stdout]       |
[INFO] [stdout] 15891 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xc0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15901:19
[INFO] [stdout]       |
[INFO] [stdout] 15901 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xc4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15911:19
[INFO] [stdout]       |
[INFO] [stdout] 15911 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xc8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15921:19
[INFO] [stdout]       |
[INFO] [stdout] 15921 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xcc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15931:19
[INFO] [stdout]       |
[INFO] [stdout] 15931 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xd0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15941:19
[INFO] [stdout]       |
[INFO] [stdout] 15941 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xd4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15951:19
[INFO] [stdout]       |
[INFO] [stdout] 15951 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xd8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15961:19
[INFO] [stdout]       |
[INFO] [stdout] 15961 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xdc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15971:19
[INFO] [stdout]       |
[INFO] [stdout] 15971 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xe0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15981:19
[INFO] [stdout]       |
[INFO] [stdout] 15981 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xe4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:15991:19
[INFO] [stdout]       |
[INFO] [stdout] 15991 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xe8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16001:19
[INFO] [stdout]       |
[INFO] [stdout] 16001 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16011:19
[INFO] [stdout]       |
[INFO] [stdout] 16011 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xf0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16021:19
[INFO] [stdout]       |
[INFO] [stdout] 16021 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xf4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16031:19
[INFO] [stdout]       |
[INFO] [stdout] 16031 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xf8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16041:19
[INFO] [stdout]       |
[INFO] [stdout] 16041 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).xfc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16051:19
[INFO] [stdout]       |
[INFO] [stdout] 16051 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).kb_mult as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16061:19
[INFO] [stdout]       |
[INFO] [stdout] 16061 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x104 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16071:19
[INFO] [stdout]       |
[INFO] [stdout] 16071 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x108 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16081:19
[INFO] [stdout]       |
[INFO] [stdout] 16081 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x10c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16091:19
[INFO] [stdout]       |
[INFO] [stdout] 16091 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x110 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16101:19
[INFO] [stdout]       |
[INFO] [stdout] 16101 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x114 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16111:19
[INFO] [stdout]       |
[INFO] [stdout] 16111 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x118 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16121:19
[INFO] [stdout]       |
[INFO] [stdout] 16121 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x11c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16131:19
[INFO] [stdout]       |
[INFO] [stdout] 16131 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x120 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16141:19
[INFO] [stdout]       |
[INFO] [stdout] 16141 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x124 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16151:19
[INFO] [stdout]       |
[INFO] [stdout] 16151 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x128 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16161:19
[INFO] [stdout]       |
[INFO] [stdout] 16161 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x12c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16171:19
[INFO] [stdout]       |
[INFO] [stdout] 16171 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x130 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16181:19
[INFO] [stdout]       |
[INFO] [stdout] 16181 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x134 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16191:19
[INFO] [stdout]       |
[INFO] [stdout] 16191 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x138 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16201:19
[INFO] [stdout]       |
[INFO] [stdout] 16201 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x13c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16211:19
[INFO] [stdout]       |
[INFO] [stdout] 16211 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x140 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16221:19
[INFO] [stdout]       |
[INFO] [stdout] 16221 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x144 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16231:19
[INFO] [stdout]       |
[INFO] [stdout] 16231 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x148 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16241:19
[INFO] [stdout]       |
[INFO] [stdout] 16241 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x14c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16251:19
[INFO] [stdout]       |
[INFO] [stdout] 16251 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x150 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16261:19
[INFO] [stdout]       |
[INFO] [stdout] 16261 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x154 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16271:19
[INFO] [stdout]       |
[INFO] [stdout] 16271 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x158 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16281:19
[INFO] [stdout]       |
[INFO] [stdout] 16281 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x15c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16291:19
[INFO] [stdout]       |
[INFO] [stdout] 16291 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x160 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16301:19
[INFO] [stdout]       |
[INFO] [stdout] 16301 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x164 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16311:19
[INFO] [stdout]       |
[INFO] [stdout] 16311 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x168 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16321:19
[INFO] [stdout]       |
[INFO] [stdout] 16321 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).kb_maxVelX as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16331:19
[INFO] [stdout]       |
[INFO] [stdout] 16331 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x170 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16341:19
[INFO] [stdout]       |
[INFO] [stdout] 16341 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x174 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16351:19
[INFO] [stdout]       |
[INFO] [stdout] 16351 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x178 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16361:19
[INFO] [stdout]       |
[INFO] [stdout] 16361 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x17c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16371:19
[INFO] [stdout]       |
[INFO] [stdout] 16371 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x180 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16381:19
[INFO] [stdout]       |
[INFO] [stdout] 16381 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x184 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16391:19
[INFO] [stdout]       |
[INFO] [stdout] 16391 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x188 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16401:19
[INFO] [stdout]       |
[INFO] [stdout] 16401 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x18c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16411:19
[INFO] [stdout]       |
[INFO] [stdout] 16411 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x190 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16421:19
[INFO] [stdout]       |
[INFO] [stdout] 16421 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x194 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16431:19
[INFO] [stdout]       |
[INFO] [stdout] 16431 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x198 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16441:19
[INFO] [stdout]       |
[INFO] [stdout] 16441 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x19c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16451:19
[INFO] [stdout]       |
[INFO] [stdout] 16451 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1a0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16461:19
[INFO] [stdout]       |
[INFO] [stdout] 16461 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1a4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16471:19
[INFO] [stdout]       |
[INFO] [stdout] 16471 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).tdi_maxAngle as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16481:19
[INFO] [stdout]       |
[INFO] [stdout] 16481 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1ac as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16491:19
[INFO] [stdout]       |
[INFO] [stdout] 16491 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1b0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16501:19
[INFO] [stdout]       |
[INFO] [stdout] 16501 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1b4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16511:19
[INFO] [stdout]       |
[INFO] [stdout] 16511 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1b8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16521:19
[INFO] [stdout]       |
[INFO] [stdout] 16521 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).kb_bounceDecay as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16531:19
[INFO] [stdout]       |
[INFO] [stdout] 16531 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1c0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16541:19
[INFO] [stdout]       |
[INFO] [stdout] 16541 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1c4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16551:19
[INFO] [stdout]       |
[INFO] [stdout] 16551 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1c8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16561:19
[INFO] [stdout]       |
[INFO] [stdout] 16561 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1cc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16571:19
[INFO] [stdout]       |
[INFO] [stdout] 16571 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1d0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16581:19
[INFO] [stdout]       |
[INFO] [stdout] 16581 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1d4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16591:19
[INFO] [stdout]       |
[INFO] [stdout] 16591 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1d8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16601:19
[INFO] [stdout]       |
[INFO] [stdout] 16601 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1dc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16611:19
[INFO] [stdout]       |
[INFO] [stdout] 16611 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1e0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16621:19
[INFO] [stdout]       |
[INFO] [stdout] 16621 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1e4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16631:19
[INFO] [stdout]       |
[INFO] [stdout] 16631 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1e8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16641:19
[INFO] [stdout]       |
[INFO] [stdout] 16641 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1ec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16651:19
[INFO] [stdout]       |
[INFO] [stdout] 16651 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1f0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16661:19
[INFO] [stdout]       |
[INFO] [stdout] 16661 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1f4 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16671:19
[INFO] [stdout]       |
[INFO] [stdout] 16671 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1f8 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16681:19
[INFO] [stdout]       |
[INFO] [stdout] 16681 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x1fc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16691:19
[INFO] [stdout]       |
[INFO] [stdout] 16691 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x200 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16701:19
[INFO] [stdout]       |
[INFO] [stdout] 16701 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).kb_frameDecay as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16711:19
[INFO] [stdout]       |
[INFO] [stdout] 16711 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x208 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16721:19
[INFO] [stdout]       |
[INFO] [stdout] 16721 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x20c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16731:19
[INFO] [stdout]       |
[INFO] [stdout] 16731 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x210 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16741:19
[INFO] [stdout]       |
[INFO] [stdout] 16741 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x214 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16751:19
[INFO] [stdout]       |
[INFO] [stdout] 16751 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x218 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16761:19
[INFO] [stdout]       |
[INFO] [stdout] 16761 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x21c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16771:19
[INFO] [stdout]       |
[INFO] [stdout] 16771 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x220 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16781:19
[INFO] [stdout]       |
[INFO] [stdout] 16781 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x224 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16791:19
[INFO] [stdout]       |
[INFO] [stdout] 16791 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x228 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16801:19
[INFO] [stdout]       |
[INFO] [stdout] 16801 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x22c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16811:19
[INFO] [stdout]       |
[INFO] [stdout] 16811 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x230 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16821:19
[INFO] [stdout]       |
[INFO] [stdout] 16821 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x234 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16831:19
[INFO] [stdout]       |
[INFO] [stdout] 16831 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x238 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16841:19
[INFO] [stdout]       |
[INFO] [stdout] 16841 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x23c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16851:19
[INFO] [stdout]       |
[INFO] [stdout] 16851 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x240 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16861:19
[INFO] [stdout]       |
[INFO] [stdout] 16861 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x244 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16871:19
[INFO] [stdout]       |
[INFO] [stdout] 16871 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x248 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16881:19
[INFO] [stdout]       |
[INFO] [stdout] 16881 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x24c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16891:19
[INFO] [stdout]       |
[INFO] [stdout] 16891 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x250 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16901:19
[INFO] [stdout]       |
[INFO] [stdout] 16901 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x254 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/bindings.rs:16911:19
[INFO] [stdout]       |
[INFO] [stdout] 16911 |         unsafe { &(*(::core::ptr::null::<ftCommonData>())).x258 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[WARN] too many lines in the log, truncating it
