[INFO] fetching crate antic 0.1.0...
[INFO] checking antic-0.1.0 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate antic 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate antic 0.1.0 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate antic 0.1.0
[INFO] finished tweaking crates.io crate antic 0.1.0
[INFO] tweaked toml for crates.io crate antic 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate antic 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b32bbd9320891d544a1362348c62ad2e31eeb63816eab498fbcad6235bbfe2ca
[INFO] running `Command { std: "docker" "start" "-a" "b32bbd9320891d544a1362348c62ad2e31eeb63816eab498fbcad6235bbfe2ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b32bbd9320891d544a1362348c62ad2e31eeb63816eab498fbcad6235bbfe2ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b32bbd9320891d544a1362348c62ad2e31eeb63816eab498fbcad6235bbfe2ca", kill_on_drop: false }`
[INFO] [stdout] b32bbd9320891d544a1362348c62ad2e31eeb63816eab498fbcad6235bbfe2ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b5e8ca5ea52ca66750bc49eea90f6f9656bddee395ac2fc921b345c85d8a31f
[INFO] running `Command { std: "docker" "start" "-a" "6b5e8ca5ea52ca66750bc49eea90f6f9656bddee395ac2fc921b345c85d8a31f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.72
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]     Checking ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling jobserver v0.1.21
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling cc v1.0.58
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling antic v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/safe.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mut raw = unsafe { MaybeUninit::uninit() };
[INFO] [stdout]    |                       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/safe.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `polynomial` is never read
[INFO] [stdout]   --> src/safe.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct NumberField<'a> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 72 |     raw: MaybeUninit<nf_struct>,
[INFO] [stdout] 73 |     polynomial: &'a mut RationalPolynomial,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:6413:46
[INFO] [stdout]      |
[INFO] [stdout] 6413 |     pub fn mpfr_set_ld(arg1: mpfr_ptr, arg2: u128, arg3: mpfr_rnd_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |                                              ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout]      = note: `#[warn(improper_ctypes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:6577:64
[INFO] [stdout]      |
[INFO] [stdout] 6577 |     pub fn mpfr_get_ld(arg1: mpfr_srcptr, arg2: mpfr_rnd_t) -> u128;
[INFO] [stdout]      |                                                                ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:6594:10
[INFO] [stdout]      |
[INFO] [stdout] 6594 |     ) -> u128;
[INFO] [stdout]      |          ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:7014:49
[INFO] [stdout]      |
[INFO] [stdout] 7014 |     pub fn mpfr_cmp_ld(arg1: mpfr_srcptr, arg2: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]      |                                                 ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:8772:10
[INFO] [stdout]      |
[INFO] [stdout] 8772 |     ) -> u128;
[INFO] [stdout]      |          ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9301:18
[INFO] [stdout]      |
[INFO] [stdout] 9301 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9309:18
[INFO] [stdout]      |
[INFO] [stdout] 9309 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9317:18
[INFO] [stdout]      |
[INFO] [stdout] 9317 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9344:18
[INFO] [stdout]      |
[INFO] [stdout] 9344 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9354:18
[INFO] [stdout]      |
[INFO] [stdout] 9354 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:22662:38
[INFO] [stdout]       |
[INFO] [stdout] 22662 |     pub fn nexttoward(__x: f64, __y: u128) -> f64;
[INFO] [stdout]       |                                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:22665:40
[INFO] [stdout]       |
[INFO] [stdout] 22665 |     pub fn __nexttoward(__x: f64, __y: u128) -> f64;
[INFO] [stdout]       |                                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23100:39
[INFO] [stdout]       |
[INFO] [stdout] 23100 |     pub fn nexttowardf(__x: f32, __y: u128) -> f32;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23103:41
[INFO] [stdout]       |
[INFO] [stdout] 23103 |     pub fn __nexttowardf(__x: f32, __y: u128) -> f32;
[INFO] [stdout]       |                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23208:35
[INFO] [stdout]       |
[INFO] [stdout] 23208 |     pub fn __fpclassifyl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23211:32
[INFO] [stdout]       |
[INFO] [stdout] 23211 |     pub fn __signbitl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23214:30
[INFO] [stdout]       |
[INFO] [stdout] 23214 |     pub fn __isinfl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23217:31
[INFO] [stdout]       |
[INFO] [stdout] 23217 |     pub fn __finitel(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23220:30
[INFO] [stdout]       |
[INFO] [stdout] 23220 |     pub fn __isnanl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23223:28
[INFO] [stdout]       |
[INFO] [stdout] 23223 |     pub fn __iseqsigl(__x: u128, __y: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23223:39
[INFO] [stdout]       |
[INFO] [stdout] 23223 |     pub fn __iseqsigl(__x: u128, __y: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23226:36
[INFO] [stdout]       |
[INFO] [stdout] 23226 |     pub fn __issignalingl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23229:23
[INFO] [stdout]       |
[INFO] [stdout] 23229 |     pub fn acosl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23229:32
[INFO] [stdout]       |
[INFO] [stdout] 23229 |     pub fn acosl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23232:25
[INFO] [stdout]       |
[INFO] [stdout] 23232 |     pub fn __acosl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23232:34
[INFO] [stdout]       |
[INFO] [stdout] 23232 |     pub fn __acosl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23235:23
[INFO] [stdout]       |
[INFO] [stdout] 23235 |     pub fn asinl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23235:32
[INFO] [stdout]       |
[INFO] [stdout] 23235 |     pub fn asinl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23238:25
[INFO] [stdout]       |
[INFO] [stdout] 23238 |     pub fn __asinl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23238:34
[INFO] [stdout]       |
[INFO] [stdout] 23238 |     pub fn __asinl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23241:23
[INFO] [stdout]       |
[INFO] [stdout] 23241 |     pub fn atanl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23241:32
[INFO] [stdout]       |
[INFO] [stdout] 23241 |     pub fn atanl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23244:25
[INFO] [stdout]       |
[INFO] [stdout] 23244 |     pub fn __atanl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23244:34
[INFO] [stdout]       |
[INFO] [stdout] 23244 |     pub fn __atanl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23247:24
[INFO] [stdout]       |
[INFO] [stdout] 23247 |     pub fn atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23247:35
[INFO] [stdout]       |
[INFO] [stdout] 23247 |     pub fn atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23247:44
[INFO] [stdout]       |
[INFO] [stdout] 23247 |     pub fn atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23250:26
[INFO] [stdout]       |
[INFO] [stdout] 23250 |     pub fn __atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23250:37
[INFO] [stdout]       |
[INFO] [stdout] 23250 |     pub fn __atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23250:46
[INFO] [stdout]       |
[INFO] [stdout] 23250 |     pub fn __atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23253:22
[INFO] [stdout]       |
[INFO] [stdout] 23253 |     pub fn cosl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23253:31
[INFO] [stdout]       |
[INFO] [stdout] 23253 |     pub fn cosl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23256:24
[INFO] [stdout]       |
[INFO] [stdout] 23256 |     pub fn __cosl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23256:33
[INFO] [stdout]       |
[INFO] [stdout] 23256 |     pub fn __cosl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23259:22
[INFO] [stdout]       |
[INFO] [stdout] 23259 |     pub fn sinl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23259:31
[INFO] [stdout]       |
[INFO] [stdout] 23259 |     pub fn sinl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23262:24
[INFO] [stdout]       |
[INFO] [stdout] 23262 |     pub fn __sinl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23262:33
[INFO] [stdout]       |
[INFO] [stdout] 23262 |     pub fn __sinl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23265:22
[INFO] [stdout]       |
[INFO] [stdout] 23265 |     pub fn tanl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23265:31
[INFO] [stdout]       |
[INFO] [stdout] 23265 |     pub fn tanl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23268:24
[INFO] [stdout]       |
[INFO] [stdout] 23268 |     pub fn __tanl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23268:33
[INFO] [stdout]       |
[INFO] [stdout] 23268 |     pub fn __tanl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23271:23
[INFO] [stdout]       |
[INFO] [stdout] 23271 |     pub fn coshl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23271:32
[INFO] [stdout]       |
[INFO] [stdout] 23271 |     pub fn coshl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23274:25
[INFO] [stdout]       |
[INFO] [stdout] 23274 |     pub fn __coshl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23274:34
[INFO] [stdout]       |
[INFO] [stdout] 23274 |     pub fn __coshl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23277:23
[INFO] [stdout]       |
[INFO] [stdout] 23277 |     pub fn sinhl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23277:32
[INFO] [stdout]       |
[INFO] [stdout] 23277 |     pub fn sinhl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23280:25
[INFO] [stdout]       |
[INFO] [stdout] 23280 |     pub fn __sinhl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23280:34
[INFO] [stdout]       |
[INFO] [stdout] 23280 |     pub fn __sinhl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23283:23
[INFO] [stdout]       |
[INFO] [stdout] 23283 |     pub fn tanhl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23283:32
[INFO] [stdout]       |
[INFO] [stdout] 23283 |     pub fn tanhl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23286:25
[INFO] [stdout]       |
[INFO] [stdout] 23286 |     pub fn __tanhl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23286:34
[INFO] [stdout]       |
[INFO] [stdout] 23286 |     pub fn __tanhl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23289:24
[INFO] [stdout]       |
[INFO] [stdout] 23289 |     pub fn acoshl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23289:33
[INFO] [stdout]       |
[INFO] [stdout] 23289 |     pub fn acoshl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23292:26
[INFO] [stdout]       |
[INFO] [stdout] 23292 |     pub fn __acoshl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23292:35
[INFO] [stdout]       |
[INFO] [stdout] 23292 |     pub fn __acoshl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23295:24
[INFO] [stdout]       |
[INFO] [stdout] 23295 |     pub fn asinhl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23295:33
[INFO] [stdout]       |
[INFO] [stdout] 23295 |     pub fn asinhl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23298:26
[INFO] [stdout]       |
[INFO] [stdout] 23298 |     pub fn __asinhl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23298:35
[INFO] [stdout]       |
[INFO] [stdout] 23298 |     pub fn __asinhl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23301:24
[INFO] [stdout]       |
[INFO] [stdout] 23301 |     pub fn atanhl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23301:33
[INFO] [stdout]       |
[INFO] [stdout] 23301 |     pub fn atanhl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23304:26
[INFO] [stdout]       |
[INFO] [stdout] 23304 |     pub fn __atanhl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23304:35
[INFO] [stdout]       |
[INFO] [stdout] 23304 |     pub fn __atanhl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23307:22
[INFO] [stdout]       |
[INFO] [stdout] 23307 |     pub fn expl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23307:31
[INFO] [stdout]       |
[INFO] [stdout] 23307 |     pub fn expl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23310:24
[INFO] [stdout]       |
[INFO] [stdout] 23310 |     pub fn __expl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23310:33
[INFO] [stdout]       |
[INFO] [stdout] 23310 |     pub fn __expl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23313:24
[INFO] [stdout]       |
[INFO] [stdout] 23313 |     pub fn frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23313:73
[INFO] [stdout]       |
[INFO] [stdout] 23313 |     pub fn frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23316:26
[INFO] [stdout]       |
[INFO] [stdout] 23316 |     pub fn __frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23316:75
[INFO] [stdout]       |
[INFO] [stdout] 23316 |     pub fn __frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23319:24
[INFO] [stdout]       |
[INFO] [stdout] 23319 |     pub fn ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23319:68
[INFO] [stdout]       |
[INFO] [stdout] 23319 |     pub fn ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23322:26
[INFO] [stdout]       |
[INFO] [stdout] 23322 |     pub fn __ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23322:70
[INFO] [stdout]       |
[INFO] [stdout] 23322 |     pub fn __ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23325:22
[INFO] [stdout]       |
[INFO] [stdout] 23325 |     pub fn logl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23325:31
[INFO] [stdout]       |
[INFO] [stdout] 23325 |     pub fn logl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23328:24
[INFO] [stdout]       |
[INFO] [stdout] 23328 |     pub fn __logl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23328:33
[INFO] [stdout]       |
[INFO] [stdout] 23328 |     pub fn __logl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23331:24
[INFO] [stdout]       |
[INFO] [stdout] 23331 |     pub fn log10l(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23331:33
[INFO] [stdout]       |
[INFO] [stdout] 23331 |     pub fn log10l(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23334:26
[INFO] [stdout]       |
[INFO] [stdout] 23334 |     pub fn __log10l(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23334:35
[INFO] [stdout]       |
[INFO] [stdout] 23334 |     pub fn __log10l(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23337:23
[INFO] [stdout]       |
[INFO] [stdout] 23337 |     pub fn modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23337:37
[INFO] [stdout]       |
[INFO] [stdout] 23337 |     pub fn modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                                     ^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23337:51
[INFO] [stdout]       |
[INFO] [stdout] 23337 |     pub fn modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23340:25
[INFO] [stdout]       |
[INFO] [stdout] 23340 |     pub fn __modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23340:39
[INFO] [stdout]       |
[INFO] [stdout] 23340 |     pub fn __modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                                       ^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23340:53
[INFO] [stdout]       |
[INFO] [stdout] 23340 |     pub fn __modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23343:24
[INFO] [stdout]       |
[INFO] [stdout] 23343 |     pub fn expm1l(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23343:33
[INFO] [stdout]       |
[INFO] [stdout] 23343 |     pub fn expm1l(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23346:26
[INFO] [stdout]       |
[INFO] [stdout] 23346 |     pub fn __expm1l(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23346:35
[INFO] [stdout]       |
[INFO] [stdout] 23346 |     pub fn __expm1l(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23349:24
[INFO] [stdout]       |
[INFO] [stdout] 23349 |     pub fn log1pl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23349:33
[INFO] [stdout]       |
[INFO] [stdout] 23349 |     pub fn log1pl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23352:26
[INFO] [stdout]       |
[INFO] [stdout] 23352 |     pub fn __log1pl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23352:35
[INFO] [stdout]       |
[INFO] [stdout] 23352 |     pub fn __log1pl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23355:23
[INFO] [stdout]       |
[INFO] [stdout] 23355 |     pub fn logbl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23355:32
[INFO] [stdout]       |
[INFO] [stdout] 23355 |     pub fn logbl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23358:25
[INFO] [stdout]       |
[INFO] [stdout] 23358 |     pub fn __logbl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23358:34
[INFO] [stdout]       |
[INFO] [stdout] 23358 |     pub fn __logbl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23361:23
[INFO] [stdout]       |
[INFO] [stdout] 23361 |     pub fn exp2l(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23361:32
[INFO] [stdout]       |
[INFO] [stdout] 23361 |     pub fn exp2l(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23364:25
[INFO] [stdout]       |
[INFO] [stdout] 23364 |     pub fn __exp2l(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23364:34
[INFO] [stdout]       |
[INFO] [stdout] 23364 |     pub fn __exp2l(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23367:23
[INFO] [stdout]       |
[INFO] [stdout] 23367 |     pub fn log2l(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23367:32
[INFO] [stdout]       |
[INFO] [stdout] 23367 |     pub fn log2l(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23370:25
[INFO] [stdout]       |
[INFO] [stdout] 23370 |     pub fn __log2l(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23370:34
[INFO] [stdout]       |
[INFO] [stdout] 23370 |     pub fn __log2l(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23373:22
[INFO] [stdout]       |
[INFO] [stdout] 23373 |     pub fn powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23373:33
[INFO] [stdout]       |
[INFO] [stdout] 23373 |     pub fn powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23373:42
[INFO] [stdout]       |
[INFO] [stdout] 23373 |     pub fn powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23376:24
[INFO] [stdout]       |
[INFO] [stdout] 23376 |     pub fn __powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23376:35
[INFO] [stdout]       |
[INFO] [stdout] 23376 |     pub fn __powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23376:44
[INFO] [stdout]       |
[INFO] [stdout] 23376 |     pub fn __powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23379:23
[INFO] [stdout]       |
[INFO] [stdout] 23379 |     pub fn sqrtl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23379:32
[INFO] [stdout]       |
[INFO] [stdout] 23379 |     pub fn sqrtl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23382:25
[INFO] [stdout]       |
[INFO] [stdout] 23382 |     pub fn __sqrtl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23382:34
[INFO] [stdout]       |
[INFO] [stdout] 23382 |     pub fn __sqrtl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23385:24
[INFO] [stdout]       |
[INFO] [stdout] 23385 |     pub fn hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23385:35
[INFO] [stdout]       |
[INFO] [stdout] 23385 |     pub fn hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23385:44
[INFO] [stdout]       |
[INFO] [stdout] 23385 |     pub fn hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23388:26
[INFO] [stdout]       |
[INFO] [stdout] 23388 |     pub fn __hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23388:37
[INFO] [stdout]       |
[INFO] [stdout] 23388 |     pub fn __hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23388:46
[INFO] [stdout]       |
[INFO] [stdout] 23388 |     pub fn __hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23391:23
[INFO] [stdout]       |
[INFO] [stdout] 23391 |     pub fn cbrtl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23391:32
[INFO] [stdout]       |
[INFO] [stdout] 23391 |     pub fn cbrtl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23394:25
[INFO] [stdout]       |
[INFO] [stdout] 23394 |     pub fn __cbrtl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23394:34
[INFO] [stdout]       |
[INFO] [stdout] 23394 |     pub fn __cbrtl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23397:23
[INFO] [stdout]       |
[INFO] [stdout] 23397 |     pub fn ceill(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23397:32
[INFO] [stdout]       |
[INFO] [stdout] 23397 |     pub fn ceill(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23400:25
[INFO] [stdout]       |
[INFO] [stdout] 23400 |     pub fn __ceill(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23400:34
[INFO] [stdout]       |
[INFO] [stdout] 23400 |     pub fn __ceill(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23403:23
[INFO] [stdout]       |
[INFO] [stdout] 23403 |     pub fn fabsl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23403:32
[INFO] [stdout]       |
[INFO] [stdout] 23403 |     pub fn fabsl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23406:25
[INFO] [stdout]       |
[INFO] [stdout] 23406 |     pub fn __fabsl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23406:34
[INFO] [stdout]       |
[INFO] [stdout] 23406 |     pub fn __fabsl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23409:24
[INFO] [stdout]       |
[INFO] [stdout] 23409 |     pub fn floorl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23409:33
[INFO] [stdout]       |
[INFO] [stdout] 23409 |     pub fn floorl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23412:26
[INFO] [stdout]       |
[INFO] [stdout] 23412 |     pub fn __floorl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23412:35
[INFO] [stdout]       |
[INFO] [stdout] 23412 |     pub fn __floorl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23415:23
[INFO] [stdout]       |
[INFO] [stdout] 23415 |     pub fn fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23415:34
[INFO] [stdout]       |
[INFO] [stdout] 23415 |     pub fn fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23415:43
[INFO] [stdout]       |
[INFO] [stdout] 23415 |     pub fn fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23418:25
[INFO] [stdout]       |
[INFO] [stdout] 23418 |     pub fn __fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23418:36
[INFO] [stdout]       |
[INFO] [stdout] 23418 |     pub fn __fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23418:45
[INFO] [stdout]       |
[INFO] [stdout] 23418 |     pub fn __fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23421:28
[INFO] [stdout]       |
[INFO] [stdout] 23421 |     pub fn isinfl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23424:29
[INFO] [stdout]       |
[INFO] [stdout] 23424 |     pub fn finitel(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23427:23
[INFO] [stdout]       |
[INFO] [stdout] 23427 |     pub fn dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23427:34
[INFO] [stdout]       |
[INFO] [stdout] 23427 |     pub fn dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23427:43
[INFO] [stdout]       |
[INFO] [stdout] 23427 |     pub fn dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23430:25
[INFO] [stdout]       |
[INFO] [stdout] 23430 |     pub fn __dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23430:36
[INFO] [stdout]       |
[INFO] [stdout] 23430 |     pub fn __dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23430:45
[INFO] [stdout]       |
[INFO] [stdout] 23430 |     pub fn __dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23433:30
[INFO] [stdout]       |
[INFO] [stdout] 23433 |     pub fn significandl(__x: u128) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23433:39
[INFO] [stdout]       |
[INFO] [stdout] 23433 |     pub fn significandl(__x: u128) -> u128;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23436:32
[INFO] [stdout]       |
[INFO] [stdout] 23436 |     pub fn __significandl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23436:41
[INFO] [stdout]       |
[INFO] [stdout] 23436 |     pub fn __significandl(__x: u128) -> u128;
[INFO] [stdout]       |                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23439:27
[INFO] [stdout]       |
[INFO] [stdout] 23439 |     pub fn copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23439:38
[INFO] [stdout]       |
[INFO] [stdout] 23439 |     pub fn copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23439:47
[INFO] [stdout]       |
[INFO] [stdout] 23439 |     pub fn copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23442:29
[INFO] [stdout]       |
[INFO] [stdout] 23442 |     pub fn __copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23442:40
[INFO] [stdout]       |
[INFO] [stdout] 23442 |     pub fn __copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23442:49
[INFO] [stdout]       |
[INFO] [stdout] 23442 |     pub fn __copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23445:59
[INFO] [stdout]       |
[INFO] [stdout] 23445 |     pub fn nanl(__tagb: *const ::std::os::raw::c_char) -> u128;
[INFO] [stdout]       |                                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23448:61
[INFO] [stdout]       |
[INFO] [stdout] 23448 |     pub fn __nanl(__tagb: *const ::std::os::raw::c_char) -> u128;
[INFO] [stdout]       |                                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23451:28
[INFO] [stdout]       |
[INFO] [stdout] 23451 |     pub fn isnanl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23454:22
[INFO] [stdout]       |
[INFO] [stdout] 23454 |     pub fn j0l(arg1: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23454:31
[INFO] [stdout]       |
[INFO] [stdout] 23454 |     pub fn j0l(arg1: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23457:24
[INFO] [stdout]       |
[INFO] [stdout] 23457 |     pub fn __j0l(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23457:33
[INFO] [stdout]       |
[INFO] [stdout] 23457 |     pub fn __j0l(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23460:22
[INFO] [stdout]       |
[INFO] [stdout] 23460 |     pub fn j1l(arg1: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23460:31
[INFO] [stdout]       |
[INFO] [stdout] 23460 |     pub fn j1l(arg1: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23463:24
[INFO] [stdout]       |
[INFO] [stdout] 23463 |     pub fn __j1l(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23463:33
[INFO] [stdout]       |
[INFO] [stdout] 23463 |     pub fn __j1l(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23466:51
[INFO] [stdout]       |
[INFO] [stdout] 23466 |     pub fn jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23466:60
[INFO] [stdout]       |
[INFO] [stdout] 23466 |     pub fn jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23469:53
[INFO] [stdout]       |
[INFO] [stdout] 23469 |     pub fn __jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23469:62
[INFO] [stdout]       |
[INFO] [stdout] 23469 |     pub fn __jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23472:22
[INFO] [stdout]       |
[INFO] [stdout] 23472 |     pub fn y0l(arg1: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23472:31
[INFO] [stdout]       |
[INFO] [stdout] 23472 |     pub fn y0l(arg1: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23475:24
[INFO] [stdout]       |
[INFO] [stdout] 23475 |     pub fn __y0l(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23475:33
[INFO] [stdout]       |
[INFO] [stdout] 23475 |     pub fn __y0l(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23478:22
[INFO] [stdout]       |
[INFO] [stdout] 23478 |     pub fn y1l(arg1: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23478:31
[INFO] [stdout]       |
[INFO] [stdout] 23478 |     pub fn y1l(arg1: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23481:24
[INFO] [stdout]       |
[INFO] [stdout] 23481 |     pub fn __y1l(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23481:33
[INFO] [stdout]       |
[INFO] [stdout] 23481 |     pub fn __y1l(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23484:51
[INFO] [stdout]       |
[INFO] [stdout] 23484 |     pub fn ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23484:60
[INFO] [stdout]       |
[INFO] [stdout] 23484 |     pub fn ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23487:53
[INFO] [stdout]       |
[INFO] [stdout] 23487 |     pub fn __ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23487:62
[INFO] [stdout]       |
[INFO] [stdout] 23487 |     pub fn __ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23490:23
[INFO] [stdout]       |
[INFO] [stdout] 23490 |     pub fn erfl(arg1: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23490:32
[INFO] [stdout]       |
[INFO] [stdout] 23490 |     pub fn erfl(arg1: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23493:25
[INFO] [stdout]       |
[INFO] [stdout] 23493 |     pub fn __erfl(arg1: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23493:34
[INFO] [stdout]       |
[INFO] [stdout] 23493 |     pub fn __erfl(arg1: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23496:24
[INFO] [stdout]       |
[INFO] [stdout] 23496 |     pub fn erfcl(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23496:33
[INFO] [stdout]       |
[INFO] [stdout] 23496 |     pub fn erfcl(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23499:26
[INFO] [stdout]       |
[INFO] [stdout] 23499 |     pub fn __erfcl(arg1: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23499:35
[INFO] [stdout]       |
[INFO] [stdout] 23499 |     pub fn __erfcl(arg1: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23502:26
[INFO] [stdout]       |
[INFO] [stdout] 23502 |     pub fn lgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23502:35
[INFO] [stdout]       |
[INFO] [stdout] 23502 |     pub fn lgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23505:28
[INFO] [stdout]       |
[INFO] [stdout] 23505 |     pub fn __lgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23505:37
[INFO] [stdout]       |
[INFO] [stdout] 23505 |     pub fn __lgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23508:26
[INFO] [stdout]       |
[INFO] [stdout] 23508 |     pub fn tgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23508:35
[INFO] [stdout]       |
[INFO] [stdout] 23508 |     pub fn tgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23511:28
[INFO] [stdout]       |
[INFO] [stdout] 23511 |     pub fn __tgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23511:37
[INFO] [stdout]       |
[INFO] [stdout] 23511 |     pub fn __tgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23514:25
[INFO] [stdout]       |
[INFO] [stdout] 23514 |     pub fn gammal(arg1: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23514:34
[INFO] [stdout]       |
[INFO] [stdout] 23514 |     pub fn gammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23517:27
[INFO] [stdout]       |
[INFO] [stdout] 23517 |     pub fn __gammal(arg1: u128) -> u128;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23517:36
[INFO] [stdout]       |
[INFO] [stdout] 23517 |     pub fn __gammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23520:28
[INFO] [stdout]       |
[INFO] [stdout] 23520 |     pub fn lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23520:77
[INFO] [stdout]       |
[INFO] [stdout] 23520 |     pub fn lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23523:30
[INFO] [stdout]       |
[INFO] [stdout] 23523 |     pub fn __lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23523:79
[INFO] [stdout]       |
[INFO] [stdout] 23523 |     pub fn __lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23526:23
[INFO] [stdout]       |
[INFO] [stdout] 23526 |     pub fn rintl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23526:32
[INFO] [stdout]       |
[INFO] [stdout] 23526 |     pub fn rintl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23529:25
[INFO] [stdout]       |
[INFO] [stdout] 23529 |     pub fn __rintl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23529:34
[INFO] [stdout]       |
[INFO] [stdout] 23529 |     pub fn __rintl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23532:28
[INFO] [stdout]       |
[INFO] [stdout] 23532 |     pub fn nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23532:39
[INFO] [stdout]       |
[INFO] [stdout] 23532 |     pub fn nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23532:48
[INFO] [stdout]       |
[INFO] [stdout] 23532 |     pub fn nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23535:30
[INFO] [stdout]       |
[INFO] [stdout] 23535 |     pub fn __nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23535:41
[INFO] [stdout]       |
[INFO] [stdout] 23535 |     pub fn __nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23535:50
[INFO] [stdout]       |
[INFO] [stdout] 23535 |     pub fn __nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23538:29
[INFO] [stdout]       |
[INFO] [stdout] 23538 |     pub fn nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23538:40
[INFO] [stdout]       |
[INFO] [stdout] 23538 |     pub fn nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23538:49
[INFO] [stdout]       |
[INFO] [stdout] 23538 |     pub fn nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23541:31
[INFO] [stdout]       |
[INFO] [stdout] 23541 |     pub fn __nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23541:42
[INFO] [stdout]       |
[INFO] [stdout] 23541 |     pub fn __nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23541:51
[INFO] [stdout]       |
[INFO] [stdout] 23541 |     pub fn __nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23544:28
[INFO] [stdout]       |
[INFO] [stdout] 23544 |     pub fn remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23544:39
[INFO] [stdout]       |
[INFO] [stdout] 23544 |     pub fn remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23544:48
[INFO] [stdout]       |
[INFO] [stdout] 23544 |     pub fn remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23547:30
[INFO] [stdout]       |
[INFO] [stdout] 23547 |     pub fn __remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23547:41
[INFO] [stdout]       |
[INFO] [stdout] 23547 |     pub fn __remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23547:50
[INFO] [stdout]       |
[INFO] [stdout] 23547 |     pub fn __remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23550:25
[INFO] [stdout]       |
[INFO] [stdout] 23550 |     pub fn scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23550:62
[INFO] [stdout]       |
[INFO] [stdout] 23550 |     pub fn scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23553:27
[INFO] [stdout]       |
[INFO] [stdout] 23553 |     pub fn __scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23553:64
[INFO] [stdout]       |
[INFO] [stdout] 23553 |     pub fn __scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23556:24
[INFO] [stdout]       |
[INFO] [stdout] 23556 |     pub fn ilogbl(__x: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23559:26
[INFO] [stdout]       |
[INFO] [stdout] 23559 |     pub fn __ilogbl(__x: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23562:26
[INFO] [stdout]       |
[INFO] [stdout] 23562 |     pub fn scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23562:64
[INFO] [stdout]       |
[INFO] [stdout] 23562 |     pub fn scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> u128;
[INFO] [stdout]       |                                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23565:28
[INFO] [stdout]       |
[INFO] [stdout] 23565 |     pub fn __scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23565:66
[INFO] [stdout]       |
[INFO] [stdout] 23565 |     pub fn __scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> u128;
[INFO] [stdout]       |                                                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23568:28
[INFO] [stdout]       |
[INFO] [stdout] 23568 |     pub fn nearbyintl(__x: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23568:37
[INFO] [stdout]       |
[INFO] [stdout] 23568 |     pub fn nearbyintl(__x: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23571:30
[INFO] [stdout]       |
[INFO] [stdout] 23571 |     pub fn __nearbyintl(__x: u128) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23571:39
[INFO] [stdout]       |
[INFO] [stdout] 23571 |     pub fn __nearbyintl(__x: u128) -> u128;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23574:24
[INFO] [stdout]       |
[INFO] [stdout] 23574 |     pub fn roundl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23574:33
[INFO] [stdout]       |
[INFO] [stdout] 23574 |     pub fn roundl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23577:26
[INFO] [stdout]       |
[INFO] [stdout] 23577 |     pub fn __roundl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23577:35
[INFO] [stdout]       |
[INFO] [stdout] 23577 |     pub fn __roundl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23580:24
[INFO] [stdout]       |
[INFO] [stdout] 23580 |     pub fn truncl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23580:33
[INFO] [stdout]       |
[INFO] [stdout] 23580 |     pub fn truncl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23583:26
[INFO] [stdout]       |
[INFO] [stdout] 23583 |     pub fn __truncl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23583:35
[INFO] [stdout]       |
[INFO] [stdout] 23583 |     pub fn __truncl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23586:25
[INFO] [stdout]       |
[INFO] [stdout] 23586 |     pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23586:36
[INFO] [stdout]       |
[INFO] [stdout] 23586 |     pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23586:80
[INFO] [stdout]       |
[INFO] [stdout] 23586 |     pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23589:27
[INFO] [stdout]       |
[INFO] [stdout] 23589 |     pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23589:38
[INFO] [stdout]       |
[INFO] [stdout] 23589 |     pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23589:82
[INFO] [stdout]       |
[INFO] [stdout] 23589 |     pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23592:24
[INFO] [stdout]       |
[INFO] [stdout] 23592 |     pub fn lrintl(__x: u128) -> ::std::os::raw::c_long;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23595:26
[INFO] [stdout]       |
[INFO] [stdout] 23595 |     pub fn __lrintl(__x: u128) -> ::std::os::raw::c_long;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23598:25
[INFO] [stdout]       |
[INFO] [stdout] 23598 |     pub fn llrintl(__x: u128) -> ::std::os::raw::c_longlong;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23601:27
[INFO] [stdout]       |
[INFO] [stdout] 23601 |     pub fn __llrintl(__x: u128) -> ::std::os::raw::c_longlong;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23604:25
[INFO] [stdout]       |
[INFO] [stdout] 23604 |     pub fn lroundl(__x: u128) -> ::std::os::raw::c_long;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23607:27
[INFO] [stdout]       |
[INFO] [stdout] 23607 |     pub fn __lroundl(__x: u128) -> ::std::os::raw::c_long;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23610:26
[INFO] [stdout]       |
[INFO] [stdout] 23610 |     pub fn llroundl(__x: u128) -> ::std::os::raw::c_longlong;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23613:28
[INFO] [stdout]       |
[INFO] [stdout] 23613 |     pub fn __llroundl(__x: u128) -> ::std::os::raw::c_longlong;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23616:23
[INFO] [stdout]       |
[INFO] [stdout] 23616 |     pub fn fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23616:34
[INFO] [stdout]       |
[INFO] [stdout] 23616 |     pub fn fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23616:43
[INFO] [stdout]       |
[INFO] [stdout] 23616 |     pub fn fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23619:25
[INFO] [stdout]       |
[INFO] [stdout] 23619 |     pub fn __fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23619:36
[INFO] [stdout]       |
[INFO] [stdout] 23619 |     pub fn __fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23619:45
[INFO] [stdout]       |
[INFO] [stdout] 23619 |     pub fn __fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23622:23
[INFO] [stdout]       |
[INFO] [stdout] 23622 |     pub fn fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23622:34
[INFO] [stdout]       |
[INFO] [stdout] 23622 |     pub fn fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23622:43
[INFO] [stdout]       |
[INFO] [stdout] 23622 |     pub fn fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23625:25
[INFO] [stdout]       |
[INFO] [stdout] 23625 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23625:36
[INFO] [stdout]       |
[INFO] [stdout] 23625 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23625:45
[INFO] [stdout]       |
[INFO] [stdout] 23625 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23628:23
[INFO] [stdout]       |
[INFO] [stdout] 23628 |     pub fn fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23628:34
[INFO] [stdout]       |
[INFO] [stdout] 23628 |     pub fn fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23628:43
[INFO] [stdout]       |
[INFO] [stdout] 23628 |     pub fn fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23631:25
[INFO] [stdout]       |
[INFO] [stdout] 23631 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23631:36
[INFO] [stdout]       |
[INFO] [stdout] 23631 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23631:45
[INFO] [stdout]       |
[INFO] [stdout] 23631 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23634:22
[INFO] [stdout]       |
[INFO] [stdout] 23634 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23634:33
[INFO] [stdout]       |
[INFO] [stdout] 23634 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23634:44
[INFO] [stdout]       |
[INFO] [stdout] 23634 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23634:53
[INFO] [stdout]       |
[INFO] [stdout] 23634 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23637:24
[INFO] [stdout]       |
[INFO] [stdout] 23637 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23637:35
[INFO] [stdout]       |
[INFO] [stdout] 23637 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23637:46
[INFO] [stdout]       |
[INFO] [stdout] 23637 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23637:55
[INFO] [stdout]       |
[INFO] [stdout] 23637 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23640:24
[INFO] [stdout]       |
[INFO] [stdout] 23640 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23640:35
[INFO] [stdout]       |
[INFO] [stdout] 23640 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23640:44
[INFO] [stdout]       |
[INFO] [stdout] 23640 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23643:26
[INFO] [stdout]       |
[INFO] [stdout] 23643 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23643:37
[INFO] [stdout]       |
[INFO] [stdout] 23643 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23643:46
[INFO] [stdout]       |
[INFO] [stdout] 23643 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 322 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/safe.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mut raw = unsafe { MaybeUninit::uninit() };
[INFO] [stdout]    |                       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/safe.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `polynomial` is never read
[INFO] [stdout]   --> src/safe.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct NumberField<'a> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 72 |     raw: MaybeUninit<nf_struct>,
[INFO] [stdout] 73 |     polynomial: &'a mut RationalPolynomial,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:491:14
[INFO] [stdout]     |
[INFO] [stdout] 491 |             &(*(::std::ptr::null::<max_align_t>())).__clang_max_align_nonce1 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:503:14
[INFO] [stdout]     |
[INFO] [stdout] 503 |             &(*(::std::ptr::null::<max_align_t>())).__clang_max_align_nonce2 as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:537:19
[INFO] [stdout]     |
[INFO] [stdout] 537 |         unsafe { &(*(::std::ptr::null::<__mpz_struct>()))._mp_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:547:19
[INFO] [stdout]     |
[INFO] [stdout] 547 |         unsafe { &(*(::std::ptr::null::<__mpz_struct>()))._mp_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:557:19
[INFO] [stdout]     |
[INFO] [stdout] 557 |         unsafe { &(*(::std::ptr::null::<__mpz_struct>()))._mp_d as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:592:19
[INFO] [stdout]     |
[INFO] [stdout] 592 |         unsafe { &(*(::std::ptr::null::<__mpq_struct>()))._mp_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:602:19
[INFO] [stdout]     |
[INFO] [stdout] 602 |         unsafe { &(*(::std::ptr::null::<__mpq_struct>()))._mp_den as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:635:19
[INFO] [stdout]     |
[INFO] [stdout] 635 |         unsafe { &(*(::std::ptr::null::<__mpf_struct>()))._mp_prec as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:645:19
[INFO] [stdout]     |
[INFO] [stdout] 645 |         unsafe { &(*(::std::ptr::null::<__mpf_struct>()))._mp_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:655:19
[INFO] [stdout]     |
[INFO] [stdout] 655 |         unsafe { &(*(::std::ptr::null::<__mpf_struct>()))._mp_exp as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:665:19
[INFO] [stdout]     |
[INFO] [stdout] 665 |         unsafe { &(*(::std::ptr::null::<__mpf_struct>()))._mp_d as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:712:14
[INFO] [stdout]     |
[INFO] [stdout] 712 |             &(*(::std::ptr::null::<__gmp_randstate_struct__bindgen_ty_1>()))._mp_lc 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:737:19
[INFO] [stdout]     |
[INFO] [stdout] 737 |         unsafe { &(*(::std::ptr::null::<__gmp_randstate_struct>()))._mp_seed as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:747:19
[INFO] [stdout]     |
[INFO] [stdout] 747 |         unsafe { &(*(::std::ptr::null::<__gmp_randstate_struct>()))._mp_alg as *const _ as usize },
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> src/./bindings.rs:758:14
[INFO] [stdout]     |
[INFO] [stdout] 758 |             &(*(::std::ptr::null::<__gmp_randstate_struct>()))._mp_algdata as *const _ as usize
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2377:19
[INFO] [stdout]      |
[INFO] [stdout] 2377 |         unsafe { &(*(::std::ptr::null::<__fsid_t>())).__val as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2464:19
[INFO] [stdout]      |
[INFO] [stdout] 2464 |         unsafe { &(*(::std::ptr::null::<__sigset_t>())).__val as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2494:19
[INFO] [stdout]      |
[INFO] [stdout] 2494 |         unsafe { &(*(::std::ptr::null::<timeval>())).tv_sec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2504:19
[INFO] [stdout]      |
[INFO] [stdout] 2504 |         unsafe { &(*(::std::ptr::null::<timeval>())).tv_usec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2533:19
[INFO] [stdout]      |
[INFO] [stdout] 2533 |         unsafe { &(*(::std::ptr::null::<timespec>())).tv_sec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2543:19
[INFO] [stdout]      |
[INFO] [stdout] 2543 |         unsafe { &(*(::std::ptr::null::<timespec>())).tv_nsec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2573:19
[INFO] [stdout]      |
[INFO] [stdout] 2573 |         unsafe { &(*(::std::ptr::null::<fd_set>())).__fds_bits as *const _ as usize },
[INFO] [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:14
[INFO] [stdout]      |
[INFO] [stdout] 2637 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__readers as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2649:14
[INFO] [stdout]      |
[INFO] [stdout] 2649 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__writers as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2661:14
[INFO] [stdout]      |
[INFO] [stdout] 2661 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__wrphase_futex as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2673:14
[INFO] [stdout]      |
[INFO] [stdout] 2673 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__writers_futex as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2684:19
[INFO] [stdout]      |
[INFO] [stdout] 2684 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__pad3 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2694:19
[INFO] [stdout]      |
[INFO] [stdout] 2694 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__pad4 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2705:14
[INFO] [stdout]      |
[INFO] [stdout] 2705 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__cur_writer as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2717:14
[INFO] [stdout]      |
[INFO] [stdout] 2717 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__shared as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2729:14
[INFO] [stdout]      |
[INFO] [stdout] 2729 |             &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__rwelision as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2740:19
[INFO] [stdout]      |
[INFO] [stdout] 2740 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__pad1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2750:19
[INFO] [stdout]      |
[INFO] [stdout] 2750 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__pad2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2760:19
[INFO] [stdout]      |
[INFO] [stdout] 2760 |         unsafe { &(*(::std::ptr::null::<__pthread_rwlock_arch_t>())).__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:2789:19
[INFO] [stdout]      |
[INFO] [stdout] 2789 |         unsafe { &(*(::std::ptr::null::<__pthread_internal_list>())).__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:2799:19
[INFO] [stdout]      |
[INFO] [stdout] 2799 |         unsafe { &(*(::std::ptr::null::<__pthread_internal_list>())).__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:2835:19
[INFO] [stdout]      |
[INFO] [stdout] 2835 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__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:2845:19
[INFO] [stdout]      |
[INFO] [stdout] 2845 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__count as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2855:19
[INFO] [stdout]      |
[INFO] [stdout] 2855 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__owner as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2865:19
[INFO] [stdout]      |
[INFO] [stdout] 2865 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__nusers as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2875:19
[INFO] [stdout]      |
[INFO] [stdout] 2875 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__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:2885:19
[INFO] [stdout]      |
[INFO] [stdout] 2885 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__spins as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2895:19
[INFO] [stdout]      |
[INFO] [stdout] 2895 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__elision as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2905:19
[INFO] [stdout]      |
[INFO] [stdout] 2905 |         unsafe { &(*(::std::ptr::null::<__pthread_mutex_s>())).__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:2959:14
[INFO] [stdout]      |
[INFO] [stdout] 2959 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_1__bindgen_ty_1>())).__low
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2972:14
[INFO] [stdout]      |
[INFO] [stdout] 2972 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_1__bindgen_ty_1>())).__high
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:2998:14
[INFO] [stdout]      |
[INFO] [stdout] 2998 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_1>())).__wseq as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3010:14
[INFO] [stdout]      |
[INFO] [stdout] 3010 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_1>())).__wseq32 as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3054:14
[INFO] [stdout]      |
[INFO] [stdout] 3054 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_2__bindgen_ty_1>())).__low
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3067:14
[INFO] [stdout]      |
[INFO] [stdout] 3067 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_2__bindgen_ty_1>())).__high
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3093:14
[INFO] [stdout]      |
[INFO] [stdout] 3093 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_2>())).__g1_start 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:3106:14
[INFO] [stdout]      |
[INFO] [stdout] 3106 |             &(*(::std::ptr::null::<__pthread_cond_s__bindgen_ty_2>())).__g1_start32 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:3131:19
[INFO] [stdout]      |
[INFO] [stdout] 3131 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__g_refs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3141:19
[INFO] [stdout]      |
[INFO] [stdout] 3141 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__g_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:3151:19
[INFO] [stdout]      |
[INFO] [stdout] 3151 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__g1_orig_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:3161:19
[INFO] [stdout]      |
[INFO] [stdout] 3161 |         unsafe { &(*(::std::ptr::null::<__pthread_cond_s>())).__wrefs as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<__pthread_cond_s>())).__g_signals as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3202:19
[INFO] [stdout]      |
[INFO] [stdout] 3202 |         unsafe { &(*(::std::ptr::null::<pthread_mutexattr_t>())).__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:3212:19
[INFO] [stdout]      |
[INFO] [stdout] 3212 |         unsafe { &(*(::std::ptr::null::<pthread_mutexattr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3242:19
[INFO] [stdout]      |
[INFO] [stdout] 3242 |         unsafe { &(*(::std::ptr::null::<pthread_condattr_t>())).__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:3252:19
[INFO] [stdout]      |
[INFO] [stdout] 3252 |         unsafe { &(*(::std::ptr::null::<pthread_condattr_t>())).__align as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<pthread_attr_t>())).__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:3294:19
[INFO] [stdout]      |
[INFO] [stdout] 3294 |         unsafe { &(*(::std::ptr::null::<pthread_attr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3325:19
[INFO] [stdout]      |
[INFO] [stdout] 3325 |         unsafe { &(*(::std::ptr::null::<pthread_mutex_t>())).__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:3335:19
[INFO] [stdout]      |
[INFO] [stdout] 3335 |         unsafe { &(*(::std::ptr::null::<pthread_mutex_t>())).__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:3345:19
[INFO] [stdout]      |
[INFO] [stdout] 3345 |         unsafe { &(*(::std::ptr::null::<pthread_mutex_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3376:19
[INFO] [stdout]      |
[INFO] [stdout] 3376 |         unsafe { &(*(::std::ptr::null::<pthread_cond_t>())).__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:3386:19
[INFO] [stdout]      |
[INFO] [stdout] 3386 |         unsafe { &(*(::std::ptr::null::<pthread_cond_t>())).__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:3396:19
[INFO] [stdout]      |
[INFO] [stdout] 3396 |         unsafe { &(*(::std::ptr::null::<pthread_cond_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3427:19
[INFO] [stdout]      |
[INFO] [stdout] 3427 |         unsafe { &(*(::std::ptr::null::<pthread_rwlock_t>())).__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:3437:19
[INFO] [stdout]      |
[INFO] [stdout] 3437 |         unsafe { &(*(::std::ptr::null::<pthread_rwlock_t>())).__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:3447:19
[INFO] [stdout]      |
[INFO] [stdout] 3447 |         unsafe { &(*(::std::ptr::null::<pthread_rwlock_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3477:19
[INFO] [stdout]      |
[INFO] [stdout] 3477 |         unsafe { &(*(::std::ptr::null::<pthread_rwlockattr_t>())).__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:3487:19
[INFO] [stdout]      |
[INFO] [stdout] 3487 |         unsafe { &(*(::std::ptr::null::<pthread_rwlockattr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3518:19
[INFO] [stdout]      |
[INFO] [stdout] 3518 |         unsafe { &(*(::std::ptr::null::<pthread_barrier_t>())).__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:3528:19
[INFO] [stdout]      |
[INFO] [stdout] 3528 |         unsafe { &(*(::std::ptr::null::<pthread_barrier_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3558:19
[INFO] [stdout]      |
[INFO] [stdout] 3558 |         unsafe { &(*(::std::ptr::null::<pthread_barrierattr_t>())).__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:3568:19
[INFO] [stdout]      |
[INFO] [stdout] 3568 |         unsafe { &(*(::std::ptr::null::<pthread_barrierattr_t>())).__align as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3599:19
[INFO] [stdout]      |
[INFO] [stdout] 3599 |         unsafe { &(*(::std::ptr::null::<sigval>())).sival_int as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3609:19
[INFO] [stdout]      |
[INFO] [stdout] 3609 |         unsafe { &(*(::std::ptr::null::<sigval>())).sival_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:3668:14
[INFO] [stdout]      |
[INFO] [stdout] 3668 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_1>())).si_pid 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:3681:14
[INFO] [stdout]      |
[INFO] [stdout] 3681 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_1>())).si_uid 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:3720:14
[INFO] [stdout]      |
[INFO] [stdout] 3720 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_2>())).si_tid 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:3733:14
[INFO] [stdout]      |
[INFO] [stdout] 3733 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_2>())).si_overrun 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:3746:14
[INFO] [stdout]      |
[INFO] [stdout] 3746 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_2>())).si_sigval 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:3785:14
[INFO] [stdout]      |
[INFO] [stdout] 3785 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_3>())).si_pid 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:3798:14
[INFO] [stdout]      |
[INFO] [stdout] 3798 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_3>())).si_uid 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:3811:14
[INFO] [stdout]      |
[INFO] [stdout] 3811 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_3>())).si_sigval 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:3852:14
[INFO] [stdout]      |
[INFO] [stdout] 3852 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_4>())).si_pid 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:3865:14
[INFO] [stdout]      |
[INFO] [stdout] 3865 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_4>())).si_uid 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:3878:14
[INFO] [stdout]      |
[INFO] [stdout] 3878 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_4>())).si_status 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:3891:14
[INFO] [stdout]      |
[INFO] [stdout] 3891 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_4>())).si_utime 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:3904:14
[INFO] [stdout]      |
[INFO] [stdout] 3904 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_4>())).si_stime 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:3956:14
[INFO] [stdout]      |
[INFO] [stdout] 3956 |               &(*(::std::ptr::null::<
[INFO] [stdout]      |  ______________^
[INFO] [stdout] 3957 | |                 siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1,
[INFO] [stdout] 3958 | |             >()))
[INFO] [stdout]      | |_________________^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:3971:14
[INFO] [stdout]      |
[INFO] [stdout] 3971 |               &(*(::std::ptr::null::<
[INFO] [stdout]      |  ______________^
[INFO] [stdout] 3972 | |                 siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1,
[INFO] [stdout] 3973 | |             >()))
[INFO] [stdout]      | |_________________^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4005:14
[INFO] [stdout]      |
[INFO] [stdout] 4005 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1>()))
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4018:14
[INFO] [stdout]      |
[INFO] [stdout] 4018 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1>()))._pkey
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4050:14
[INFO] [stdout]      |
[INFO] [stdout] 4050 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_5>())).si_addr 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:4063:14
[INFO] [stdout]      |
[INFO] [stdout] 4063 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_5>())).si_addr_lsb
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4076:14
[INFO] [stdout]      |
[INFO] [stdout] 4076 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_5>()))._bounds 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:4114:14
[INFO] [stdout]      |
[INFO] [stdout] 4114 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_6>())).si_band 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:4127:14
[INFO] [stdout]      |
[INFO] [stdout] 4127 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_6>())).si_fd 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:4166:14
[INFO] [stdout]      |
[INFO] [stdout] 4166 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_7>()))._call_addr 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:4179:14
[INFO] [stdout]      |
[INFO] [stdout] 4179 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_7>()))._syscall 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:4192:14
[INFO] [stdout]      |
[INFO] [stdout] 4192 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1__bindgen_ty_7>()))._arch 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:4217:19
[INFO] [stdout]      |
[INFO] [stdout] 4217 |         unsafe { &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1>()))._pad as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4227:19
[INFO] [stdout]      |
[INFO] [stdout] 4227 |         unsafe { &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1>()))._kill as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4237:19
[INFO] [stdout]      |
[INFO] [stdout] 4237 |         unsafe { &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1>()))._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:4247:19
[INFO] [stdout]      |
[INFO] [stdout] 4247 |         unsafe { &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1>()))._rt as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4258:14
[INFO] [stdout]      |
[INFO] [stdout] 4258 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1>()))._sigchld as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4270:14
[INFO] [stdout]      |
[INFO] [stdout] 4270 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1>()))._sigfault as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4282:14
[INFO] [stdout]      |
[INFO] [stdout] 4282 |             &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1>()))._sigpoll as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4293:19
[INFO] [stdout]      |
[INFO] [stdout] 4293 |         unsafe { &(*(::std::ptr::null::<siginfo_t__bindgen_ty_1>()))._sigsys as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4316:19
[INFO] [stdout]      |
[INFO] [stdout] 4316 |         unsafe { &(*(::std::ptr::null::<siginfo_t>())).si_signo as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4326:19
[INFO] [stdout]      |
[INFO] [stdout] 4326 |         unsafe { &(*(::std::ptr::null::<siginfo_t>())).si_errno as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4336:19
[INFO] [stdout]      |
[INFO] [stdout] 4336 |         unsafe { &(*(::std::ptr::null::<siginfo_t>())).si_code as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4346:19
[INFO] [stdout]      |
[INFO] [stdout] 4346 |         unsafe { &(*(::std::ptr::null::<siginfo_t>())).__pad0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4356:19
[INFO] [stdout]      |
[INFO] [stdout] 4356 |         unsafe { &(*(::std::ptr::null::<siginfo_t>()))._sifields as *const _ as usize },
[INFO] [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:14
[INFO] [stdout]      |
[INFO] [stdout] 4469 |             &(*(::std::ptr::null::<sigevent__bindgen_ty_1__bindgen_ty_1>()))._function 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:4482:14
[INFO] [stdout]      |
[INFO] [stdout] 4482 |             &(*(::std::ptr::null::<sigevent__bindgen_ty_1__bindgen_ty_1>()))._attribute 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:4507:19
[INFO] [stdout]      |
[INFO] [stdout] 4507 |         unsafe { &(*(::std::ptr::null::<sigevent__bindgen_ty_1>()))._pad as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4517:19
[INFO] [stdout]      |
[INFO] [stdout] 4517 |         unsafe { &(*(::std::ptr::null::<sigevent__bindgen_ty_1>()))._tid as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4528:14
[INFO] [stdout]      |
[INFO] [stdout] 4528 |             &(*(::std::ptr::null::<sigevent__bindgen_ty_1>()))._sigev_thread as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4552:19
[INFO] [stdout]      |
[INFO] [stdout] 4552 |         unsafe { &(*(::std::ptr::null::<sigevent>())).sigev_value as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4562:19
[INFO] [stdout]      |
[INFO] [stdout] 4562 |         unsafe { &(*(::std::ptr::null::<sigevent>())).sigev_signo as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4572:19
[INFO] [stdout]      |
[INFO] [stdout] 4572 |         unsafe { &(*(::std::ptr::null::<sigevent>())).sigev_notify as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4582:19
[INFO] [stdout]      |
[INFO] [stdout] 4582 |         unsafe { &(*(::std::ptr::null::<sigevent>()))._sigev_un as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4692:14
[INFO] [stdout]      |
[INFO] [stdout] 4692 |             &(*(::std::ptr::null::<sigaction__bindgen_ty_1>())).sa_handler as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4704:14
[INFO] [stdout]      |
[INFO] [stdout] 4704 |             &(*(::std::ptr::null::<sigaction__bindgen_ty_1>())).sa_sigaction as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4728:19
[INFO] [stdout]      |
[INFO] [stdout] 4728 |         unsafe { &(*(::std::ptr::null::<sigaction>())).__sigaction_handler as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4738:19
[INFO] [stdout]      |
[INFO] [stdout] 4738 |         unsafe { &(*(::std::ptr::null::<sigaction>())).sa_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4748:19
[INFO] [stdout]      |
[INFO] [stdout] 4748 |         unsafe { &(*(::std::ptr::null::<sigaction>())).sa_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:4758:19
[INFO] [stdout]      |
[INFO] [stdout] 4758 |         unsafe { &(*(::std::ptr::null::<sigaction>())).sa_restorer as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4839:19
[INFO] [stdout]      |
[INFO] [stdout] 4839 |         unsafe { &(*(::std::ptr::null::<_fpx_sw_bytes>())).magic1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4849:19
[INFO] [stdout]      |
[INFO] [stdout] 4849 |         unsafe { &(*(::std::ptr::null::<_fpx_sw_bytes>())).extended_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:4859:19
[INFO] [stdout]      |
[INFO] [stdout] 4859 |         unsafe { &(*(::std::ptr::null::<_fpx_sw_bytes>())).xstate_bv as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4869:19
[INFO] [stdout]      |
[INFO] [stdout] 4869 |         unsafe { &(*(::std::ptr::null::<_fpx_sw_bytes>())).xstate_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:4879:19
[INFO] [stdout]      |
[INFO] [stdout] 4879 |         unsafe { &(*(::std::ptr::null::<_fpx_sw_bytes>())).__glibc_reserved1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4908:19
[INFO] [stdout]      |
[INFO] [stdout] 4908 |         unsafe { &(*(::std::ptr::null::<_fpreg>())).significand as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4918:19
[INFO] [stdout]      |
[INFO] [stdout] 4918 |         unsafe { &(*(::std::ptr::null::<_fpreg>())).exponent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4948:19
[INFO] [stdout]      |
[INFO] [stdout] 4948 |         unsafe { &(*(::std::ptr::null::<_fpxreg>())).significand as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4958:19
[INFO] [stdout]      |
[INFO] [stdout] 4958 |         unsafe { &(*(::std::ptr::null::<_fpxreg>())).exponent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4968:19
[INFO] [stdout]      |
[INFO] [stdout] 4968 |         unsafe { &(*(::std::ptr::null::<_fpxreg>())).__glibc_reserved1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:4996:19
[INFO] [stdout]      |
[INFO] [stdout] 4996 |         unsafe { &(*(::std::ptr::null::<_xmmreg>())).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:5034:19
[INFO] [stdout]      |
[INFO] [stdout] 5034 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).cwd as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5044:19
[INFO] [stdout]      |
[INFO] [stdout] 5044 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).swd as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5054:19
[INFO] [stdout]      |
[INFO] [stdout] 5054 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).ftw as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5064:19
[INFO] [stdout]      |
[INFO] [stdout] 5064 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).fop as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5074:19
[INFO] [stdout]      |
[INFO] [stdout] 5074 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).rip as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5084:19
[INFO] [stdout]      |
[INFO] [stdout] 5084 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).rdp as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5094:19
[INFO] [stdout]      |
[INFO] [stdout] 5094 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).mxcsr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5104:19
[INFO] [stdout]      |
[INFO] [stdout] 5104 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).mxcr_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5114:19
[INFO] [stdout]      |
[INFO] [stdout] 5114 |         unsafe { &(*(::std::ptr::null::<_fpstate>()))._st as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5124:19
[INFO] [stdout]      |
[INFO] [stdout] 5124 |         unsafe { &(*(::std::ptr::null::<_fpstate>()))._xmm as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5134:19
[INFO] [stdout]      |
[INFO] [stdout] 5134 |         unsafe { &(*(::std::ptr::null::<_fpstate>())).__glibc_reserved1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5197:14
[INFO] [stdout]      |
[INFO] [stdout] 5197 |             &(*(::std::ptr::null::<sigcontext__bindgen_ty_1>())).fpstate as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5209:14
[INFO] [stdout]      |
[INFO] [stdout] 5209 |             &(*(::std::ptr::null::<sigcontext__bindgen_ty_1>())).__fpstate_word as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5233:19
[INFO] [stdout]      |
[INFO] [stdout] 5233 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).r8 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5243:19
[INFO] [stdout]      |
[INFO] [stdout] 5243 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).r9 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5253:19
[INFO] [stdout]      |
[INFO] [stdout] 5253 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).r10 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5263:19
[INFO] [stdout]      |
[INFO] [stdout] 5263 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).r11 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5273:19
[INFO] [stdout]      |
[INFO] [stdout] 5273 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).r12 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5283:19
[INFO] [stdout]      |
[INFO] [stdout] 5283 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).r13 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5293:19
[INFO] [stdout]      |
[INFO] [stdout] 5293 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).r14 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5303:19
[INFO] [stdout]      |
[INFO] [stdout] 5303 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).r15 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5313:19
[INFO] [stdout]      |
[INFO] [stdout] 5313 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rdi as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5323:19
[INFO] [stdout]      |
[INFO] [stdout] 5323 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rsi as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5333:19
[INFO] [stdout]      |
[INFO] [stdout] 5333 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rbp as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5343:19
[INFO] [stdout]      |
[INFO] [stdout] 5343 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rbx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5353:19
[INFO] [stdout]      |
[INFO] [stdout] 5353 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rdx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5363:19
[INFO] [stdout]      |
[INFO] [stdout] 5363 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rax as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5373:19
[INFO] [stdout]      |
[INFO] [stdout] 5373 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rcx as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5383:19
[INFO] [stdout]      |
[INFO] [stdout] 5383 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rsp as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5393:19
[INFO] [stdout]      |
[INFO] [stdout] 5393 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).rip as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5403:19
[INFO] [stdout]      |
[INFO] [stdout] 5403 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).eflags as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5413:19
[INFO] [stdout]      |
[INFO] [stdout] 5413 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).cs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5423:19
[INFO] [stdout]      |
[INFO] [stdout] 5423 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).gs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5433:19
[INFO] [stdout]      |
[INFO] [stdout] 5433 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).fs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5443:19
[INFO] [stdout]      |
[INFO] [stdout] 5443 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).__pad0 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5453:19
[INFO] [stdout]      |
[INFO] [stdout] 5453 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).err as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5463:19
[INFO] [stdout]      |
[INFO] [stdout] 5463 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).trapno as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5473:19
[INFO] [stdout]      |
[INFO] [stdout] 5473 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).oldmask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5483:19
[INFO] [stdout]      |
[INFO] [stdout] 5483 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).cr2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5493:19
[INFO] [stdout]      |
[INFO] [stdout] 5493 |         unsafe { &(*(::std::ptr::null::<sigcontext>())).__reserved1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5523:19
[INFO] [stdout]      |
[INFO] [stdout] 5523 |         unsafe { &(*(::std::ptr::null::<_xsave_hdr>())).xstate_bv as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5533:19
[INFO] [stdout]      |
[INFO] [stdout] 5533 |         unsafe { &(*(::std::ptr::null::<_xsave_hdr>())).__glibc_reserved1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5543:19
[INFO] [stdout]      |
[INFO] [stdout] 5543 |         unsafe { &(*(::std::ptr::null::<_xsave_hdr>())).__glibc_reserved2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5571:19
[INFO] [stdout]      |
[INFO] [stdout] 5571 |         unsafe { &(*(::std::ptr::null::<_ymmh_state>())).ymmh_space as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5601:19
[INFO] [stdout]      |
[INFO] [stdout] 5601 |         unsafe { &(*(::std::ptr::null::<_xstate>())).fpstate as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<_xstate>())).xstate_hdr as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<_xstate>())).ymmh as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5654:19
[INFO] [stdout]      |
[INFO] [stdout] 5654 |         unsafe { &(*(::std::ptr::null::<stack_t>())).ss_sp as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5664:19
[INFO] [stdout]      |
[INFO] [stdout] 5664 |         unsafe { &(*(::std::ptr::null::<stack_t>())).ss_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:5674:19
[INFO] [stdout]      |
[INFO] [stdout] 5674 |         unsafe { &(*(::std::ptr::null::<stack_t>())).ss_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:5706:19
[INFO] [stdout]      |
[INFO] [stdout] 5706 |         unsafe { &(*(::std::ptr::null::<_libc_fpxreg>())).significand as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5716:19
[INFO] [stdout]      |
[INFO] [stdout] 5716 |         unsafe { &(*(::std::ptr::null::<_libc_fpxreg>())).exponent as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5726:19
[INFO] [stdout]      |
[INFO] [stdout] 5726 |         unsafe { &(*(::std::ptr::null::<_libc_fpxreg>())).__glibc_reserved1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5754:19
[INFO] [stdout]      |
[INFO] [stdout] 5754 |         unsafe { &(*(::std::ptr::null::<_libc_xmmreg>())).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:5792:19
[INFO] [stdout]      |
[INFO] [stdout] 5792 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).cwd as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5802:19
[INFO] [stdout]      |
[INFO] [stdout] 5802 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).swd as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5812:19
[INFO] [stdout]      |
[INFO] [stdout] 5812 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).ftw as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5822:19
[INFO] [stdout]      |
[INFO] [stdout] 5822 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).fop as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5832:19
[INFO] [stdout]      |
[INFO] [stdout] 5832 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).rip as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5842:19
[INFO] [stdout]      |
[INFO] [stdout] 5842 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).rdp as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5852:19
[INFO] [stdout]      |
[INFO] [stdout] 5852 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).mxcsr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5862:19
[INFO] [stdout]      |
[INFO] [stdout] 5862 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).mxcr_mask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5872:19
[INFO] [stdout]      |
[INFO] [stdout] 5872 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>()))._st as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5882:19
[INFO] [stdout]      |
[INFO] [stdout] 5882 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>()))._xmm as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5892:19
[INFO] [stdout]      |
[INFO] [stdout] 5892 |         unsafe { &(*(::std::ptr::null::<_libc_fpstate>())).__glibc_reserved1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5923:19
[INFO] [stdout]      |
[INFO] [stdout] 5923 |         unsafe { &(*(::std::ptr::null::<mcontext_t>())).gregs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5933:19
[INFO] [stdout]      |
[INFO] [stdout] 5933 |         unsafe { &(*(::std::ptr::null::<mcontext_t>())).fpregs as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5943:19
[INFO] [stdout]      |
[INFO] [stdout] 5943 |         unsafe { &(*(::std::ptr::null::<mcontext_t>())).__reserved1 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:5977:19
[INFO] [stdout]      |
[INFO] [stdout] 5977 |         unsafe { &(*(::std::ptr::null::<ucontext_t>())).uc_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:5987:19
[INFO] [stdout]      |
[INFO] [stdout] 5987 |         unsafe { &(*(::std::ptr::null::<ucontext_t>())).uc_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:5997:19
[INFO] [stdout]      |
[INFO] [stdout] 5997 |         unsafe { &(*(::std::ptr::null::<ucontext_t>())).uc_stack as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:6007:19
[INFO] [stdout]      |
[INFO] [stdout] 6007 |         unsafe { &(*(::std::ptr::null::<ucontext_t>())).uc_mcontext as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:6017:19
[INFO] [stdout]      |
[INFO] [stdout] 6017 |         unsafe { &(*(::std::ptr::null::<ucontext_t>())).uc_sigmask as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:6027:19
[INFO] [stdout]      |
[INFO] [stdout] 6027 |         unsafe { &(*(::std::ptr::null::<ucontext_t>())).__fpregs_mem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:6037:19
[INFO] [stdout]      |
[INFO] [stdout] 6037 |         unsafe { &(*(::std::ptr::null::<ucontext_t>())).__ssp as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<sigstack>())).ss_sp as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<sigstack>())).ss_onstack as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:6161:19
[INFO] [stdout]      |
[INFO] [stdout] 6161 |         unsafe { &(*(::std::ptr::null::<__mpfr_struct>()))._mpfr_prec as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:6171:19
[INFO] [stdout]      |
[INFO] [stdout] 6171 |         unsafe { &(*(::std::ptr::null::<__mpfr_struct>()))._mpfr_sign as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:6181:19
[INFO] [stdout]      |
[INFO] [stdout] 6181 |         unsafe { &(*(::std::ptr::null::<__mpfr_struct>()))._mpfr_exp as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:6191:19
[INFO] [stdout]      |
[INFO] [stdout] 6191 |         unsafe { &(*(::std::ptr::null::<__mpfr_struct>()))._mpfr_d as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:6413:46
[INFO] [stdout]      |
[INFO] [stdout] 6413 |     pub fn mpfr_set_ld(arg1: mpfr_ptr, arg2: u128, arg3: mpfr_rnd_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |                                              ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout]      = note: `#[warn(improper_ctypes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:6577:64
[INFO] [stdout]      |
[INFO] [stdout] 6577 |     pub fn mpfr_get_ld(arg1: mpfr_srcptr, arg2: mpfr_rnd_t) -> u128;
[INFO] [stdout]      |                                                                ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:6594:10
[INFO] [stdout]      |
[INFO] [stdout] 6594 |     ) -> u128;
[INFO] [stdout]      |          ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:7014:49
[INFO] [stdout]      |
[INFO] [stdout] 7014 |     pub fn mpfr_cmp_ld(arg1: mpfr_srcptr, arg2: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]      |                                                 ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:7679:19
[INFO] [stdout]      |
[INFO] [stdout] 7679 |         unsafe { &(*(::std::ptr::null::<__mbstate_t__bindgen_ty_1>())).__wch as *const _ as usize },
[INFO] [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:14
[INFO] [stdout]      |
[INFO] [stdout] 7690 |             &(*(::std::ptr::null::<__mbstate_t__bindgen_ty_1>())).__wchb as *const _ as usize
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:7714:19
[INFO] [stdout]      |
[INFO] [stdout] 7714 |         unsafe { &(*(::std::ptr::null::<__mbstate_t>())).__count as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:7724:19
[INFO] [stdout]      |
[INFO] [stdout] 7724 |         unsafe { &(*(::std::ptr::null::<__mbstate_t>())).__value as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:7753:19
[INFO] [stdout]      |
[INFO] [stdout] 7753 |         unsafe { &(*(::std::ptr::null::<_G_fpos_t>())).__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:7763:19
[INFO] [stdout]      |
[INFO] [stdout] 7763 |         unsafe { &(*(::std::ptr::null::<_G_fpos_t>())).__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:7793:19
[INFO] [stdout]      |
[INFO] [stdout] 7793 |         unsafe { &(*(::std::ptr::null::<_G_fpos64_t>())).__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:7803:19
[INFO] [stdout]      |
[INFO] [stdout] 7803 |         unsafe { &(*(::std::ptr::null::<_G_fpos64_t>())).__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:7878:19
[INFO] [stdout]      |
[INFO] [stdout] 7878 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._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:7888:19
[INFO] [stdout]      |
[INFO] [stdout] 7888 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_read_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:7898:19
[INFO] [stdout]      |
[INFO] [stdout] 7898 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_read_end as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:7908:19
[INFO] [stdout]      |
[INFO] [stdout] 7908 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_read_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:7918:19
[INFO] [stdout]      |
[INFO] [stdout] 7918 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_write_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:7928:19
[INFO] [stdout]      |
[INFO] [stdout] 7928 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_write_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:7938:19
[INFO] [stdout]      |
[INFO] [stdout] 7938 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_write_end as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:7948:19
[INFO] [stdout]      |
[INFO] [stdout] 7948 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_buf_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:7958:19
[INFO] [stdout]      |
[INFO] [stdout] 7958 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_buf_end as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:7968:19
[INFO] [stdout]      |
[INFO] [stdout] 7968 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_save_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:7978:19
[INFO] [stdout]      |
[INFO] [stdout] 7978 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_backup_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:7988:19
[INFO] [stdout]      |
[INFO] [stdout] 7988 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._IO_save_end as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:7998:19
[INFO] [stdout]      |
[INFO] [stdout] 7998 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._markers as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8008:19
[INFO] [stdout]      |
[INFO] [stdout] 8008 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._chain as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8018:19
[INFO] [stdout]      |
[INFO] [stdout] 8018 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._fileno as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8028:19
[INFO] [stdout]      |
[INFO] [stdout] 8028 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._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:8038:19
[INFO] [stdout]      |
[INFO] [stdout] 8038 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._old_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:8048:19
[INFO] [stdout]      |
[INFO] [stdout] 8048 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._cur_column as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8058:19
[INFO] [stdout]      |
[INFO] [stdout] 8058 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._vtable_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:8068:19
[INFO] [stdout]      |
[INFO] [stdout] 8068 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._shortbuf as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8078:19
[INFO] [stdout]      |
[INFO] [stdout] 8078 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._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:8088:19
[INFO] [stdout]      |
[INFO] [stdout] 8088 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._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:8098:19
[INFO] [stdout]      |
[INFO] [stdout] 8098 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._codecvt as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8108:19
[INFO] [stdout]      |
[INFO] [stdout] 8108 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._wide_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:8118:19
[INFO] [stdout]      |
[INFO] [stdout] 8118 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._freeres_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:8128:19
[INFO] [stdout]      |
[INFO] [stdout] 8128 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._freeres_buf as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8138:19
[INFO] [stdout]      |
[INFO] [stdout] 8138 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>())).__pad5 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8148:19
[INFO] [stdout]      |
[INFO] [stdout] 8148 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._mode as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8158:19
[INFO] [stdout]      |
[INFO] [stdout] 8158 |         unsafe { &(*(::std::ptr::null::<_IO_FILE>()))._unused2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8643:19
[INFO] [stdout]      |
[INFO] [stdout] 8643 |         unsafe { &(*(::std::ptr::null::<div_t>())).quot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8653:19
[INFO] [stdout]      |
[INFO] [stdout] 8653 |         unsafe { &(*(::std::ptr::null::<div_t>())).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8682:19
[INFO] [stdout]      |
[INFO] [stdout] 8682 |         unsafe { &(*(::std::ptr::null::<ldiv_t>())).quot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8692:19
[INFO] [stdout]      |
[INFO] [stdout] 8692 |         unsafe { &(*(::std::ptr::null::<ldiv_t>())).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8721:19
[INFO] [stdout]      |
[INFO] [stdout] 8721 |         unsafe { &(*(::std::ptr::null::<lldiv_t>())).quot as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8731:19
[INFO] [stdout]      |
[INFO] [stdout] 8731 |         unsafe { &(*(::std::ptr::null::<lldiv_t>())).rem as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:8772:10
[INFO] [stdout]      |
[INFO] [stdout] 8772 |     ) -> u128;
[INFO] [stdout]      |          ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8862:19
[INFO] [stdout]      |
[INFO] [stdout] 8862 |         unsafe { &(*(::std::ptr::null::<random_data>())).fptr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8872:19
[INFO] [stdout]      |
[INFO] [stdout] 8872 |         unsafe { &(*(::std::ptr::null::<random_data>())).rptr as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8882:19
[INFO] [stdout]      |
[INFO] [stdout] 8882 |         unsafe { &(*(::std::ptr::null::<random_data>())).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:8892:19
[INFO] [stdout]      |
[INFO] [stdout] 8892 |         unsafe { &(*(::std::ptr::null::<random_data>())).rand_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:8902:19
[INFO] [stdout]      |
[INFO] [stdout] 8902 |         unsafe { &(*(::std::ptr::null::<random_data>())).rand_deg as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8912:19
[INFO] [stdout]      |
[INFO] [stdout] 8912 |         unsafe { &(*(::std::ptr::null::<random_data>())).rand_sep as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:8922:19
[INFO] [stdout]      |
[INFO] [stdout] 8922 |         unsafe { &(*(::std::ptr::null::<random_data>())).end_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:9013:19
[INFO] [stdout]      |
[INFO] [stdout] 9013 |         unsafe { &(*(::std::ptr::null::<drand48_data>())).__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:9023:19
[INFO] [stdout]      |
[INFO] [stdout] 9023 |         unsafe { &(*(::std::ptr::null::<drand48_data>())).__old_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:9033:19
[INFO] [stdout]      |
[INFO] [stdout] 9033 |         unsafe { &(*(::std::ptr::null::<drand48_data>())).__c as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9043:19
[INFO] [stdout]      |
[INFO] [stdout] 9043 |         unsafe { &(*(::std::ptr::null::<drand48_data>())).__init as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9053:19
[INFO] [stdout]      |
[INFO] [stdout] 9053 |         unsafe { &(*(::std::ptr::null::<drand48_data>())).__a as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9301:18
[INFO] [stdout]      |
[INFO] [stdout] 9301 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9309:18
[INFO] [stdout]      |
[INFO] [stdout] 9309 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9317:18
[INFO] [stdout]      |
[INFO] [stdout] 9317 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9344:18
[INFO] [stdout]      |
[INFO] [stdout] 9344 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]     --> src/./bindings.rs:9354:18
[INFO] [stdout]      |
[INFO] [stdout] 9354 |         __value: u128,
[INFO] [stdout]      |                  ^^^^ not FFI-safe
[INFO] [stdout]      |
[INFO] [stdout]      = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9497:19
[INFO] [stdout]      |
[INFO] [stdout] 9497 |         unsafe { &(*(::std::ptr::null::<flint_rand_s>())).gmp_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:9507:19
[INFO] [stdout]      |
[INFO] [stdout] 9507 |         unsafe { &(*(::std::ptr::null::<flint_rand_s>())).gmp_init as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<flint_rand_s>())).__randval as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<flint_rand_s>())).__randval2 as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9614:19
[INFO] [stdout]      |
[INFO] [stdout] 9614 |         unsafe { &(*(::std::ptr::null::<pair_s>())).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:9619:19
[INFO] [stdout]      |
[INFO] [stdout] 9619 |         unsafe { &(*(::std::ptr::null::<pair_s>())).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:9645:19
[INFO] [stdout]      |
[INFO] [stdout] 9645 |         unsafe { &(*(::std::ptr::null::<n_factor_t>())).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:9655:19
[INFO] [stdout]      |
[INFO] [stdout] 9655 |         unsafe { &(*(::std::ptr::null::<n_factor_t>())).exp as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9665:19
[INFO] [stdout]      |
[INFO] [stdout] 9665 |         unsafe { &(*(::std::ptr::null::<n_factor_t>())).p as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9700:19
[INFO] [stdout]      |
[INFO] [stdout] 9700 |         unsafe { &(*(::std::ptr::null::<n_primes_struct>())).small_i as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9710:19
[INFO] [stdout]      |
[INFO] [stdout] 9710 |         unsafe { &(*(::std::ptr::null::<n_primes_struct>())).small_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:9720:19
[INFO] [stdout]      |
[INFO] [stdout] 9720 |         unsafe { &(*(::std::ptr::null::<n_primes_struct>())).small_primes as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9730:19
[INFO] [stdout]      |
[INFO] [stdout] 9730 |         unsafe { &(*(::std::ptr::null::<n_primes_struct>())).sieve_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:9740:19
[INFO] [stdout]      |
[INFO] [stdout] 9740 |         unsafe { &(*(::std::ptr::null::<n_primes_struct>())).sieve_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:9750:19
[INFO] [stdout]      |
[INFO] [stdout] 9750 |         unsafe { &(*(::std::ptr::null::<n_primes_struct>())).sieve_i as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> src/./bindings.rs:9760:19
[INFO] [stdout]      |
[INFO] [stdout] 9760 |         unsafe { &(*(::std::ptr::null::<n_primes_struct>())).sieve_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:9770:19
[INFO] [stdout]      |
[INFO] [stdout] 9770 |         unsafe { &(*(::std::ptr::null::<n_primes_struct>())).sieve as *const _ as usize },
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10243:19
[INFO] [stdout]       |
[INFO] [stdout] 10243 |         unsafe { &(*(::std::ptr::null::<n_ecm_s>())).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:10253:19
[INFO] [stdout]       |
[INFO] [stdout] 10253 |         unsafe { &(*(::std::ptr::null::<n_ecm_s>())).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:10263:19
[INFO] [stdout]       |
[INFO] [stdout] 10263 |         unsafe { &(*(::std::ptr::null::<n_ecm_s>())).a24 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10273:19
[INFO] [stdout]       |
[INFO] [stdout] 10273 |         unsafe { &(*(::std::ptr::null::<n_ecm_s>())).ninv as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10283:19
[INFO] [stdout]       |
[INFO] [stdout] 10283 |         unsafe { &(*(::std::ptr::null::<n_ecm_s>())).normbits as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10293:19
[INFO] [stdout]       |
[INFO] [stdout] 10293 |         unsafe { &(*(::std::ptr::null::<n_ecm_s>())).one as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10303:19
[INFO] [stdout]       |
[INFO] [stdout] 10303 |         unsafe { &(*(::std::ptr::null::<n_ecm_s>())).GCD_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:10313:19
[INFO] [stdout]       |
[INFO] [stdout] 10313 |         unsafe { &(*(::std::ptr::null::<n_ecm_s>())).prime_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:10420:19
[INFO] [stdout]       |
[INFO] [stdout] 10420 |         unsafe { &(*(::std::ptr::null::<nmod_t>())).n as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10425:19
[INFO] [stdout]       |
[INFO] [stdout] 10425 |         unsafe { &(*(::std::ptr::null::<nmod_t>())).ninv as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10435:19
[INFO] [stdout]       |
[INFO] [stdout] 10435 |         unsafe { &(*(::std::ptr::null::<nmod_t>())).norm as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10555:14
[INFO] [stdout]       |
[INFO] [stdout] 10555 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_table_entry_struct>())).gammapow
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10568:14
[INFO] [stdout]       |
[INFO] [stdout] 10568 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_table_entry_struct>())).cm
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10615:14
[INFO] [stdout]       |
[INFO] [stdout] 10615 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).exp
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10628:14
[INFO] [stdout]       |
[INFO] [stdout] 10628 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).prime
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10641:14
[INFO] [stdout]       |
[INFO] [stdout] 10641 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).gamma
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10654:14
[INFO] [stdout]       |
[INFO] [stdout] 10654 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).gammainv
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10667:14
[INFO] [stdout]       |
[INFO] [stdout] 10667 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).startingbeta
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10680:14
[INFO] [stdout]       |
[INFO] [stdout] 10680 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).co 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:10693:14
[INFO] [stdout]       |
[INFO] [stdout] 10693 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).startinge
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10706:14
[INFO] [stdout]       |
[INFO] [stdout] 10706 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).idem
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10719:14
[INFO] [stdout]       |
[INFO] [stdout] 10719 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).cbound
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10732:14
[INFO] [stdout]       |
[INFO] [stdout] 10732 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).dbound
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10745:14
[INFO] [stdout]       |
[INFO] [stdout] 10745 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_entry_struct>())).table
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10786:14
[INFO] [stdout]       |
[INFO] [stdout] 10786 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_struct>())).mod_ 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:10799:14
[INFO] [stdout]       |
[INFO] [stdout] 10799 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_struct>())).alpha 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:10812:14
[INFO] [stdout]       |
[INFO] [stdout] 10812 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_struct>())).alphainv 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:10825:14
[INFO] [stdout]       |
[INFO] [stdout] 10825 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_struct>())).num_factors
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10838:14
[INFO] [stdout]       |
[INFO] [stdout] 10838 |             &(*(::std::ptr::null::<nmod_discrete_log_pohlig_hellman_struct>())).entries 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:10887:19
[INFO] [stdout]       |
[INFO] [stdout] 10887 |         unsafe { &(*(::std::ptr::null::<sched_param>())).sched_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:10916:19
[INFO] [stdout]       |
[INFO] [stdout] 10916 |         unsafe { &(*(::std::ptr::null::<cpu_set_t>())).__bits as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:10991:19
[INFO] [stdout]       |
[INFO] [stdout] 10991 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_sec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11001:19
[INFO] [stdout]       |
[INFO] [stdout] 11001 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_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:11011:19
[INFO] [stdout]       |
[INFO] [stdout] 11011 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_hour as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11021:19
[INFO] [stdout]       |
[INFO] [stdout] 11021 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_mday as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11031:19
[INFO] [stdout]       |
[INFO] [stdout] 11031 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_mon as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11041:19
[INFO] [stdout]       |
[INFO] [stdout] 11041 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_year as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11051:19
[INFO] [stdout]       |
[INFO] [stdout] 11051 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_wday as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11061:19
[INFO] [stdout]       |
[INFO] [stdout] 11061 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_yday as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11071:19
[INFO] [stdout]       |
[INFO] [stdout] 11071 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_isdst as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11081:19
[INFO] [stdout]       |
[INFO] [stdout] 11081 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_gmtoff as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11091:19
[INFO] [stdout]       |
[INFO] [stdout] 11091 |         unsafe { &(*(::std::ptr::null::<tm>())).tm_zone as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11120:19
[INFO] [stdout]       |
[INFO] [stdout] 11120 |         unsafe { &(*(::std::ptr::null::<itimerspec>())).it_interval as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11130:19
[INFO] [stdout]       |
[INFO] [stdout] 11130 |         unsafe { &(*(::std::ptr::null::<itimerspec>())).it_value as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11162:19
[INFO] [stdout]       |
[INFO] [stdout] 11162 |         unsafe { &(*(::std::ptr::null::<__locale_struct>())).__locales as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11172:19
[INFO] [stdout]       |
[INFO] [stdout] 11172 |         unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_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:11182:19
[INFO] [stdout]       |
[INFO] [stdout] 11182 |         unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_tolower as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11192:19
[INFO] [stdout]       |
[INFO] [stdout] 11192 |         unsafe { &(*(::std::ptr::null::<__locale_struct>())).__ctype_toupper as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11202:19
[INFO] [stdout]       |
[INFO] [stdout] 11202 |         unsafe { &(*(::std::ptr::null::<__locale_struct>())).__names as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11420:14
[INFO] [stdout]       |
[INFO] [stdout] 11420 |             &(*(::std::ptr::null::<_pthread_cleanup_buffer>())).__routine as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11431:19
[INFO] [stdout]       |
[INFO] [stdout] 11431 |         unsafe { &(*(::std::ptr::null::<_pthread_cleanup_buffer>())).__arg as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11442:14
[INFO] [stdout]       |
[INFO] [stdout] 11442 |             &(*(::std::ptr::null::<_pthread_cleanup_buffer>())).__canceltype as *const _ as usize
[INFO] [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 { &(*(::std::ptr::null::<_pthread_cleanup_buffer>())).__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:11689:14
[INFO] [stdout]       |
[INFO] [stdout] 11689 |             &(*(::std::ptr::null::<__pthread_unwind_buf_t__bindgen_ty_1>())).__cancel_jmp_buf
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11702:14
[INFO] [stdout]       |
[INFO] [stdout] 11702 |             &(*(::std::ptr::null::<__pthread_unwind_buf_t__bindgen_ty_1>())).__mask_was_saved
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11728:14
[INFO] [stdout]       |
[INFO] [stdout] 11728 |             &(*(::std::ptr::null::<__pthread_unwind_buf_t>())).__cancel_jmp_buf as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11739:19
[INFO] [stdout]       |
[INFO] [stdout] 11739 |         unsafe { &(*(::std::ptr::null::<__pthread_unwind_buf_t>())).__pad as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11772:14
[INFO] [stdout]       |
[INFO] [stdout] 11772 |             &(*(::std::ptr::null::<__pthread_cleanup_frame>())).__cancel_routine 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:11785:14
[INFO] [stdout]       |
[INFO] [stdout] 11785 |             &(*(::std::ptr::null::<__pthread_cleanup_frame>())).__cancel_arg as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11796:19
[INFO] [stdout]       |
[INFO] [stdout] 11796 |         unsafe { &(*(::std::ptr::null::<__pthread_cleanup_frame>())).__do_it as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:11807:14
[INFO] [stdout]       |
[INFO] [stdout] 11807 |             &(*(::std::ptr::null::<__pthread_cleanup_frame>())).__cancel_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:12180:19
[INFO] [stdout]       |
[INFO] [stdout] 12180 |         unsafe { &(*(::std::ptr::null::<fmpz_preinvn_struct>())).dinv as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12190:19
[INFO] [stdout]       |
[INFO] [stdout] 12190 |         unsafe { &(*(::std::ptr::null::<fmpz_preinvn_struct>())).n as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12200:19
[INFO] [stdout]       |
[INFO] [stdout] 12200 |         unsafe { &(*(::std::ptr::null::<fmpz_preinvn_struct>())).norm as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12231:19
[INFO] [stdout]       |
[INFO] [stdout] 12231 |         unsafe { &(*(::std::ptr::null::<fmpz_block_header_s>())).count as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12241:19
[INFO] [stdout]       |
[INFO] [stdout] 12241 |         unsafe { &(*(::std::ptr::null::<fmpz_block_header_s>())).thread as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12251:19
[INFO] [stdout]       |
[INFO] [stdout] 12251 |         unsafe { &(*(::std::ptr::null::<fmpz_block_header_s>())).address as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12820:19
[INFO] [stdout]       |
[INFO] [stdout] 12820 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_struct>())).primes as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12830:19
[INFO] [stdout]       |
[INFO] [stdout] 12830 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_struct>())).num_primes as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12840:19
[INFO] [stdout]       |
[INFO] [stdout] 12840 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_struct>())).n as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12850:19
[INFO] [stdout]       |
[INFO] [stdout] 12850 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_struct>())).comb as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12860:19
[INFO] [stdout]       |
[INFO] [stdout] 12860 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_struct>())).res as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12870:19
[INFO] [stdout]       |
[INFO] [stdout] 12870 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_struct>())).mod_ as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12901:19
[INFO] [stdout]       |
[INFO] [stdout] 12901 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_temp_struct>())).n as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12911:19
[INFO] [stdout]       |
[INFO] [stdout] 12911 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_temp_struct>())).comb_temp as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12921:19
[INFO] [stdout]       |
[INFO] [stdout] 12921 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_temp_struct>())).temp as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:12931:19
[INFO] [stdout]       |
[INFO] [stdout] 12931 |         unsafe { &(*(::std::ptr::null::<fmpz_comb_temp_struct>())).temp2 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13009:14
[INFO] [stdout]       |
[INFO] [stdout] 13009 |             &(*(::std::ptr::null::<_fmpz_multi_crt_prog_instr>())).a_idx as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13021:14
[INFO] [stdout]       |
[INFO] [stdout] 13021 |             &(*(::std::ptr::null::<_fmpz_multi_crt_prog_instr>())).b_idx as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13033:14
[INFO] [stdout]       |
[INFO] [stdout] 13033 |             &(*(::std::ptr::null::<_fmpz_multi_crt_prog_instr>())).c_idx as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13044:19
[INFO] [stdout]       |
[INFO] [stdout] 13044 |         unsafe { &(*(::std::ptr::null::<_fmpz_multi_crt_prog_instr>())).idem as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13055:14
[INFO] [stdout]       |
[INFO] [stdout] 13055 |             &(*(::std::ptr::null::<_fmpz_multi_crt_prog_instr>())).modulus as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13090:19
[INFO] [stdout]       |
[INFO] [stdout] 13090 |         unsafe { &(*(::std::ptr::null::<fmpz_multi_crt_struct>())).prog as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13100:19
[INFO] [stdout]       |
[INFO] [stdout] 13100 |         unsafe { &(*(::std::ptr::null::<fmpz_multi_crt_struct>())).length as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13110:19
[INFO] [stdout]       |
[INFO] [stdout] 13110 |         unsafe { &(*(::std::ptr::null::<fmpz_multi_crt_struct>())).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:13120:19
[INFO] [stdout]       |
[INFO] [stdout] 13120 |         unsafe { &(*(::std::ptr::null::<fmpz_multi_crt_struct>())).localsize as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13130:19
[INFO] [stdout]       |
[INFO] [stdout] 13130 |         unsafe { &(*(::std::ptr::null::<fmpz_multi_crt_struct>())).temp1loc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13140:19
[INFO] [stdout]       |
[INFO] [stdout] 13140 |         unsafe { &(*(::std::ptr::null::<fmpz_multi_crt_struct>())).temp2loc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13150:19
[INFO] [stdout]       |
[INFO] [stdout] 13150 |         unsafe { &(*(::std::ptr::null::<fmpz_multi_crt_struct>())).good as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13448:19
[INFO] [stdout]       |
[INFO] [stdout] 13448 |         unsafe { &(*(::std::ptr::null::<fmpz_factor_struct>())).sign as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13458:19
[INFO] [stdout]       |
[INFO] [stdout] 13458 |         unsafe { &(*(::std::ptr::null::<fmpz_factor_struct>())).p as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13468:19
[INFO] [stdout]       |
[INFO] [stdout] 13468 |         unsafe { &(*(::std::ptr::null::<fmpz_factor_struct>())).exp as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13478:19
[INFO] [stdout]       |
[INFO] [stdout] 13478 |         unsafe { &(*(::std::ptr::null::<fmpz_factor_struct>())).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:13488:19
[INFO] [stdout]       |
[INFO] [stdout] 13488 |         unsafe { &(*(::std::ptr::null::<fmpz_factor_struct>())).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:13662:19
[INFO] [stdout]       |
[INFO] [stdout] 13662 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).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:13667:19
[INFO] [stdout]       |
[INFO] [stdout] 13667 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).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:13672:19
[INFO] [stdout]       |
[INFO] [stdout] 13672 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).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:13677:19
[INFO] [stdout]       |
[INFO] [stdout] 13677 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).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:13682:19
[INFO] [stdout]       |
[INFO] [stdout] 13682 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).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:13687:19
[INFO] [stdout]       |
[INFO] [stdout] 13687 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).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:13692:19
[INFO] [stdout]       |
[INFO] [stdout] 13692 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).a24 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13702:19
[INFO] [stdout]       |
[INFO] [stdout] 13702 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).ninv as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13712:19
[INFO] [stdout]       |
[INFO] [stdout] 13712 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).one as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:13722:19
[INFO] [stdout]       |
[INFO] [stdout] 13722 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).GCD_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:13732:19
[INFO] [stdout]       |
[INFO] [stdout] 13732 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).prime_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:13742:19
[INFO] [stdout]       |
[INFO] [stdout] 13742 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).n_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:13752:19
[INFO] [stdout]       |
[INFO] [stdout] 13752 |         unsafe { &(*(::std::ptr::null::<ecm_s>())).normbits as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:14350:19
[INFO] [stdout]       |
[INFO] [stdout] 14350 |         unsafe { &(*(::std::ptr::null::<fmpq>())).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:14355:19
[INFO] [stdout]       |
[INFO] [stdout] 14355 |         unsafe { &(*(::std::ptr::null::<fmpq>())).den as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:14952:19
[INFO] [stdout]       |
[INFO] [stdout] 14952 |         unsafe { &(*(::std::ptr::null::<_fmpz_mat22_struct>()))._11 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:14962:19
[INFO] [stdout]       |
[INFO] [stdout] 14962 |         unsafe { &(*(::std::ptr::null::<_fmpz_mat22_struct>()))._12 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:14972:19
[INFO] [stdout]       |
[INFO] [stdout] 14972 |         unsafe { &(*(::std::ptr::null::<_fmpz_mat22_struct>()))._21 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:14982:19
[INFO] [stdout]       |
[INFO] [stdout] 14982 |         unsafe { &(*(::std::ptr::null::<_fmpz_mat22_struct>()))._22 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:14992:19
[INFO] [stdout]       |
[INFO] [stdout] 14992 |         unsafe { &(*(::std::ptr::null::<_fmpz_mat22_struct>())).det as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15025:19
[INFO] [stdout]       |
[INFO] [stdout] 15025 |         unsafe { &(*(::std::ptr::null::<_ui_mat22_struct>()))._11 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15035:19
[INFO] [stdout]       |
[INFO] [stdout] 15035 |         unsafe { &(*(::std::ptr::null::<_ui_mat22_struct>()))._12 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15045:19
[INFO] [stdout]       |
[INFO] [stdout] 15045 |         unsafe { &(*(::std::ptr::null::<_ui_mat22_struct>()))._21 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15055:19
[INFO] [stdout]       |
[INFO] [stdout] 15055 |         unsafe { &(*(::std::ptr::null::<_ui_mat22_struct>()))._22 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15065:19
[INFO] [stdout]       |
[INFO] [stdout] 15065 |         unsafe { &(*(::std::ptr::null::<_ui_mat22_struct>())).det as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15133:19
[INFO] [stdout]       |
[INFO] [stdout] 15133 |         unsafe { &(*(::std::ptr::null::<_fmpq_cfrac_list_struct>())).array as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15143:19
[INFO] [stdout]       |
[INFO] [stdout] 15143 |         unsafe { &(*(::std::ptr::null::<_fmpq_cfrac_list_struct>())).length as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15153:19
[INFO] [stdout]       |
[INFO] [stdout] 15153 |         unsafe { &(*(::std::ptr::null::<_fmpq_cfrac_list_struct>())).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:15163:19
[INFO] [stdout]       |
[INFO] [stdout] 15163 |         unsafe { &(*(::std::ptr::null::<_fmpq_cfrac_list_struct>())).limit as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15173:19
[INFO] [stdout]       |
[INFO] [stdout] 15173 |         unsafe { &(*(::std::ptr::null::<_fmpq_cfrac_list_struct>())).alt_sum as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15184:14
[INFO] [stdout]       |
[INFO] [stdout] 15184 |             &(*(::std::ptr::null::<_fmpq_cfrac_list_struct>())).want_alt_sum as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15244:19
[INFO] [stdout]       |
[INFO] [stdout] 15244 |         unsafe { &(*(::std::ptr::null::<_fmpq_ball_struct>())).left_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:15254:19
[INFO] [stdout]       |
[INFO] [stdout] 15254 |         unsafe { &(*(::std::ptr::null::<_fmpq_ball_struct>())).left_den as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15264:19
[INFO] [stdout]       |
[INFO] [stdout] 15264 |         unsafe { &(*(::std::ptr::null::<_fmpq_ball_struct>())).right_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:15274:19
[INFO] [stdout]       |
[INFO] [stdout] 15274 |         unsafe { &(*(::std::ptr::null::<_fmpq_ball_struct>())).right_den as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15284:19
[INFO] [stdout]       |
[INFO] [stdout] 15284 |         unsafe { &(*(::std::ptr::null::<_fmpq_ball_struct>())).exact as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15366:19
[INFO] [stdout]       |
[INFO] [stdout] 15366 |         unsafe { &(*(::std::ptr::null::<thread_pool_entry_struct>())).pth as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15376:19
[INFO] [stdout]       |
[INFO] [stdout] 15376 |         unsafe { &(*(::std::ptr::null::<thread_pool_entry_struct>())).mutex as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15386:19
[INFO] [stdout]       |
[INFO] [stdout] 15386 |         unsafe { &(*(::std::ptr::null::<thread_pool_entry_struct>())).sleep1 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15396:19
[INFO] [stdout]       |
[INFO] [stdout] 15396 |         unsafe { &(*(::std::ptr::null::<thread_pool_entry_struct>())).sleep2 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15406:19
[INFO] [stdout]       |
[INFO] [stdout] 15406 |         unsafe { &(*(::std::ptr::null::<thread_pool_entry_struct>())).idx as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15417:14
[INFO] [stdout]       |
[INFO] [stdout] 15417 |             &(*(::std::ptr::null::<thread_pool_entry_struct>())).available as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15429:14
[INFO] [stdout]       |
[INFO] [stdout] 15429 |             &(*(::std::ptr::null::<thread_pool_entry_struct>())).max_workers as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15440:19
[INFO] [stdout]       |
[INFO] [stdout] 15440 |         unsafe { &(*(::std::ptr::null::<thread_pool_entry_struct>())).fxn as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15450:19
[INFO] [stdout]       |
[INFO] [stdout] 15450 |         unsafe { &(*(::std::ptr::null::<thread_pool_entry_struct>())).fxnarg as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15461:14
[INFO] [stdout]       |
[INFO] [stdout] 15461 |             &(*(::std::ptr::null::<thread_pool_entry_struct>())).working as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15472:19
[INFO] [stdout]       |
[INFO] [stdout] 15472 |         unsafe { &(*(::std::ptr::null::<thread_pool_entry_struct>())).exit as *const _ as usize },
[INFO] [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:14
[INFO] [stdout]       |
[INFO] [stdout] 15505 |             &(*(::std::ptr::null::<thread_pool_struct>())).original_affinity as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15516:19
[INFO] [stdout]       |
[INFO] [stdout] 15516 |         unsafe { &(*(::std::ptr::null::<thread_pool_struct>())).mutex as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15526:19
[INFO] [stdout]       |
[INFO] [stdout] 15526 |         unsafe { &(*(::std::ptr::null::<thread_pool_struct>())).tdata as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:15536:19
[INFO] [stdout]       |
[INFO] [stdout] 15536 |         unsafe { &(*(::std::ptr::null::<thread_pool_struct>())).length as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<nmod_mat_struct>())).entries as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<nmod_mat_struct>())).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:15655:19
[INFO] [stdout]       |
[INFO] [stdout] 15655 |         unsafe { &(*(::std::ptr::null::<nmod_mat_struct>())).c as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<nmod_mat_struct>())).rows as *const _ as usize },
[INFO] [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 { &(*(::std::ptr::null::<nmod_mat_struct>())).mod_ as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16065:19
[INFO] [stdout]       |
[INFO] [stdout] 16065 |         unsafe { &(*(::std::ptr::null::<nmod_poly_struct>())).coeffs as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16075:19
[INFO] [stdout]       |
[INFO] [stdout] 16075 |         unsafe { &(*(::std::ptr::null::<nmod_poly_struct>())).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:16085:19
[INFO] [stdout]       |
[INFO] [stdout] 16085 |         unsafe { &(*(::std::ptr::null::<nmod_poly_struct>())).length as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16095:19
[INFO] [stdout]       |
[INFO] [stdout] 16095 |         unsafe { &(*(::std::ptr::null::<nmod_poly_struct>())).mod_ as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16128:19
[INFO] [stdout]       |
[INFO] [stdout] 16128 |         unsafe { &(*(::std::ptr::null::<nmod_poly_res_struct>())).res as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16138:19
[INFO] [stdout]       |
[INFO] [stdout] 16138 |         unsafe { &(*(::std::ptr::null::<nmod_poly_res_struct>())).lc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16148:19
[INFO] [stdout]       |
[INFO] [stdout] 16148 |         unsafe { &(*(::std::ptr::null::<nmod_poly_res_struct>())).len0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16158:19
[INFO] [stdout]       |
[INFO] [stdout] 16158 |         unsafe { &(*(::std::ptr::null::<nmod_poly_res_struct>())).len1 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16168:19
[INFO] [stdout]       |
[INFO] [stdout] 16168 |         unsafe { &(*(::std::ptr::null::<nmod_poly_res_struct>())).off as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16204:14
[INFO] [stdout]       |
[INFO] [stdout] 16204 |             &(*(::std::ptr::null::<nmod_poly_matrix_precompute_arg_t>())).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:16216:14
[INFO] [stdout]       |
[INFO] [stdout] 16216 |             &(*(::std::ptr::null::<nmod_poly_matrix_precompute_arg_t>())).poly1 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16228:14
[INFO] [stdout]       |
[INFO] [stdout] 16228 |             &(*(::std::ptr::null::<nmod_poly_matrix_precompute_arg_t>())).poly2 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:16240:14
[INFO] [stdout]       |
[INFO] [stdout] 16240 |             &(*(::std::ptr::null::<nmod_poly_matrix_precompute_arg_t>())).poly2inv 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:16281:14
[INFO] [stdout]       |
[INFO] [stdout] 16281 |             &(*(::std::ptr::null::<nmod_poly_compose_mod_precomp_preinv_arg_t>())).A 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:16294:14
[INFO] [stdout]       |
[INFO] [stdout] 16294 |             &(*(::std::ptr::null::<nmod_poly_compose_mod_precomp_preinv_arg_t>())).res 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:16307:14
[INFO] [stdout]       |
[INFO] [stdout] 16307 |             &(*(::std::ptr::null::<nmod_poly_compose_mod_precomp_preinv_arg_t>())).poly1 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:16320:14
[INFO] [stdout]       |
[INFO] [stdout] 16320 |             &(*(::std::ptr::null::<nmod_poly_compose_mod_precomp_preinv_arg_t>())).poly3 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:16333:14
[INFO] [stdout]       |
[INFO] [stdout] 16333 |             &(*(::std::ptr::null::<nmod_poly_compose_mod_precomp_preinv_arg_t>())).poly3inv
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:18875:14
[INFO] [stdout]       |
[INFO] [stdout] 18875 |             &(*(::std::ptr::null::<_nmod_poly_multi_crt_prog_instr>())).a_idx as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:18887:14
[INFO] [stdout]       |
[INFO] [stdout] 18887 |             &(*(::std::ptr::null::<_nmod_poly_multi_crt_prog_instr>())).b_idx as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:18899:14
[INFO] [stdout]       |
[INFO] [stdout] 18899 |             &(*(::std::ptr::null::<_nmod_poly_multi_crt_prog_instr>())).c_idx as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:18911:14
[INFO] [stdout]       |
[INFO] [stdout] 18911 |             &(*(::std::ptr::null::<_nmod_poly_multi_crt_prog_instr>())).idem as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:18923:14
[INFO] [stdout]       |
[INFO] [stdout] 18923 |             &(*(::std::ptr::null::<_nmod_poly_multi_crt_prog_instr>())).modulus as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:18958:19
[INFO] [stdout]       |
[INFO] [stdout] 18958 |         unsafe { &(*(::std::ptr::null::<nmod_poly_multi_crt_struct>())).prog as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:18969:14
[INFO] [stdout]       |
[INFO] [stdout] 18969 |             &(*(::std::ptr::null::<nmod_poly_multi_crt_struct>())).length as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:18981:14
[INFO] [stdout]       |
[INFO] [stdout] 18981 |             &(*(::std::ptr::null::<nmod_poly_multi_crt_struct>())).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:18993:14
[INFO] [stdout]       |
[INFO] [stdout] 18993 |             &(*(::std::ptr::null::<nmod_poly_multi_crt_struct>())).localsize as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19005:14
[INFO] [stdout]       |
[INFO] [stdout] 19005 |             &(*(::std::ptr::null::<nmod_poly_multi_crt_struct>())).temp1loc as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19017:14
[INFO] [stdout]       |
[INFO] [stdout] 19017 |             &(*(::std::ptr::null::<nmod_poly_multi_crt_struct>())).temp2loc as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19028:19
[INFO] [stdout]       |
[INFO] [stdout] 19028 |         unsafe { &(*(::std::ptr::null::<nmod_poly_multi_crt_struct>())).good as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19151:14
[INFO] [stdout]       |
[INFO] [stdout] 19151 |             &(*(::std::ptr::null::<nmod_berlekamp_massey_struct>())).npoints as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19162:19
[INFO] [stdout]       |
[INFO] [stdout] 19162 |         unsafe { &(*(::std::ptr::null::<nmod_berlekamp_massey_struct>())).R0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19172:19
[INFO] [stdout]       |
[INFO] [stdout] 19172 |         unsafe { &(*(::std::ptr::null::<nmod_berlekamp_massey_struct>())).R1 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19182:19
[INFO] [stdout]       |
[INFO] [stdout] 19182 |         unsafe { &(*(::std::ptr::null::<nmod_berlekamp_massey_struct>())).V0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19192:19
[INFO] [stdout]       |
[INFO] [stdout] 19192 |         unsafe { &(*(::std::ptr::null::<nmod_berlekamp_massey_struct>())).V1 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19202:19
[INFO] [stdout]       |
[INFO] [stdout] 19202 |         unsafe { &(*(::std::ptr::null::<nmod_berlekamp_massey_struct>())).qt as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19212:19
[INFO] [stdout]       |
[INFO] [stdout] 19212 |         unsafe { &(*(::std::ptr::null::<nmod_berlekamp_massey_struct>())).rt as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19223:14
[INFO] [stdout]       |
[INFO] [stdout] 19223 |             &(*(::std::ptr::null::<nmod_berlekamp_massey_struct>())).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:19292:19
[INFO] [stdout]       |
[INFO] [stdout] 19292 |         unsafe { &(*(::std::ptr::null::<nmod_poly_factor_struct>())).p as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19302:19
[INFO] [stdout]       |
[INFO] [stdout] 19302 |         unsafe { &(*(::std::ptr::null::<nmod_poly_factor_struct>())).exp as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19312:19
[INFO] [stdout]       |
[INFO] [stdout] 19312 |         unsafe { &(*(::std::ptr::null::<nmod_poly_factor_struct>())).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:19322:19
[INFO] [stdout]       |
[INFO] [stdout] 19322 |         unsafe { &(*(::std::ptr::null::<nmod_poly_factor_struct>())).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:19357:14
[INFO] [stdout]       |
[INFO] [stdout] 19357 |             &(*(::std::ptr::null::<nmod_poly_interval_poly_arg_t>())).baby as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19369:14
[INFO] [stdout]       |
[INFO] [stdout] 19369 |             &(*(::std::ptr::null::<nmod_poly_interval_poly_arg_t>())).res as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19380:19
[INFO] [stdout]       |
[INFO] [stdout] 19380 |         unsafe { &(*(::std::ptr::null::<nmod_poly_interval_poly_arg_t>())).H as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19390:19
[INFO] [stdout]       |
[INFO] [stdout] 19390 |         unsafe { &(*(::std::ptr::null::<nmod_poly_interval_poly_arg_t>())).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:19401:14
[INFO] [stdout]       |
[INFO] [stdout] 19401 |             &(*(::std::ptr::null::<nmod_poly_interval_poly_arg_t>())).vinv as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19413:14
[INFO] [stdout]       |
[INFO] [stdout] 19413 |             &(*(::std::ptr::null::<nmod_poly_interval_poly_arg_t>())).tmp as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19424:19
[INFO] [stdout]       |
[INFO] [stdout] 19424 |         unsafe { &(*(::std::ptr::null::<nmod_poly_interval_poly_arg_t>())).m as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19613:19
[INFO] [stdout]       |
[INFO] [stdout] 19613 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_struct>())).coeffs as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19623:19
[INFO] [stdout]       |
[INFO] [stdout] 19623 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_struct>())).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:19633:19
[INFO] [stdout]       |
[INFO] [stdout] 19633 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_struct>())).length as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19664:14
[INFO] [stdout]       |
[INFO] [stdout] 19664 |             &(*(::std::ptr::null::<fmpz_poly_powers_precomp_struct>())).powers as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19676:14
[INFO] [stdout]       |
[INFO] [stdout] 19676 |             &(*(::std::ptr::null::<fmpz_poly_powers_precomp_struct>())).len as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19710:19
[INFO] [stdout]       |
[INFO] [stdout] 19710 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_factor_struct>())).c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19720:19
[INFO] [stdout]       |
[INFO] [stdout] 19720 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_factor_struct>())).p as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19730:19
[INFO] [stdout]       |
[INFO] [stdout] 19730 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_factor_struct>())).exp as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19740:19
[INFO] [stdout]       |
[INFO] [stdout] 19740 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_factor_struct>())).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:19750:19
[INFO] [stdout]       |
[INFO] [stdout] 19750 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_factor_struct>())).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:19786:14
[INFO] [stdout]       |
[INFO] [stdout] 19786 |             &(*(::std::ptr::null::<fmpz_poly_mul_precache_struct>())).jj as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19797:19
[INFO] [stdout]       |
[INFO] [stdout] 19797 |         unsafe { &(*(::std::ptr::null::<fmpz_poly_mul_precache_struct>())).n as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19808:14
[INFO] [stdout]       |
[INFO] [stdout] 19808 |             &(*(::std::ptr::null::<fmpz_poly_mul_precache_struct>())).len2 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19820:14
[INFO] [stdout]       |
[INFO] [stdout] 19820 |             &(*(::std::ptr::null::<fmpz_poly_mul_precache_struct>())).loglen as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19832:14
[INFO] [stdout]       |
[INFO] [stdout] 19832 |             &(*(::std::ptr::null::<fmpz_poly_mul_precache_struct>())).bits2 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19844:14
[INFO] [stdout]       |
[INFO] [stdout] 19844 |             &(*(::std::ptr::null::<fmpz_poly_mul_precache_struct>())).limbs as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:19856:14
[INFO] [stdout]       |
[INFO] [stdout] 19856 |             &(*(::std::ptr::null::<fmpz_poly_mul_precache_struct>())).poly2 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:22662:38
[INFO] [stdout]       |
[INFO] [stdout] 22662 |     pub fn nexttoward(__x: f64, __y: u128) -> f64;
[INFO] [stdout]       |                                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:22665:40
[INFO] [stdout]       |
[INFO] [stdout] 22665 |     pub fn __nexttoward(__x: f64, __y: u128) -> f64;
[INFO] [stdout]       |                                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23100:39
[INFO] [stdout]       |
[INFO] [stdout] 23100 |     pub fn nexttowardf(__x: f32, __y: u128) -> f32;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23103:41
[INFO] [stdout]       |
[INFO] [stdout] 23103 |     pub fn __nexttowardf(__x: f32, __y: u128) -> f32;
[INFO] [stdout]       |                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23208:35
[INFO] [stdout]       |
[INFO] [stdout] 23208 |     pub fn __fpclassifyl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23211:32
[INFO] [stdout]       |
[INFO] [stdout] 23211 |     pub fn __signbitl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23214:30
[INFO] [stdout]       |
[INFO] [stdout] 23214 |     pub fn __isinfl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23217:31
[INFO] [stdout]       |
[INFO] [stdout] 23217 |     pub fn __finitel(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23220:30
[INFO] [stdout]       |
[INFO] [stdout] 23220 |     pub fn __isnanl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23223:28
[INFO] [stdout]       |
[INFO] [stdout] 23223 |     pub fn __iseqsigl(__x: u128, __y: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23223:39
[INFO] [stdout]       |
[INFO] [stdout] 23223 |     pub fn __iseqsigl(__x: u128, __y: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23226:36
[INFO] [stdout]       |
[INFO] [stdout] 23226 |     pub fn __issignalingl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23229:23
[INFO] [stdout]       |
[INFO] [stdout] 23229 |     pub fn acosl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23229:32
[INFO] [stdout]       |
[INFO] [stdout] 23229 |     pub fn acosl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23232:25
[INFO] [stdout]       |
[INFO] [stdout] 23232 |     pub fn __acosl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23232:34
[INFO] [stdout]       |
[INFO] [stdout] 23232 |     pub fn __acosl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23235:23
[INFO] [stdout]       |
[INFO] [stdout] 23235 |     pub fn asinl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23235:32
[INFO] [stdout]       |
[INFO] [stdout] 23235 |     pub fn asinl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23238:25
[INFO] [stdout]       |
[INFO] [stdout] 23238 |     pub fn __asinl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23238:34
[INFO] [stdout]       |
[INFO] [stdout] 23238 |     pub fn __asinl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23241:23
[INFO] [stdout]       |
[INFO] [stdout] 23241 |     pub fn atanl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23241:32
[INFO] [stdout]       |
[INFO] [stdout] 23241 |     pub fn atanl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23244:25
[INFO] [stdout]       |
[INFO] [stdout] 23244 |     pub fn __atanl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23244:34
[INFO] [stdout]       |
[INFO] [stdout] 23244 |     pub fn __atanl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23247:24
[INFO] [stdout]       |
[INFO] [stdout] 23247 |     pub fn atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23247:35
[INFO] [stdout]       |
[INFO] [stdout] 23247 |     pub fn atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23247:44
[INFO] [stdout]       |
[INFO] [stdout] 23247 |     pub fn atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23250:26
[INFO] [stdout]       |
[INFO] [stdout] 23250 |     pub fn __atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23250:37
[INFO] [stdout]       |
[INFO] [stdout] 23250 |     pub fn __atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23250:46
[INFO] [stdout]       |
[INFO] [stdout] 23250 |     pub fn __atan2l(__y: u128, __x: u128) -> u128;
[INFO] [stdout]       |                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23253:22
[INFO] [stdout]       |
[INFO] [stdout] 23253 |     pub fn cosl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23253:31
[INFO] [stdout]       |
[INFO] [stdout] 23253 |     pub fn cosl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23256:24
[INFO] [stdout]       |
[INFO] [stdout] 23256 |     pub fn __cosl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23256:33
[INFO] [stdout]       |
[INFO] [stdout] 23256 |     pub fn __cosl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23259:22
[INFO] [stdout]       |
[INFO] [stdout] 23259 |     pub fn sinl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23259:31
[INFO] [stdout]       |
[INFO] [stdout] 23259 |     pub fn sinl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23262:24
[INFO] [stdout]       |
[INFO] [stdout] 23262 |     pub fn __sinl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23262:33
[INFO] [stdout]       |
[INFO] [stdout] 23262 |     pub fn __sinl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23265:22
[INFO] [stdout]       |
[INFO] [stdout] 23265 |     pub fn tanl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23265:31
[INFO] [stdout]       |
[INFO] [stdout] 23265 |     pub fn tanl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23268:24
[INFO] [stdout]       |
[INFO] [stdout] 23268 |     pub fn __tanl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23268:33
[INFO] [stdout]       |
[INFO] [stdout] 23268 |     pub fn __tanl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23271:23
[INFO] [stdout]       |
[INFO] [stdout] 23271 |     pub fn coshl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23271:32
[INFO] [stdout]       |
[INFO] [stdout] 23271 |     pub fn coshl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23274:25
[INFO] [stdout]       |
[INFO] [stdout] 23274 |     pub fn __coshl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23274:34
[INFO] [stdout]       |
[INFO] [stdout] 23274 |     pub fn __coshl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23277:23
[INFO] [stdout]       |
[INFO] [stdout] 23277 |     pub fn sinhl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23277:32
[INFO] [stdout]       |
[INFO] [stdout] 23277 |     pub fn sinhl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23280:25
[INFO] [stdout]       |
[INFO] [stdout] 23280 |     pub fn __sinhl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23280:34
[INFO] [stdout]       |
[INFO] [stdout] 23280 |     pub fn __sinhl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23283:23
[INFO] [stdout]       |
[INFO] [stdout] 23283 |     pub fn tanhl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23283:32
[INFO] [stdout]       |
[INFO] [stdout] 23283 |     pub fn tanhl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23286:25
[INFO] [stdout]       |
[INFO] [stdout] 23286 |     pub fn __tanhl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23286:34
[INFO] [stdout]       |
[INFO] [stdout] 23286 |     pub fn __tanhl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23289:24
[INFO] [stdout]       |
[INFO] [stdout] 23289 |     pub fn acoshl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23289:33
[INFO] [stdout]       |
[INFO] [stdout] 23289 |     pub fn acoshl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23292:26
[INFO] [stdout]       |
[INFO] [stdout] 23292 |     pub fn __acoshl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23292:35
[INFO] [stdout]       |
[INFO] [stdout] 23292 |     pub fn __acoshl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23295:24
[INFO] [stdout]       |
[INFO] [stdout] 23295 |     pub fn asinhl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23295:33
[INFO] [stdout]       |
[INFO] [stdout] 23295 |     pub fn asinhl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23298:26
[INFO] [stdout]       |
[INFO] [stdout] 23298 |     pub fn __asinhl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23298:35
[INFO] [stdout]       |
[INFO] [stdout] 23298 |     pub fn __asinhl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23301:24
[INFO] [stdout]       |
[INFO] [stdout] 23301 |     pub fn atanhl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23301:33
[INFO] [stdout]       |
[INFO] [stdout] 23301 |     pub fn atanhl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23304:26
[INFO] [stdout]       |
[INFO] [stdout] 23304 |     pub fn __atanhl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23304:35
[INFO] [stdout]       |
[INFO] [stdout] 23304 |     pub fn __atanhl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23307:22
[INFO] [stdout]       |
[INFO] [stdout] 23307 |     pub fn expl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23307:31
[INFO] [stdout]       |
[INFO] [stdout] 23307 |     pub fn expl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23310:24
[INFO] [stdout]       |
[INFO] [stdout] 23310 |     pub fn __expl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23310:33
[INFO] [stdout]       |
[INFO] [stdout] 23310 |     pub fn __expl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23313:24
[INFO] [stdout]       |
[INFO] [stdout] 23313 |     pub fn frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23313:73
[INFO] [stdout]       |
[INFO] [stdout] 23313 |     pub fn frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23316:26
[INFO] [stdout]       |
[INFO] [stdout] 23316 |     pub fn __frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23316:75
[INFO] [stdout]       |
[INFO] [stdout] 23316 |     pub fn __frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23319:24
[INFO] [stdout]       |
[INFO] [stdout] 23319 |     pub fn ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23319:68
[INFO] [stdout]       |
[INFO] [stdout] 23319 |     pub fn ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23322:26
[INFO] [stdout]       |
[INFO] [stdout] 23322 |     pub fn __ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23322:70
[INFO] [stdout]       |
[INFO] [stdout] 23322 |     pub fn __ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23325:22
[INFO] [stdout]       |
[INFO] [stdout] 23325 |     pub fn logl(__x: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23325:31
[INFO] [stdout]       |
[INFO] [stdout] 23325 |     pub fn logl(__x: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23328:24
[INFO] [stdout]       |
[INFO] [stdout] 23328 |     pub fn __logl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23328:33
[INFO] [stdout]       |
[INFO] [stdout] 23328 |     pub fn __logl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23331:24
[INFO] [stdout]       |
[INFO] [stdout] 23331 |     pub fn log10l(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23331:33
[INFO] [stdout]       |
[INFO] [stdout] 23331 |     pub fn log10l(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23334:26
[INFO] [stdout]       |
[INFO] [stdout] 23334 |     pub fn __log10l(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23334:35
[INFO] [stdout]       |
[INFO] [stdout] 23334 |     pub fn __log10l(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23337:23
[INFO] [stdout]       |
[INFO] [stdout] 23337 |     pub fn modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23337:37
[INFO] [stdout]       |
[INFO] [stdout] 23337 |     pub fn modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                                     ^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23337:51
[INFO] [stdout]       |
[INFO] [stdout] 23337 |     pub fn modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23340:25
[INFO] [stdout]       |
[INFO] [stdout] 23340 |     pub fn __modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23340:39
[INFO] [stdout]       |
[INFO] [stdout] 23340 |     pub fn __modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                                       ^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23340:53
[INFO] [stdout]       |
[INFO] [stdout] 23340 |     pub fn __modfl(__x: u128, __iptr: *mut u128) -> u128;
[INFO] [stdout]       |                                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23343:24
[INFO] [stdout]       |
[INFO] [stdout] 23343 |     pub fn expm1l(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23343:33
[INFO] [stdout]       |
[INFO] [stdout] 23343 |     pub fn expm1l(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23346:26
[INFO] [stdout]       |
[INFO] [stdout] 23346 |     pub fn __expm1l(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23346:35
[INFO] [stdout]       |
[INFO] [stdout] 23346 |     pub fn __expm1l(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23349:24
[INFO] [stdout]       |
[INFO] [stdout] 23349 |     pub fn log1pl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23349:33
[INFO] [stdout]       |
[INFO] [stdout] 23349 |     pub fn log1pl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23352:26
[INFO] [stdout]       |
[INFO] [stdout] 23352 |     pub fn __log1pl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23352:35
[INFO] [stdout]       |
[INFO] [stdout] 23352 |     pub fn __log1pl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23355:23
[INFO] [stdout]       |
[INFO] [stdout] 23355 |     pub fn logbl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23355:32
[INFO] [stdout]       |
[INFO] [stdout] 23355 |     pub fn logbl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23358:25
[INFO] [stdout]       |
[INFO] [stdout] 23358 |     pub fn __logbl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23358:34
[INFO] [stdout]       |
[INFO] [stdout] 23358 |     pub fn __logbl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23361:23
[INFO] [stdout]       |
[INFO] [stdout] 23361 |     pub fn exp2l(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23361:32
[INFO] [stdout]       |
[INFO] [stdout] 23361 |     pub fn exp2l(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23364:25
[INFO] [stdout]       |
[INFO] [stdout] 23364 |     pub fn __exp2l(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23364:34
[INFO] [stdout]       |
[INFO] [stdout] 23364 |     pub fn __exp2l(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23367:23
[INFO] [stdout]       |
[INFO] [stdout] 23367 |     pub fn log2l(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23367:32
[INFO] [stdout]       |
[INFO] [stdout] 23367 |     pub fn log2l(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23370:25
[INFO] [stdout]       |
[INFO] [stdout] 23370 |     pub fn __log2l(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23370:34
[INFO] [stdout]       |
[INFO] [stdout] 23370 |     pub fn __log2l(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23373:22
[INFO] [stdout]       |
[INFO] [stdout] 23373 |     pub fn powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23373:33
[INFO] [stdout]       |
[INFO] [stdout] 23373 |     pub fn powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23373:42
[INFO] [stdout]       |
[INFO] [stdout] 23373 |     pub fn powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23376:24
[INFO] [stdout]       |
[INFO] [stdout] 23376 |     pub fn __powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23376:35
[INFO] [stdout]       |
[INFO] [stdout] 23376 |     pub fn __powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23376:44
[INFO] [stdout]       |
[INFO] [stdout] 23376 |     pub fn __powl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23379:23
[INFO] [stdout]       |
[INFO] [stdout] 23379 |     pub fn sqrtl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23379:32
[INFO] [stdout]       |
[INFO] [stdout] 23379 |     pub fn sqrtl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23382:25
[INFO] [stdout]       |
[INFO] [stdout] 23382 |     pub fn __sqrtl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23382:34
[INFO] [stdout]       |
[INFO] [stdout] 23382 |     pub fn __sqrtl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23385:24
[INFO] [stdout]       |
[INFO] [stdout] 23385 |     pub fn hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23385:35
[INFO] [stdout]       |
[INFO] [stdout] 23385 |     pub fn hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23385:44
[INFO] [stdout]       |
[INFO] [stdout] 23385 |     pub fn hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23388:26
[INFO] [stdout]       |
[INFO] [stdout] 23388 |     pub fn __hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23388:37
[INFO] [stdout]       |
[INFO] [stdout] 23388 |     pub fn __hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23388:46
[INFO] [stdout]       |
[INFO] [stdout] 23388 |     pub fn __hypotl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23391:23
[INFO] [stdout]       |
[INFO] [stdout] 23391 |     pub fn cbrtl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23391:32
[INFO] [stdout]       |
[INFO] [stdout] 23391 |     pub fn cbrtl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23394:25
[INFO] [stdout]       |
[INFO] [stdout] 23394 |     pub fn __cbrtl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23394:34
[INFO] [stdout]       |
[INFO] [stdout] 23394 |     pub fn __cbrtl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23397:23
[INFO] [stdout]       |
[INFO] [stdout] 23397 |     pub fn ceill(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23397:32
[INFO] [stdout]       |
[INFO] [stdout] 23397 |     pub fn ceill(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23400:25
[INFO] [stdout]       |
[INFO] [stdout] 23400 |     pub fn __ceill(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23400:34
[INFO] [stdout]       |
[INFO] [stdout] 23400 |     pub fn __ceill(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23403:23
[INFO] [stdout]       |
[INFO] [stdout] 23403 |     pub fn fabsl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23403:32
[INFO] [stdout]       |
[INFO] [stdout] 23403 |     pub fn fabsl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23406:25
[INFO] [stdout]       |
[INFO] [stdout] 23406 |     pub fn __fabsl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23406:34
[INFO] [stdout]       |
[INFO] [stdout] 23406 |     pub fn __fabsl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23409:24
[INFO] [stdout]       |
[INFO] [stdout] 23409 |     pub fn floorl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23409:33
[INFO] [stdout]       |
[INFO] [stdout] 23409 |     pub fn floorl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23412:26
[INFO] [stdout]       |
[INFO] [stdout] 23412 |     pub fn __floorl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23412:35
[INFO] [stdout]       |
[INFO] [stdout] 23412 |     pub fn __floorl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23415:23
[INFO] [stdout]       |
[INFO] [stdout] 23415 |     pub fn fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23415:34
[INFO] [stdout]       |
[INFO] [stdout] 23415 |     pub fn fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23415:43
[INFO] [stdout]       |
[INFO] [stdout] 23415 |     pub fn fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23418:25
[INFO] [stdout]       |
[INFO] [stdout] 23418 |     pub fn __fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23418:36
[INFO] [stdout]       |
[INFO] [stdout] 23418 |     pub fn __fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23418:45
[INFO] [stdout]       |
[INFO] [stdout] 23418 |     pub fn __fmodl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23421:28
[INFO] [stdout]       |
[INFO] [stdout] 23421 |     pub fn isinfl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23424:29
[INFO] [stdout]       |
[INFO] [stdout] 23424 |     pub fn finitel(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23427:23
[INFO] [stdout]       |
[INFO] [stdout] 23427 |     pub fn dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23427:34
[INFO] [stdout]       |
[INFO] [stdout] 23427 |     pub fn dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23427:43
[INFO] [stdout]       |
[INFO] [stdout] 23427 |     pub fn dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23430:25
[INFO] [stdout]       |
[INFO] [stdout] 23430 |     pub fn __dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23430:36
[INFO] [stdout]       |
[INFO] [stdout] 23430 |     pub fn __dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23430:45
[INFO] [stdout]       |
[INFO] [stdout] 23430 |     pub fn __dreml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23433:30
[INFO] [stdout]       |
[INFO] [stdout] 23433 |     pub fn significandl(__x: u128) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23433:39
[INFO] [stdout]       |
[INFO] [stdout] 23433 |     pub fn significandl(__x: u128) -> u128;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23436:32
[INFO] [stdout]       |
[INFO] [stdout] 23436 |     pub fn __significandl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23436:41
[INFO] [stdout]       |
[INFO] [stdout] 23436 |     pub fn __significandl(__x: u128) -> u128;
[INFO] [stdout]       |                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23439:27
[INFO] [stdout]       |
[INFO] [stdout] 23439 |     pub fn copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23439:38
[INFO] [stdout]       |
[INFO] [stdout] 23439 |     pub fn copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23439:47
[INFO] [stdout]       |
[INFO] [stdout] 23439 |     pub fn copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23442:29
[INFO] [stdout]       |
[INFO] [stdout] 23442 |     pub fn __copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23442:40
[INFO] [stdout]       |
[INFO] [stdout] 23442 |     pub fn __copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23442:49
[INFO] [stdout]       |
[INFO] [stdout] 23442 |     pub fn __copysignl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23445:59
[INFO] [stdout]       |
[INFO] [stdout] 23445 |     pub fn nanl(__tagb: *const ::std::os::raw::c_char) -> u128;
[INFO] [stdout]       |                                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23448:61
[INFO] [stdout]       |
[INFO] [stdout] 23448 |     pub fn __nanl(__tagb: *const ::std::os::raw::c_char) -> u128;
[INFO] [stdout]       |                                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23451:28
[INFO] [stdout]       |
[INFO] [stdout] 23451 |     pub fn isnanl(__value: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23454:22
[INFO] [stdout]       |
[INFO] [stdout] 23454 |     pub fn j0l(arg1: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23454:31
[INFO] [stdout]       |
[INFO] [stdout] 23454 |     pub fn j0l(arg1: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23457:24
[INFO] [stdout]       |
[INFO] [stdout] 23457 |     pub fn __j0l(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23457:33
[INFO] [stdout]       |
[INFO] [stdout] 23457 |     pub fn __j0l(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23460:22
[INFO] [stdout]       |
[INFO] [stdout] 23460 |     pub fn j1l(arg1: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23460:31
[INFO] [stdout]       |
[INFO] [stdout] 23460 |     pub fn j1l(arg1: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23463:24
[INFO] [stdout]       |
[INFO] [stdout] 23463 |     pub fn __j1l(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23463:33
[INFO] [stdout]       |
[INFO] [stdout] 23463 |     pub fn __j1l(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23466:51
[INFO] [stdout]       |
[INFO] [stdout] 23466 |     pub fn jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23466:60
[INFO] [stdout]       |
[INFO] [stdout] 23466 |     pub fn jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23469:53
[INFO] [stdout]       |
[INFO] [stdout] 23469 |     pub fn __jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23469:62
[INFO] [stdout]       |
[INFO] [stdout] 23469 |     pub fn __jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23472:22
[INFO] [stdout]       |
[INFO] [stdout] 23472 |     pub fn y0l(arg1: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23472:31
[INFO] [stdout]       |
[INFO] [stdout] 23472 |     pub fn y0l(arg1: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23475:24
[INFO] [stdout]       |
[INFO] [stdout] 23475 |     pub fn __y0l(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23475:33
[INFO] [stdout]       |
[INFO] [stdout] 23475 |     pub fn __y0l(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23478:22
[INFO] [stdout]       |
[INFO] [stdout] 23478 |     pub fn y1l(arg1: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23478:31
[INFO] [stdout]       |
[INFO] [stdout] 23478 |     pub fn y1l(arg1: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23481:24
[INFO] [stdout]       |
[INFO] [stdout] 23481 |     pub fn __y1l(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23481:33
[INFO] [stdout]       |
[INFO] [stdout] 23481 |     pub fn __y1l(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23484:51
[INFO] [stdout]       |
[INFO] [stdout] 23484 |     pub fn ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23484:60
[INFO] [stdout]       |
[INFO] [stdout] 23484 |     pub fn ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23487:53
[INFO] [stdout]       |
[INFO] [stdout] 23487 |     pub fn __ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23487:62
[INFO] [stdout]       |
[INFO] [stdout] 23487 |     pub fn __ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> u128;
[INFO] [stdout]       |                                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23490:23
[INFO] [stdout]       |
[INFO] [stdout] 23490 |     pub fn erfl(arg1: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23490:32
[INFO] [stdout]       |
[INFO] [stdout] 23490 |     pub fn erfl(arg1: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23493:25
[INFO] [stdout]       |
[INFO] [stdout] 23493 |     pub fn __erfl(arg1: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23493:34
[INFO] [stdout]       |
[INFO] [stdout] 23493 |     pub fn __erfl(arg1: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23496:24
[INFO] [stdout]       |
[INFO] [stdout] 23496 |     pub fn erfcl(arg1: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23496:33
[INFO] [stdout]       |
[INFO] [stdout] 23496 |     pub fn erfcl(arg1: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23499:26
[INFO] [stdout]       |
[INFO] [stdout] 23499 |     pub fn __erfcl(arg1: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23499:35
[INFO] [stdout]       |
[INFO] [stdout] 23499 |     pub fn __erfcl(arg1: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23502:26
[INFO] [stdout]       |
[INFO] [stdout] 23502 |     pub fn lgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23502:35
[INFO] [stdout]       |
[INFO] [stdout] 23502 |     pub fn lgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23505:28
[INFO] [stdout]       |
[INFO] [stdout] 23505 |     pub fn __lgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23505:37
[INFO] [stdout]       |
[INFO] [stdout] 23505 |     pub fn __lgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23508:26
[INFO] [stdout]       |
[INFO] [stdout] 23508 |     pub fn tgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23508:35
[INFO] [stdout]       |
[INFO] [stdout] 23508 |     pub fn tgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23511:28
[INFO] [stdout]       |
[INFO] [stdout] 23511 |     pub fn __tgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23511:37
[INFO] [stdout]       |
[INFO] [stdout] 23511 |     pub fn __tgammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23514:25
[INFO] [stdout]       |
[INFO] [stdout] 23514 |     pub fn gammal(arg1: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23514:34
[INFO] [stdout]       |
[INFO] [stdout] 23514 |     pub fn gammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23517:27
[INFO] [stdout]       |
[INFO] [stdout] 23517 |     pub fn __gammal(arg1: u128) -> u128;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23517:36
[INFO] [stdout]       |
[INFO] [stdout] 23517 |     pub fn __gammal(arg1: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23520:28
[INFO] [stdout]       |
[INFO] [stdout] 23520 |     pub fn lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23520:77
[INFO] [stdout]       |
[INFO] [stdout] 23520 |     pub fn lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23523:30
[INFO] [stdout]       |
[INFO] [stdout] 23523 |     pub fn __lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23523:79
[INFO] [stdout]       |
[INFO] [stdout] 23523 |     pub fn __lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23526:23
[INFO] [stdout]       |
[INFO] [stdout] 23526 |     pub fn rintl(__x: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23526:32
[INFO] [stdout]       |
[INFO] [stdout] 23526 |     pub fn rintl(__x: u128) -> u128;
[INFO] [stdout]       |                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23529:25
[INFO] [stdout]       |
[INFO] [stdout] 23529 |     pub fn __rintl(__x: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23529:34
[INFO] [stdout]       |
[INFO] [stdout] 23529 |     pub fn __rintl(__x: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23532:28
[INFO] [stdout]       |
[INFO] [stdout] 23532 |     pub fn nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23532:39
[INFO] [stdout]       |
[INFO] [stdout] 23532 |     pub fn nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23532:48
[INFO] [stdout]       |
[INFO] [stdout] 23532 |     pub fn nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23535:30
[INFO] [stdout]       |
[INFO] [stdout] 23535 |     pub fn __nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23535:41
[INFO] [stdout]       |
[INFO] [stdout] 23535 |     pub fn __nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23535:50
[INFO] [stdout]       |
[INFO] [stdout] 23535 |     pub fn __nextafterl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23538:29
[INFO] [stdout]       |
[INFO] [stdout] 23538 |     pub fn nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23538:40
[INFO] [stdout]       |
[INFO] [stdout] 23538 |     pub fn nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23538:49
[INFO] [stdout]       |
[INFO] [stdout] 23538 |     pub fn nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23541:31
[INFO] [stdout]       |
[INFO] [stdout] 23541 |     pub fn __nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                               ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23541:42
[INFO] [stdout]       |
[INFO] [stdout] 23541 |     pub fn __nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23541:51
[INFO] [stdout]       |
[INFO] [stdout] 23541 |     pub fn __nexttowardl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23544:28
[INFO] [stdout]       |
[INFO] [stdout] 23544 |     pub fn remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23544:39
[INFO] [stdout]       |
[INFO] [stdout] 23544 |     pub fn remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23544:48
[INFO] [stdout]       |
[INFO] [stdout] 23544 |     pub fn remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23547:30
[INFO] [stdout]       |
[INFO] [stdout] 23547 |     pub fn __remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23547:41
[INFO] [stdout]       |
[INFO] [stdout] 23547 |     pub fn __remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23547:50
[INFO] [stdout]       |
[INFO] [stdout] 23547 |     pub fn __remainderl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23550:25
[INFO] [stdout]       |
[INFO] [stdout] 23550 |     pub fn scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23550:62
[INFO] [stdout]       |
[INFO] [stdout] 23550 |     pub fn scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23553:27
[INFO] [stdout]       |
[INFO] [stdout] 23553 |     pub fn __scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23553:64
[INFO] [stdout]       |
[INFO] [stdout] 23553 |     pub fn __scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23556:24
[INFO] [stdout]       |
[INFO] [stdout] 23556 |     pub fn ilogbl(__x: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23559:26
[INFO] [stdout]       |
[INFO] [stdout] 23559 |     pub fn __ilogbl(__x: u128) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23562:26
[INFO] [stdout]       |
[INFO] [stdout] 23562 |     pub fn scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23562:64
[INFO] [stdout]       |
[INFO] [stdout] 23562 |     pub fn scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> u128;
[INFO] [stdout]       |                                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23565:28
[INFO] [stdout]       |
[INFO] [stdout] 23565 |     pub fn __scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23565:66
[INFO] [stdout]       |
[INFO] [stdout] 23565 |     pub fn __scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> u128;
[INFO] [stdout]       |                                                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23568:28
[INFO] [stdout]       |
[INFO] [stdout] 23568 |     pub fn nearbyintl(__x: u128) -> u128;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23568:37
[INFO] [stdout]       |
[INFO] [stdout] 23568 |     pub fn nearbyintl(__x: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23571:30
[INFO] [stdout]       |
[INFO] [stdout] 23571 |     pub fn __nearbyintl(__x: u128) -> u128;
[INFO] [stdout]       |                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23571:39
[INFO] [stdout]       |
[INFO] [stdout] 23571 |     pub fn __nearbyintl(__x: u128) -> u128;
[INFO] [stdout]       |                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23574:24
[INFO] [stdout]       |
[INFO] [stdout] 23574 |     pub fn roundl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23574:33
[INFO] [stdout]       |
[INFO] [stdout] 23574 |     pub fn roundl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23577:26
[INFO] [stdout]       |
[INFO] [stdout] 23577 |     pub fn __roundl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23577:35
[INFO] [stdout]       |
[INFO] [stdout] 23577 |     pub fn __roundl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23580:24
[INFO] [stdout]       |
[INFO] [stdout] 23580 |     pub fn truncl(__x: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23580:33
[INFO] [stdout]       |
[INFO] [stdout] 23580 |     pub fn truncl(__x: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23583:26
[INFO] [stdout]       |
[INFO] [stdout] 23583 |     pub fn __truncl(__x: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23583:35
[INFO] [stdout]       |
[INFO] [stdout] 23583 |     pub fn __truncl(__x: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23586:25
[INFO] [stdout]       |
[INFO] [stdout] 23586 |     pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23586:36
[INFO] [stdout]       |
[INFO] [stdout] 23586 |     pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23586:80
[INFO] [stdout]       |
[INFO] [stdout] 23586 |     pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                                ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23589:27
[INFO] [stdout]       |
[INFO] [stdout] 23589 |     pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23589:38
[INFO] [stdout]       |
[INFO] [stdout] 23589 |     pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23589:82
[INFO] [stdout]       |
[INFO] [stdout] 23589 |     pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> u128;
[INFO] [stdout]       |                                                                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23592:24
[INFO] [stdout]       |
[INFO] [stdout] 23592 |     pub fn lrintl(__x: u128) -> ::std::os::raw::c_long;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23595:26
[INFO] [stdout]       |
[INFO] [stdout] 23595 |     pub fn __lrintl(__x: u128) -> ::std::os::raw::c_long;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23598:25
[INFO] [stdout]       |
[INFO] [stdout] 23598 |     pub fn llrintl(__x: u128) -> ::std::os::raw::c_longlong;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23601:27
[INFO] [stdout]       |
[INFO] [stdout] 23601 |     pub fn __llrintl(__x: u128) -> ::std::os::raw::c_longlong;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23604:25
[INFO] [stdout]       |
[INFO] [stdout] 23604 |     pub fn lroundl(__x: u128) -> ::std::os::raw::c_long;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23607:27
[INFO] [stdout]       |
[INFO] [stdout] 23607 |     pub fn __lroundl(__x: u128) -> ::std::os::raw::c_long;
[INFO] [stdout]       |                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23610:26
[INFO] [stdout]       |
[INFO] [stdout] 23610 |     pub fn llroundl(__x: u128) -> ::std::os::raw::c_longlong;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23613:28
[INFO] [stdout]       |
[INFO] [stdout] 23613 |     pub fn __llroundl(__x: u128) -> ::std::os::raw::c_longlong;
[INFO] [stdout]       |                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23616:23
[INFO] [stdout]       |
[INFO] [stdout] 23616 |     pub fn fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23616:34
[INFO] [stdout]       |
[INFO] [stdout] 23616 |     pub fn fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23616:43
[INFO] [stdout]       |
[INFO] [stdout] 23616 |     pub fn fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23619:25
[INFO] [stdout]       |
[INFO] [stdout] 23619 |     pub fn __fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23619:36
[INFO] [stdout]       |
[INFO] [stdout] 23619 |     pub fn __fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23619:45
[INFO] [stdout]       |
[INFO] [stdout] 23619 |     pub fn __fdiml(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23622:23
[INFO] [stdout]       |
[INFO] [stdout] 23622 |     pub fn fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23622:34
[INFO] [stdout]       |
[INFO] [stdout] 23622 |     pub fn fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23622:43
[INFO] [stdout]       |
[INFO] [stdout] 23622 |     pub fn fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23625:25
[INFO] [stdout]       |
[INFO] [stdout] 23625 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23625:36
[INFO] [stdout]       |
[INFO] [stdout] 23625 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23625:45
[INFO] [stdout]       |
[INFO] [stdout] 23625 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23628:23
[INFO] [stdout]       |
[INFO] [stdout] 23628 |     pub fn fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23628:34
[INFO] [stdout]       |
[INFO] [stdout] 23628 |     pub fn fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                  ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23628:43
[INFO] [stdout]       |
[INFO] [stdout] 23628 |     pub fn fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                           ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23631:25
[INFO] [stdout]       |
[INFO] [stdout] 23631 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                         ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23631:36
[INFO] [stdout]       |
[INFO] [stdout] 23631 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                    ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23631:45
[INFO] [stdout]       |
[INFO] [stdout] 23631 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
[INFO] [stdout]       |                                             ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23634:22
[INFO] [stdout]       |
[INFO] [stdout] 23634 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                      ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23634:33
[INFO] [stdout]       |
[INFO] [stdout] 23634 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                 ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23634:44
[INFO] [stdout]       |
[INFO] [stdout] 23634 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23634:53
[INFO] [stdout]       |
[INFO] [stdout] 23634 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23637:24
[INFO] [stdout]       |
[INFO] [stdout] 23637 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23637:35
[INFO] [stdout]       |
[INFO] [stdout] 23637 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23637:46
[INFO] [stdout]       |
[INFO] [stdout] 23637 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23637:55
[INFO] [stdout]       |
[INFO] [stdout] 23637 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
[INFO] [stdout]       |                                                       ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23640:24
[INFO] [stdout]       |
[INFO] [stdout] 23640 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                        ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23640:35
[INFO] [stdout]       |
[INFO] [stdout] 23640 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                                   ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23640:44
[INFO] [stdout]       |
[INFO] [stdout] 23640 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                                            ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23643:26
[INFO] [stdout]       |
[INFO] [stdout] 23643 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                          ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23643:37
[INFO] [stdout]       |
[INFO] [stdout] 23643 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                                     ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe
[INFO] [stdout]      --> src/./bindings.rs:23643:46
[INFO] [stdout]       |
[INFO] [stdout] 23643 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
[INFO] [stdout]       |                                              ^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = note: 128-bit integers don't currently have a known stable ABI
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:23770:19
[INFO] [stdout]       |
[INFO] [stdout] 23770 |         unsafe { &(*(::std::ptr::null::<d_mat_struct>())).entries as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:23780:19
[INFO] [stdout]       |
[INFO] [stdout] 23780 |         unsafe { &(*(::std::ptr::null::<d_mat_struct>())).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:23790:19
[INFO] [stdout]       |
[INFO] [stdout] 23790 |         unsafe { &(*(::std::ptr::null::<d_mat_struct>())).c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:23800:19
[INFO] [stdout]       |
[INFO] [stdout] 23800 |         unsafe { &(*(::std::ptr::null::<d_mat_struct>())).rows as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:23890:19
[INFO] [stdout]       |
[INFO] [stdout] 23890 |         unsafe { &(*(::std::ptr::null::<mpf_mat_struct>())).entries as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:23900:19
[INFO] [stdout]       |
[INFO] [stdout] 23900 |         unsafe { &(*(::std::ptr::null::<mpf_mat_struct>())).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:23910:19
[INFO] [stdout]       |
[INFO] [stdout] 23910 |         unsafe { &(*(::std::ptr::null::<mpf_mat_struct>())).c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:23920:19
[INFO] [stdout]       |
[INFO] [stdout] 23920 |         unsafe { &(*(::std::ptr::null::<mpf_mat_struct>())).prec as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:23930:19
[INFO] [stdout]       |
[INFO] [stdout] 23930 |         unsafe { &(*(::std::ptr::null::<mpf_mat_struct>())).rows as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:24016:19
[INFO] [stdout]       |
[INFO] [stdout] 24016 |         unsafe { &(*(::std::ptr::null::<fmpz_mat_struct>())).entries as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:24026:19
[INFO] [stdout]       |
[INFO] [stdout] 24026 |         unsafe { &(*(::std::ptr::null::<fmpz_mat_struct>())).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:24036:19
[INFO] [stdout]       |
[INFO] [stdout] 24036 |         unsafe { &(*(::std::ptr::null::<fmpz_mat_struct>())).c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:24046:19
[INFO] [stdout]       |
[INFO] [stdout] 24046 |         unsafe { &(*(::std::ptr::null::<fmpz_mat_struct>())).rows as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:24076:19
[INFO] [stdout]       |
[INFO] [stdout] 24076 |         unsafe { &(*(::std::ptr::null::<col_hash_t>())).col as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:24086:19
[INFO] [stdout]       |
[INFO] [stdout] 24086 |         unsafe { &(*(::std::ptr::null::<col_hash_t>())).hash as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:25000:19
[INFO] [stdout]       |
[INFO] [stdout] 25000 |         unsafe { &(*(::std::ptr::null::<fmpq_poly_struct>())).coeffs as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:25010:19
[INFO] [stdout]       |
[INFO] [stdout] 25010 |         unsafe { &(*(::std::ptr::null::<fmpq_poly_struct>())).den as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:25020:19
[INFO] [stdout]       |
[INFO] [stdout] 25020 |         unsafe { &(*(::std::ptr::null::<fmpq_poly_struct>())).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:25030:19
[INFO] [stdout]       |
[INFO] [stdout] 25030 |         unsafe { &(*(::std::ptr::null::<fmpq_poly_struct>())).length as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:25061:14
[INFO] [stdout]       |
[INFO] [stdout] 25061 |             &(*(::std::ptr::null::<fmpq_poly_powers_precomp_struct>())).powers as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:25073:14
[INFO] [stdout]       |
[INFO] [stdout] 25073 |             &(*(::std::ptr::null::<fmpq_poly_powers_precomp_struct>())).len as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:26832:19
[INFO] [stdout]       |
[INFO] [stdout] 26832 |         unsafe { &(*(::std::ptr::null::<fmpq_mat_struct>())).entries as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:26842:19
[INFO] [stdout]       |
[INFO] [stdout] 26842 |         unsafe { &(*(::std::ptr::null::<fmpq_mat_struct>())).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:26852:19
[INFO] [stdout]       |
[INFO] [stdout] 26852 |         unsafe { &(*(::std::ptr::null::<fmpq_mat_struct>())).c as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:26862:19
[INFO] [stdout]       |
[INFO] [stdout] 26862 |         unsafe { &(*(::std::ptr::null::<fmpq_mat_struct>())).rows as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27223:19
[INFO] [stdout]       |
[INFO] [stdout] 27223 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_mat_struct>())).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:27233:19
[INFO] [stdout]       |
[INFO] [stdout] 27233 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_mat_struct>())).mod_ as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27384:19
[INFO] [stdout]       |
[INFO] [stdout] 27384 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_struct>())).coeffs as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27394:19
[INFO] [stdout]       |
[INFO] [stdout] 27394 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_struct>())).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:27404:19
[INFO] [stdout]       |
[INFO] [stdout] 27404 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_struct>())).length as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27414:19
[INFO] [stdout]       |
[INFO] [stdout] 27414 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_struct>())).p as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27447:19
[INFO] [stdout]       |
[INFO] [stdout] 27447 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_res_struct>())).res as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27457:19
[INFO] [stdout]       |
[INFO] [stdout] 27457 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_res_struct>())).lc as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27467:19
[INFO] [stdout]       |
[INFO] [stdout] 27467 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_res_struct>())).len0 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27477:19
[INFO] [stdout]       |
[INFO] [stdout] 27477 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_res_struct>())).len1 as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27487:19
[INFO] [stdout]       |
[INFO] [stdout] 27487 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_res_struct>())).off as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27524:14
[INFO] [stdout]       |
[INFO] [stdout] 27524 |             &(*(::std::ptr::null::<fmpz_mod_poly_frobenius_powers_2exp_struct>())).pow 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:27537:14
[INFO] [stdout]       |
[INFO] [stdout] 27537 |             &(*(::std::ptr::null::<fmpz_mod_poly_frobenius_powers_2exp_struct>())).len 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:27577:14
[INFO] [stdout]       |
[INFO] [stdout] 27577 |             &(*(::std::ptr::null::<fmpz_mod_poly_frobenius_powers_struct>())).pow 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:27590:14
[INFO] [stdout]       |
[INFO] [stdout] 27590 |             &(*(::std::ptr::null::<fmpz_mod_poly_frobenius_powers_struct>())).len 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:27631:14
[INFO] [stdout]       |
[INFO] [stdout] 27631 |             &(*(::std::ptr::null::<fmpz_mod_poly_matrix_precompute_arg_t>())).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:27643:14
[INFO] [stdout]       |
[INFO] [stdout] 27643 |             &(*(::std::ptr::null::<fmpz_mod_poly_matrix_precompute_arg_t>())).poly1 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:27656:14
[INFO] [stdout]       |
[INFO] [stdout] 27656 |             &(*(::std::ptr::null::<fmpz_mod_poly_matrix_precompute_arg_t>())).poly2 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:27669:14
[INFO] [stdout]       |
[INFO] [stdout] 27669 |             &(*(::std::ptr::null::<fmpz_mod_poly_matrix_precompute_arg_t>())).poly2inv 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:27710:14
[INFO] [stdout]       |
[INFO] [stdout] 27710 |             &(*(::std::ptr::null::<fmpz_mod_poly_compose_mod_precomp_preinv_arg_t>())).A 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:27723:14
[INFO] [stdout]       |
[INFO] [stdout] 27723 |             &(*(::std::ptr::null::<fmpz_mod_poly_compose_mod_precomp_preinv_arg_t>())).res
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27736:14
[INFO] [stdout]       |
[INFO] [stdout] 27736 |             &(*(::std::ptr::null::<fmpz_mod_poly_compose_mod_precomp_preinv_arg_t>())).poly1
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27749:14
[INFO] [stdout]       |
[INFO] [stdout] 27749 |             &(*(::std::ptr::null::<fmpz_mod_poly_compose_mod_precomp_preinv_arg_t>())).poly3
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:27762:14
[INFO] [stdout]       |
[INFO] [stdout] 27762 |             &(*(::std::ptr::null::<fmpz_mod_poly_compose_mod_precomp_preinv_arg_t>())).poly3inv
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29307:19
[INFO] [stdout]       |
[INFO] [stdout] 29307 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_radix_struct>())).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:29317:19
[INFO] [stdout]       |
[INFO] [stdout] 29317 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_radix_struct>())).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:29327:19
[INFO] [stdout]       |
[INFO] [stdout] 29327 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_radix_struct>())).Rpow as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29337:19
[INFO] [stdout]       |
[INFO] [stdout] 29337 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_radix_struct>())).Rinv as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29347:19
[INFO] [stdout]       |
[INFO] [stdout] 29347 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_radix_struct>())).degR as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29357:19
[INFO] [stdout]       |
[INFO] [stdout] 29357 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_radix_struct>())).k as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29367:19
[INFO] [stdout]       |
[INFO] [stdout] 29367 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_radix_struct>())).invL as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29501:14
[INFO] [stdout]       |
[INFO] [stdout] 29501 |             &(*(::std::ptr::null::<fmpz_mod_berlekamp_massey_struct>())).npoints 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:29514:14
[INFO] [stdout]       |
[INFO] [stdout] 29514 |             &(*(::std::ptr::null::<fmpz_mod_berlekamp_massey_struct>())).R0 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29526:14
[INFO] [stdout]       |
[INFO] [stdout] 29526 |             &(*(::std::ptr::null::<fmpz_mod_berlekamp_massey_struct>())).R1 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29538:14
[INFO] [stdout]       |
[INFO] [stdout] 29538 |             &(*(::std::ptr::null::<fmpz_mod_berlekamp_massey_struct>())).V0 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29550:14
[INFO] [stdout]       |
[INFO] [stdout] 29550 |             &(*(::std::ptr::null::<fmpz_mod_berlekamp_massey_struct>())).V1 as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29562:14
[INFO] [stdout]       |
[INFO] [stdout] 29562 |             &(*(::std::ptr::null::<fmpz_mod_berlekamp_massey_struct>())).qt as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29574:14
[INFO] [stdout]       |
[INFO] [stdout] 29574 |             &(*(::std::ptr::null::<fmpz_mod_berlekamp_massey_struct>())).rt as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29586:14
[INFO] [stdout]       |
[INFO] [stdout] 29586 |             &(*(::std::ptr::null::<fmpz_mod_berlekamp_massey_struct>())).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:29716:14
[INFO] [stdout]       |
[INFO] [stdout] 29716 |             &(*(::std::ptr::null::<fmpz_mod_poly_factor_struct>())).poly as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29727:19
[INFO] [stdout]       |
[INFO] [stdout] 29727 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_factor_struct>())).exp as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29737:19
[INFO] [stdout]       |
[INFO] [stdout] 29737 |         unsafe { &(*(::std::ptr::null::<fmpz_mod_poly_factor_struct>())).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:29748:14
[INFO] [stdout]       |
[INFO] [stdout] 29748 |             &(*(::std::ptr::null::<fmpz_mod_poly_factor_struct>())).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:29791:14
[INFO] [stdout]       |
[INFO] [stdout] 29791 |             &(*(::std::ptr::null::<fmpz_mod_poly_interval_poly_arg_t>())).baby as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29803:14
[INFO] [stdout]       |
[INFO] [stdout] 29803 |             &(*(::std::ptr::null::<fmpz_mod_poly_interval_poly_arg_t>())).res as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29815:14
[INFO] [stdout]       |
[INFO] [stdout] 29815 |             &(*(::std::ptr::null::<fmpz_mod_poly_interval_poly_arg_t>())).H as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29827:14
[INFO] [stdout]       |
[INFO] [stdout] 29827 |             &(*(::std::ptr::null::<fmpz_mod_poly_interval_poly_arg_t>())).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:29839:14
[INFO] [stdout]       |
[INFO] [stdout] 29839 |             &(*(::std::ptr::null::<fmpz_mod_poly_interval_poly_arg_t>())).vinv as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29851:14
[INFO] [stdout]       |
[INFO] [stdout] 29851 |             &(*(::std::ptr::null::<fmpz_mod_poly_interval_poly_arg_t>())).tmp as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:29863:14
[INFO] [stdout]       |
[INFO] [stdout] 29863 |             &(*(::std::ptr::null::<fmpz_mod_poly_interval_poly_arg_t>())).m as *const _ as usize
[INFO] [stdout]       |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:30070:19
[INFO] [stdout]       |
[INFO] [stdout] 30070 |         unsafe { &(*(::std::ptr::null::<nf_struct__bindgen_ty_1>())).qq as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:30100:19
[INFO] [stdout]       |
[INFO] [stdout] 30100 |         unsafe { &(*(::std::ptr::null::<nf_struct__bindgen_ty_2>())).qq as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:30110:19
[INFO] [stdout]       |
[INFO] [stdout] 30110 |         unsafe { &(*(::std::ptr::null::<nf_struct__bindgen_ty_2>())).zz as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:30133:19
[INFO] [stdout]       |
[INFO] [stdout] 30133 |         unsafe { &(*(::std::ptr::null::<nf_struct>())).pol as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:30143:19
[INFO] [stdout]       |
[INFO] [stdout] 30143 |         unsafe { &(*(::std::ptr::null::<nf_struct>())).pinv as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]      --> src/./bindings.rs:30153:19
[INFO] [stdout]       |
[INFO] [stdout] 30153 |         unsafe { &(*(::std::ptr::null::<nf_struct>())).powers as *const _ as usize },
[INFO] [stdout]       |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[WARN] too many lines in the log, truncating it
