[INFO] fetching crate ofx_sys 0.2.0...
[INFO] testing ofx_sys-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate ofx_sys 0.2.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate ofx_sys 0.2.0
[INFO] finished tweaking crates.io crate ofx_sys 0.2.0
[INFO] tweaked toml for crates.io crate ofx_sys 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ofx_sys 0.2.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 53 packages to latest compatible versions
[INFO] [stderr]       Adding bindgen v0.43.2 (available: v0.72.1)
[INFO] [stderr]       Adding cgmath v0.16.1 (available: v0.18.0)
[INFO] [stderr]       Adding proc-macro2 v0.3.5 (available: v0.3.8)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb13a52477e1bcf7ff721b28ae03a74f16c3f1b89a5f530106fbf6853c6f160c
[INFO] running `Command { std: "docker" "start" "-a" "bb13a52477e1bcf7ff721b28ae03a74f16c3f1b89a5f530106fbf6853c6f160c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb13a52477e1bcf7ff721b28ae03a74f16c3f1b89a5f530106fbf6853c6f160c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb13a52477e1bcf7ff721b28ae03a74f16c3f1b89a5f530106fbf6853c6f160c", kill_on_drop: false }`
[INFO] [stdout] bb13a52477e1bcf7ff721b28ae03a74f16c3f1b89a5f530106fbf6853c6f160c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51ebec7eba2329b51e68449a2ea95411e3e512994a397acac1f1d8ef6f16f32f
[INFO] running `Command { std: "docker" "start" "-a" "51ebec7eba2329b51e68449a2ea95411e3e512994a397acac1f1d8ef6f16f32f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling glob v0.2.11
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling bindgen v0.43.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling which v1.0.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v0.3.5
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling clang-sys v0.26.4
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v0.5.2
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling cexpr v0.3.6
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling ofx_sys v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "51ebec7eba2329b51e68449a2ea95411e3e512994a397acac1f1d8ef6f16f32f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51ebec7eba2329b51e68449a2ea95411e3e512994a397acac1f1d8ef6f16f32f", kill_on_drop: false }`
[INFO] [stdout] 51ebec7eba2329b51e68449a2ea95411e3e512994a397acac1f1d8ef6f16f32f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 000c98dd5afabcc3994d9bdfa299a3ae22c6f9c8d95209cfbb50298fb833a1e2
[INFO] running `Command { std: "docker" "start" "-a" "000c98dd5afabcc3994d9bdfa299a3ae22c6f9c8d95209cfbb50298fb833a1e2", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling cgmath v0.16.1
[INFO] [stderr]    Compiling approx v0.1.1
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling ofx_sys v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:3:71326
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! ( unsafe { & ( * ( :: std :: ptr :: null :: < max_align_t > ( ) ) ) . __clang_max_align_nonce1 as * const _ as usize } , 0usize , co...
[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]  --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:3:71585
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...! ( unsafe { & ( * ( :: std :: ptr :: null :: < max_align_t > ( ) ) ) . __clang_max_align_nonce2 as * const _ as usize } , 16usize , c...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:29:573
[INFO] [stdout]    |
[INFO] [stdout] 29 | ...q ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxHost > ( ) ) ) . host as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:29:784
[INFO] [stdout]    |
[INFO] [stdout] 29 | ...q ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxHost > ( ) ) ) . fetchSuite as * const _ as usize } , 8usize , concat ! ( "Offset...
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:379
[INFO] [stdout]    |
[INFO] [stdout] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . pluginApi as * const _ as usize } , 0usize , concat ! ( "Offset...
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:604
[INFO] [stdout]    |
[INFO] [stdout] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . apiVersion as * const _ as usize } , 8usize , concat ! ( "Offse...
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:831
[INFO] [stdout]    |
[INFO] [stdout] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . pluginIdentifier as * const _ as usize } , 16usize , concat ! (...
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:1071
[INFO] [stdout]    |
[INFO] [stdout] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . pluginVersionMajor as * const _ as usize } , 24usize , concat !...
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:1315
[INFO] [stdout]    |
[INFO] [stdout] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . pluginVersionMinor as * const _ as usize } , 28usize , concat !...
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:1559
[INFO] [stdout]    |
[INFO] [stdout] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . setHost as * const _ as usize } , 32usize , concat ! ( "Offset ...
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:1781
[INFO] [stdout]    |
[INFO] [stdout] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . mainEntry as * const _ as usize } , 40usize , concat ! ( "Offse...
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:108:500
[INFO] [stdout]     |
[INFO] [stdout] 108 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRangeI > ( ) ) ) . min as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:108:713
[INFO] [stdout]     |
[INFO] [stdout] 108 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRangeI > ( ) ) ) . max as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:110:451
[INFO] [stdout]     |
[INFO] [stdout] 110 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRangeD > ( ) ) ) . min as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:110:664
[INFO] [stdout]     |
[INFO] [stdout] 110 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRangeD > ( ) ) ) . max as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:112:496
[INFO] [stdout]     |
[INFO] [stdout] 112 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPointI > ( ) ) ) . x as * const _ as usize } , 0usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:112:705
[INFO] [stdout]     |
[INFO] [stdout] 112 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPointI > ( ) ) ) . y as * const _ as usize } , 4usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:114:447
[INFO] [stdout]     |
[INFO] [stdout] 114 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPointD > ( ) ) ) . x as * const _ as usize } , 0usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:114:656
[INFO] [stdout]     |
[INFO] [stdout] 114 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPointD > ( ) ) ) . y as * const _ as usize } , 8usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:125:573
[INFO] [stdout]     |
[INFO] [stdout] 125 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectI > ( ) ) ) . x1 as * const _ as usize } , 0usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:125:782
[INFO] [stdout]     |
[INFO] [stdout] 125 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectI > ( ) ) ) . y1 as * const _ as usize } , 4usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:125:991
[INFO] [stdout]     |
[INFO] [stdout] 125 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectI > ( ) ) ) . x2 as * const _ as usize } , 8usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:125:1200
[INFO] [stdout]     |
[INFO] [stdout] 125 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectI > ( ) ) ) . y2 as * const _ as usize } , 12usize , concat ! ( "Offset of fie...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:136:473
[INFO] [stdout]     |
[INFO] [stdout] 136 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectD > ( ) ) ) . x1 as * const _ as usize } , 0usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:136:682
[INFO] [stdout]     |
[INFO] [stdout] 136 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectD > ( ) ) ) . y1 as * const _ as usize } , 8usize , concat ! ( "Offset of fiel...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:136:891
[INFO] [stdout]     |
[INFO] [stdout] 136 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectD > ( ) ) ) . x2 as * const _ as usize } , 16usize , concat ! ( "Offset of fie...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:136:1101
[INFO] [stdout]     |
[INFO] [stdout] 136 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectD > ( ) ) ) . y2 as * const _ as usize } , 24usize , concat ! ( "Offset of fie...
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:611
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetPointer as * const _ as usize } , 0usize , concat ! ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:864
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetString as * const _ as usize } , 8usize , concat ! (...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:1115
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetDouble as * const _ as usize } , 16usize , concat ! ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:1367
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetInt as * const _ as usize } , 24usize , concat ! ( "...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:1613
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetPointerN as * const _ as usize } , 32usize , concat ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:1869
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetStringN as * const _ as usize } , 40usize , concat !...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:2123
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetDoubleN as * const _ as usize } , 48usize , concat !...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:2377
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetIntN as * const _ as usize } , 56usize , concat ! ( ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:2625
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetPointer as * const _ as usize } , 64usize , concat !...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:2879
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetString as * const _ as usize } , 72usize , concat ! ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:3131
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetDouble as * const _ as usize } , 80usize , concat ! ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:3383
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetInt as * const _ as usize } , 88usize , concat ! ( "...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:3629
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetPointerN as * const _ as usize } , 96usize , concat ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:3885
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetStringN as * const _ as usize } , 104usize , concat ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:4140
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetDoubleN as * const _ as usize } , 112usize , concat ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:4395
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetIntN as * const _ as usize } , 120usize , concat ! (...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:4644
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propReset as * const _ as usize } , 128usize , concat ! ( "...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:4889
[INFO] [stdout]     |
[INFO] [stdout] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetDimension as * const _ as usize } , 136usize , conca...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:511
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramDefine as * const _ as usize } , 0usize , concat ! ( ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:760
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetHandle as * const _ as usize } , 8usize , concat !...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:1015
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramSetGetPropertySet as * const _ as usize } , 16usize ,...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:1287
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetPropertySet as * const _ as usize } , 24usize , co...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:1553
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetValue as * const _ as usize } , 32usize , concat !...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:1807
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetValueAtTime as * const _ as usize } , 40usize , co...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:2073
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetDerivative as * const _ as usize } , 48usize , con...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:2337
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetIntegral as * const _ as usize } , 56usize , conca...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:2597
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramSetValue as * const _ as usize } , 64usize , concat !...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:2851
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramSetValueAtTime as * const _ as usize } , 72usize , co...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:3117
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetNumKeys as * const _ as usize } , 80usize , concat...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:3375
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetKeyTime as * const _ as usize } , 88usize , concat...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:3633
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetKeyIndex as * const _ as usize } , 96usize , conca...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:3893
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramDeleteKey as * const _ as usize } , 104usize , concat...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:4150
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramDeleteAllKeys as * const _ as usize } , 112usize , co...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:4415
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramCopy as * const _ as usize } , 120usize , concat ! ( ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:4662
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramEditBegin as * const _ as usize } , 128usize , concat...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:4919
[INFO] [stdout]     |
[INFO] [stdout] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramEditEnd as * const _ as usize } , 136usize , concat !...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:709:563
[INFO] [stdout]     |
[INFO] [stdout] 709 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxInteractSuiteV1 > ( ) ) ) . interactSwapBuffers as * const _ as usize } , 0usize , conc...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:709:826
[INFO] [stdout]     |
[INFO] [stdout] 709 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxInteractSuiteV1 > ( ) ) ) . interactRedraw as * const _ as usize } , 8usize , concat ! ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:709:1079
[INFO] [stdout]     |
[INFO] [stdout] 709 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxInteractSuiteV1 > ( ) ) ) . interactGetPropertySet as * const _ as usize } , 16usize , ...
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:727:671
[INFO] [stdout]     |
[INFO] [stdout] 727 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMessageSuiteV1 > ( ) ) ) . message as * const _ as usize } , 0usize , concat ! ( "Offs...
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:780:526
[INFO] [stdout]     |
[INFO] [stdout] 780 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMessageSuiteV2 > ( ) ) ) . message as * const _ as usize } , 0usize , concat ! ( "Offs...
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:780:763
[INFO] [stdout]     |
[INFO] [stdout] 780 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMessageSuiteV2 > ( ) ) ) . setPersistentMessage as * const _ as usize } , 8usize , con...
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:780:1026
[INFO] [stdout]     |
[INFO] [stdout] 780 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMessageSuiteV2 > ( ) ) ) . clearPersistentMessage as * const _ as usize } , 16usize , ...
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:813:516
[INFO] [stdout]     |
[INFO] [stdout] 813 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMemorySuiteV1 > ( ) ) ) . memoryAlloc as * const _ as usize } , 0usize , concat ! ( "O...
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:813:759
[INFO] [stdout]     |
[INFO] [stdout] 813 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMemorySuiteV1 > ( ) ) ) . memoryFree as * const _ as usize } , 8usize , concat ! ( "Of...
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:514
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . multiThread as * const _ as usize } , 0usize , concat ! (...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:767
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . multiThreadNumCPUs as * const _ as usize } , 8usize , con...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:1034
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . multiThreadIndex as * const _ as usize } , 16usize , conc...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:1298
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . multiThreadIsSpawnedThread as * const _ as usize } , 24us...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:1582
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexCreate as * const _ as usize } , 32usize , concat ! ...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:1836
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexDestroy as * const _ as usize } , 40usize , concat !...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:2092
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexLock as * const _ as usize } , 48usize , concat ! ( ...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:2342
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexUnLock as * const _ as usize } , 56usize , concat ! ...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:2596
[INFO] [stdout]     |
[INFO] [stdout] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexTryLock as * const _ as usize } , 64usize , concat !...
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:533
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . getPropertySet as * const _ as usize } , 0usize , concat ...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:792
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . getParamSet as * const _ as usize } , 8usize , concat ! (...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:1045
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipDefine as * const _ as usize } , 16usize , concat ! (...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:1297
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipGetHandle as * const _ as usize } , 24usize , concat ...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:1555
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipGetPropertySet as * const _ as usize } , 32usize , co...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:1823
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipGetImage as * const _ as usize } , 40usize , concat !...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:2079
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipReleaseImage as * const _ as usize } , 48usize , conc...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:2343
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipGetRegionOfDefinition as * const _ as usize } , 56usi...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:2625
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . abort as * const _ as usize } , 64usize , concat ! ( "Off...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:2867
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . imageMemoryAlloc as * const _ as usize } , 72usize , conc...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:3131
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . imageMemoryFree as * const _ as usize } , 80usize , conca...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:3393
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . imageMemoryLock as * const _ as usize } , 88usize , conca...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:3655
[INFO] [stdout]      |
[INFO] [stdout] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . imageMemoryUnlock as * const _ as usize } , 96usize , con...
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1162:612
[INFO] [stdout]      |
[INFO] [stdout] 1162 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourB > ( ) ) ) . y as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1162:831
[INFO] [stdout]      |
[INFO] [stdout] 1162 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourB > ( ) ) ) . u as * const _ as usize } , 1usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1162:1050
[INFO] [stdout]      |
[INFO] [stdout] 1162 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourB > ( ) ) ) . v as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1162:1269
[INFO] [stdout]      |
[INFO] [stdout] 1162 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourB > ( ) ) ) . a as * const _ as usize } , 3usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1166:616
[INFO] [stdout]      |
[INFO] [stdout] 1166 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourS > ( ) ) ) . y as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1166:835
[INFO] [stdout]      |
[INFO] [stdout] 1166 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourS > ( ) ) ) . u as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1166:1054
[INFO] [stdout]      |
[INFO] [stdout] 1166 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourS > ( ) ) ) . v as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1166:1273
[INFO] [stdout]      |
[INFO] [stdout] 1166 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourS > ( ) ) ) . a as * const _ as usize } , 6usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1170:505
[INFO] [stdout]      |
[INFO] [stdout] 1170 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourF > ( ) ) ) . y as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1170:724
[INFO] [stdout]      |
[INFO] [stdout] 1170 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourF > ( ) ) ) . u as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1170:943
[INFO] [stdout]      |
[INFO] [stdout] 1170 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourF > ( ) ) ) . v as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1170:1162
[INFO] [stdout]      |
[INFO] [stdout] 1170 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourF > ( ) ) ) . a as * const _ as usize } , 12usize , concat ! ( "Offset of f...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1172:612
[INFO] [stdout]      |
[INFO] [stdout] 1172 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourB > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1172:831
[INFO] [stdout]      |
[INFO] [stdout] 1172 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourB > ( ) ) ) . g as * const _ as usize } , 1usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1172:1050
[INFO] [stdout]      |
[INFO] [stdout] 1172 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourB > ( ) ) ) . b as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1172:1269
[INFO] [stdout]      |
[INFO] [stdout] 1172 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourB > ( ) ) ) . a as * const _ as usize } , 3usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1174:616
[INFO] [stdout]      |
[INFO] [stdout] 1174 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourS > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1174:835
[INFO] [stdout]      |
[INFO] [stdout] 1174 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourS > ( ) ) ) . g as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1174:1054
[INFO] [stdout]      |
[INFO] [stdout] 1174 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourS > ( ) ) ) . b as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1174:1273
[INFO] [stdout]      |
[INFO] [stdout] 1174 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourS > ( ) ) ) . a as * const _ as usize } , 6usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1176:505
[INFO] [stdout]      |
[INFO] [stdout] 1176 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourF > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1176:724
[INFO] [stdout]      |
[INFO] [stdout] 1176 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourF > ( ) ) ) . g as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1176:943
[INFO] [stdout]      |
[INFO] [stdout] 1176 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourF > ( ) ) ) . b as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1176:1162
[INFO] [stdout]      |
[INFO] [stdout] 1176 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourF > ( ) ) ) . a as * const _ as usize } , 12usize , concat ! ( "Offset of f...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1178:505
[INFO] [stdout]      |
[INFO] [stdout] 1178 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourD > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1178:724
[INFO] [stdout]      |
[INFO] [stdout] 1178 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourD > ( ) ) ) . g as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1178:943
[INFO] [stdout]      |
[INFO] [stdout] 1178 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourD > ( ) ) ) . b as * const _ as usize } , 16usize , concat ! ( "Offset of f...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1178:1163
[INFO] [stdout]      |
[INFO] [stdout] 1178 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourD > ( ) ) ) . a as * const _ as usize } , 24usize , concat ! ( "Offset of f...
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1180:565
[INFO] [stdout]      |
[INFO] [stdout] 1180 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourB > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1180:782
[INFO] [stdout]      |
[INFO] [stdout] 1180 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourB > ( ) ) ) . g as * const _ as usize } , 1usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1180:999
[INFO] [stdout]      |
[INFO] [stdout] 1180 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourB > ( ) ) ) . b as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1182:568
[INFO] [stdout]      |
[INFO] [stdout] 1182 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourS > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1182:785
[INFO] [stdout]      |
[INFO] [stdout] 1182 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourS > ( ) ) ) . g as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1182:1002
[INFO] [stdout]      |
[INFO] [stdout] 1182 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourS > ( ) ) ) . b as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1184:485
[INFO] [stdout]      |
[INFO] [stdout] 1184 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourF > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1184:702
[INFO] [stdout]      |
[INFO] [stdout] 1184 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourF > ( ) ) ) . g as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1184:919
[INFO] [stdout]      |
[INFO] [stdout] 1184 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourF > ( ) ) ) . b as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1186:485
[INFO] [stdout]      |
[INFO] [stdout] 1186 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourD > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1186:702
[INFO] [stdout]      |
[INFO] [stdout] 1186 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourD > ( ) ) ) . g as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1186:919
[INFO] [stdout]      |
[INFO] [stdout] 1186 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourD > ( ) ) ) . b as * const _ as usize } , 16usize , concat ! ( "Offset of f...
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1206:473
[INFO] [stdout]      |
[INFO] [stdout] 1206 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxDialogSuiteV1 > ( ) ) ) . requestDialog as * const _ as usize } , 0usize , concat ! ( ...
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1206:720
[INFO] [stdout]      |
[INFO] [stdout] 1206 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxDialogSuiteV1 > ( ) ) ) . notifyRedrawPending as * const _ as usize } , 8usize , conca...
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1229:537
[INFO] [stdout]      |
[INFO] [stdout] 1229 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxDialogSuiteV2 > ( ) ) ) . requestDialog as * const _ as usize } , 0usize , concat ! ( ...
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1229:784
[INFO] [stdout]      |
[INFO] [stdout] 1229 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxDialogSuiteV2 > ( ) ) ) . notifyRedrawPending as * const _ as usize } , 8usize , conca...
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1300:528
[INFO] [stdout]      |
[INFO] [stdout] 1300 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV1 > ( ) ) ) . progressStart as * const _ as usize } , 0usize , concat ! (...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1300:779
[INFO] [stdout]      |
[INFO] [stdout] 1300 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV1 > ( ) ) ) . progressUpdate as * const _ as usize } , 8usize , concat ! ...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1300:1032
[INFO] [stdout]      |
[INFO] [stdout] 1300 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV1 > ( ) ) ) . progressEnd as * const _ as usize } , 16usize , concat ! ( ...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1346:528
[INFO] [stdout]      |
[INFO] [stdout] 1346 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV2 > ( ) ) ) . progressStart as * const _ as usize } , 0usize , concat ! (...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1346:779
[INFO] [stdout]      |
[INFO] [stdout] 1346 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV2 > ( ) ) ) . progressUpdate as * const _ as usize } , 8usize , concat ! ...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1346:1032
[INFO] [stdout]      |
[INFO] [stdout] 1346 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV2 > ( ) ) ) . progressEnd as * const _ as usize } , 16usize , concat ! ( ...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1472:553
[INFO] [stdout]      |
[INFO] [stdout] 1472 | ...{ & ( * ( :: std :: ptr :: null :: < OfxImageEffectOpenGLRenderSuiteV1 > ( ) ) ) . clipLoadTexture as * const _ as usize } , 0usize , ...
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1472:838
[INFO] [stdout]      |
[INFO] [stdout] 1472 | ...{ & ( * ( :: std :: ptr :: null :: < OfxImageEffectOpenGLRenderSuiteV1 > ( ) ) ) . clipFreeTexture as * const _ as usize } , 8usize , ...
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1472:1123
[INFO] [stdout]      |
[INFO] [stdout] 1472 | ...{ & ( * ( :: std :: ptr :: null :: < OfxImageEffectOpenGLRenderSuiteV1 > ( ) ) ) . flushResources as * const _ as usize } , 16usize , ...
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:623
[INFO] [stdout]      |
[INFO] [stdout] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamGetValue as * const _ as usize } , 0us...
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:916
[INFO] [stdout]      |
[INFO] [stdout] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamGetNControlPoints as * const _ as usiz...
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:1227
[INFO] [stdout]      |
[INFO] [stdout] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamGetNthControlPoint as * const _ as usi...
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:1541
[INFO] [stdout]      |
[INFO] [stdout] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamSetNthControlPoint as * const _ as usi...
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:1855
[INFO] [stdout]      |
[INFO] [stdout] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamAddControlPoint as * const _ as usize ...
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:2163
[INFO] [stdout]      |
[INFO] [stdout] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamDeleteControlPoint as * const _ as usi...
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:2477
[INFO] [stdout]      |
[INFO] [stdout] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamDeleteAllControlPoints as * const _ as...
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:712
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxHWNDInteractSuiteV1 > ( ) ) ) . interactGetPropertySet as * const _ as usize } , 0usize ,...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:989
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxHWNDInteractSuiteV1 > ( ) ) ) . interactUpdate as * const _ as usize } , 8usize , concat ...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:2278
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV1 > ( ) ) ) . progressStart as * const _ as usize } , 0usize , concat ...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:2539
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV1 > ( ) ) ) . progressUpdate as * const _ as usize } , 8usize , concat...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:2802
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV1 > ( ) ) ) . progressEnd as * const _ as usize } , 16usize , concat !...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:4137
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV2 > ( ) ) ) . progressStart as * const _ as usize } , 0usize , concat ...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:4398
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV2 > ( ) ) ) . progressUpdate as * const _ as usize } , 8usize , concat...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:4661
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV2 > ( ) ) ) . progressEnd as * const _ as usize } , 16usize , concat !...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:5739
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...rt_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxVegasStereoscopicImageEffectSuiteV1 > ( ) ) ) . clipGetStereoscopicImage as *...
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:7329
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasKeyframeSuiteV1 > ( ) ) ) . paramGetKeyInterpolation as * const _ as usize } , 0usiz...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:7612
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasKeyframeSuiteV1 > ( ) ) ) . paramGetKeySlopes as * const _ as usize } , 8usize , con...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:7881
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasKeyframeSuiteV1 > ( ) ) ) . paramSetKeyInterpolation as * const _ as usize } , 16usi...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:8165
[INFO] [stdout]      |
[INFO] [stdout] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasKeyframeSuiteV1 > ( ) ) ) . paramSetKeySlopes as * const _ as usize } , 24usize , co...
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1643:571
[INFO] [stdout]      |
[INFO] [stdout] 1643 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxTimeLineSuiteV1 > ( ) ) ) . getTime as * const _ as usize } , 0usize , concat ! ( "Offs...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1643:810
[INFO] [stdout]      |
[INFO] [stdout] 1643 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxTimeLineSuiteV1 > ( ) ) ) . gotoTime as * const _ as usize } , 8usize , concat ! ( "Off...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1643:1051
[INFO] [stdout]      |
[INFO] [stdout] 1643 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxTimeLineSuiteV1 > ( ) ) ) . getTimeBounds as * const _ as usize } , 16usize , concat ! ...
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.98s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "000c98dd5afabcc3994d9bdfa299a3ae22c6f9c8d95209cfbb50298fb833a1e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "000c98dd5afabcc3994d9bdfa299a3ae22c6f9c8d95209cfbb50298fb833a1e2", kill_on_drop: false }`
[INFO] [stdout] 000c98dd5afabcc3994d9bdfa299a3ae22c6f9c8d95209cfbb50298fb833a1e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b0ceea56ef13fe0bcf8499d16e66b97c91be5348fcb9593af52f7eb841dbc96f
[INFO] running `Command { std: "docker" "start" "-a" "b0ceea56ef13fe0bcf8499d16e66b97c91be5348fcb9593af52f7eb841dbc96f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:3:71326
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! ( unsafe { & ( * ( :: std :: ptr :: null :: < max_align_t > ( ) ) ) . __clang_max_align_nonce1 as * const _ as usize } , 0usize , co...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deref_nullptr)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:3:71585
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...! ( unsafe { & ( * ( :: std :: ptr :: null :: < max_align_t > ( ) ) ) . __clang_max_align_nonce2 as * const _ as usize } , 16usize , c...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:29:573
[INFO] [stderr]    |
[INFO] [stderr] 29 | ...q ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxHost > ( ) ) ) . host as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:29:784
[INFO] [stderr]    |
[INFO] [stderr] 29 | ...q ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxHost > ( ) ) ) . fetchSuite as * const _ as usize } , 8usize , concat ! ( "Offset...
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:379
[INFO] [stderr]    |
[INFO] [stderr] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . pluginApi as * const _ as usize } , 0usize , concat ! ( "Offset...
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:604
[INFO] [stderr]    |
[INFO] [stderr] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . apiVersion as * const _ as usize } , 8usize , concat ! ( "Offse...
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:831
[INFO] [stderr]    |
[INFO] [stderr] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . pluginIdentifier as * const _ as usize } , 16usize , concat ! (...
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:1071
[INFO] [stderr]    |
[INFO] [stderr] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . pluginVersionMajor as * const _ as usize } , 24usize , concat !...
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:1315
[INFO] [stderr]    |
[INFO] [stderr] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . pluginVersionMinor as * const _ as usize } , 28usize , concat !...
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:1559
[INFO] [stderr]    |
[INFO] [stderr] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . setHost as * const _ as usize } , 32usize , concat ! ( "Offset ...
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:93:1781
[INFO] [stderr]    |
[INFO] [stderr] 93 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPlugin > ( ) ) ) . mainEntry as * const _ as usize } , 40usize , concat ! ( "Offse...
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:108:500
[INFO] [stderr]     |
[INFO] [stderr] 108 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRangeI > ( ) ) ) . min as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:108:713
[INFO] [stderr]     |
[INFO] [stderr] 108 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRangeI > ( ) ) ) . max as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:110:451
[INFO] [stderr]     |
[INFO] [stderr] 110 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRangeD > ( ) ) ) . min as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:110:664
[INFO] [stderr]     |
[INFO] [stderr] 110 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRangeD > ( ) ) ) . max as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:112:496
[INFO] [stderr]     |
[INFO] [stderr] 112 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPointI > ( ) ) ) . x as * const _ as usize } , 0usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:112:705
[INFO] [stderr]     |
[INFO] [stderr] 112 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPointI > ( ) ) ) . y as * const _ as usize } , 4usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:114:447
[INFO] [stderr]     |
[INFO] [stderr] 114 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPointD > ( ) ) ) . x as * const _ as usize } , 0usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:114:656
[INFO] [stderr]     |
[INFO] [stderr] 114 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxPointD > ( ) ) ) . y as * const _ as usize } , 8usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:125:573
[INFO] [stderr]     |
[INFO] [stderr] 125 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectI > ( ) ) ) . x1 as * const _ as usize } , 0usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:125:782
[INFO] [stderr]     |
[INFO] [stderr] 125 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectI > ( ) ) ) . y1 as * const _ as usize } , 4usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:125:991
[INFO] [stderr]     |
[INFO] [stderr] 125 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectI > ( ) ) ) . x2 as * const _ as usize } , 8usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:125:1200
[INFO] [stderr]     |
[INFO] [stderr] 125 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectI > ( ) ) ) . y2 as * const _ as usize } , 12usize , concat ! ( "Offset of fie...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:136:473
[INFO] [stderr]     |
[INFO] [stderr] 136 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectD > ( ) ) ) . x1 as * const _ as usize } , 0usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:136:682
[INFO] [stderr]     |
[INFO] [stderr] 136 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectD > ( ) ) ) . y1 as * const _ as usize } , 8usize , concat ! ( "Offset of fiel...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:136:891
[INFO] [stderr]     |
[INFO] [stderr] 136 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectD > ( ) ) ) . x2 as * const _ as usize } , 16usize , concat ! ( "Offset of fie...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:136:1101
[INFO] [stderr]     |
[INFO] [stderr] 136 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRectD > ( ) ) ) . y2 as * const _ as usize } , 24usize , concat ! ( "Offset of fie...
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:611
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetPointer as * const _ as usize } , 0usize , concat ! ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:864
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetString as * const _ as usize } , 8usize , concat ! (...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:1115
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetDouble as * const _ as usize } , 16usize , concat ! ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:1367
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetInt as * const _ as usize } , 24usize , concat ! ( "...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:1613
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetPointerN as * const _ as usize } , 32usize , concat ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:1869
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetStringN as * const _ as usize } , 40usize , concat !...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:2123
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetDoubleN as * const _ as usize } , 48usize , concat !...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:2377
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propSetIntN as * const _ as usize } , 56usize , concat ! ( ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:2625
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetPointer as * const _ as usize } , 64usize , concat !...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:2879
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetString as * const _ as usize } , 72usize , concat ! ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:3131
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetDouble as * const _ as usize } , 80usize , concat ! ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:3383
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetInt as * const _ as usize } , 88usize , concat ! ( "...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:3629
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetPointerN as * const _ as usize } , 96usize , concat ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:3885
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetStringN as * const _ as usize } , 104usize , concat ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:4140
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetDoubleN as * const _ as usize } , 112usize , concat ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:4395
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetIntN as * const _ as usize } , 120usize , concat ! (...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:4644
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propReset as * const _ as usize } , 128usize , concat ! ( "...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:381:4889
[INFO] [stderr]     |
[INFO] [stderr] 381 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxPropertySuiteV1 > ( ) ) ) . propGetDimension as * const _ as usize } , 136usize , conca...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:511
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramDefine as * const _ as usize } , 0usize , concat ! ( ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:760
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetHandle as * const _ as usize } , 8usize , concat !...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:1015
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramSetGetPropertySet as * const _ as usize } , 16usize ,...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:1287
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetPropertySet as * const _ as usize } , 24usize , co...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:1553
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetValue as * const _ as usize } , 32usize , concat !...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:1807
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetValueAtTime as * const _ as usize } , 40usize , co...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:2073
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetDerivative as * const _ as usize } , 48usize , con...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:2337
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetIntegral as * const _ as usize } , 56usize , conca...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:2597
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramSetValue as * const _ as usize } , 64usize , concat !...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:2851
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramSetValueAtTime as * const _ as usize } , 72usize , co...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:3117
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetNumKeys as * const _ as usize } , 80usize , concat...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:3375
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetKeyTime as * const _ as usize } , 88usize , concat...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:3633
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramGetKeyIndex as * const _ as usize } , 96usize , conca...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:3893
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramDeleteKey as * const _ as usize } , 104usize , concat...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:4150
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramDeleteAllKeys as * const _ as usize } , 112usize , co...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:4415
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramCopy as * const _ as usize } , 120usize , concat ! ( ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:4662
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramEditBegin as * const _ as usize } , 128usize , concat...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:699:4919
[INFO] [stderr]     |
[INFO] [stderr] 699 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxParameterSuiteV1 > ( ) ) ) . paramEditEnd as * const _ as usize } , 136usize , concat !...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:709:563
[INFO] [stderr]     |
[INFO] [stderr] 709 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxInteractSuiteV1 > ( ) ) ) . interactSwapBuffers as * const _ as usize } , 0usize , conc...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:709:826
[INFO] [stderr]     |
[INFO] [stderr] 709 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxInteractSuiteV1 > ( ) ) ) . interactRedraw as * const _ as usize } , 8usize , concat ! ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:709:1079
[INFO] [stderr]     |
[INFO] [stderr] 709 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxInteractSuiteV1 > ( ) ) ) . interactGetPropertySet as * const _ as usize } , 16usize , ...
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:727:671
[INFO] [stderr]     |
[INFO] [stderr] 727 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMessageSuiteV1 > ( ) ) ) . message as * const _ as usize } , 0usize , concat ! ( "Offs...
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:780:526
[INFO] [stderr]     |
[INFO] [stderr] 780 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMessageSuiteV2 > ( ) ) ) . message as * const _ as usize } , 0usize , concat ! ( "Offs...
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:780:763
[INFO] [stderr]     |
[INFO] [stderr] 780 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMessageSuiteV2 > ( ) ) ) . setPersistentMessage as * const _ as usize } , 8usize , con...
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:780:1026
[INFO] [stderr]     |
[INFO] [stderr] 780 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMessageSuiteV2 > ( ) ) ) . clearPersistentMessage as * const _ as usize } , 16usize , ...
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:813:516
[INFO] [stderr]     |
[INFO] [stderr] 813 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMemorySuiteV1 > ( ) ) ) . memoryAlloc as * const _ as usize } , 0usize , concat ! ( "O...
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:813:759
[INFO] [stderr]     |
[INFO] [stderr] 813 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxMemorySuiteV1 > ( ) ) ) . memoryFree as * const _ as usize } , 8usize , concat ! ( "Of...
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:514
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . multiThread as * const _ as usize } , 0usize , concat ! (...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:767
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . multiThreadNumCPUs as * const _ as usize } , 8usize , con...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:1034
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . multiThreadIndex as * const _ as usize } , 16usize , conc...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:1298
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . multiThreadIsSpawnedThread as * const _ as usize } , 24us...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:1582
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexCreate as * const _ as usize } , 32usize , concat ! ...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:1836
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexDestroy as * const _ as usize } , 40usize , concat !...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:2092
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexLock as * const _ as usize } , 48usize , concat ! ( ...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:2342
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexUnLock as * const _ as usize } , 56usize , concat ! ...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:924:2596
[INFO] [stderr]     |
[INFO] [stderr] 924 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxMultiThreadSuiteV1 > ( ) ) ) . mutexTryLock as * const _ as usize } , 64usize , concat !...
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:533
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . getPropertySet as * const _ as usize } , 0usize , concat ...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:792
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . getParamSet as * const _ as usize } , 8usize , concat ! (...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:1045
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipDefine as * const _ as usize } , 16usize , concat ! (...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:1297
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipGetHandle as * const _ as usize } , 24usize , concat ...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:1555
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipGetPropertySet as * const _ as usize } , 32usize , co...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:1823
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipGetImage as * const _ as usize } , 40usize , concat !...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:2079
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipReleaseImage as * const _ as usize } , 48usize , conc...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:2343
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . clipGetRegionOfDefinition as * const _ as usize } , 56usi...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:2625
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . abort as * const _ as usize } , 64usize , concat ! ( "Off...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:2867
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . imageMemoryAlloc as * const _ as usize } , 72usize , conc...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:3131
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . imageMemoryFree as * const _ as usize } , 80usize , conca...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:3393
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . imageMemoryLock as * const _ as usize } , 88usize , conca...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1158:3655
[INFO] [stderr]      |
[INFO] [stderr] 1158 | ...nsafe { & ( * ( :: std :: ptr :: null :: < OfxImageEffectSuiteV1 > ( ) ) ) . imageMemoryUnlock as * const _ as usize } , 96usize , con...
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1162:612
[INFO] [stderr]      |
[INFO] [stderr] 1162 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourB > ( ) ) ) . y as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1162:831
[INFO] [stderr]      |
[INFO] [stderr] 1162 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourB > ( ) ) ) . u as * const _ as usize } , 1usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1162:1050
[INFO] [stderr]      |
[INFO] [stderr] 1162 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourB > ( ) ) ) . v as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1162:1269
[INFO] [stderr]      |
[INFO] [stderr] 1162 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourB > ( ) ) ) . a as * const _ as usize } , 3usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1166:616
[INFO] [stderr]      |
[INFO] [stderr] 1166 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourS > ( ) ) ) . y as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1166:835
[INFO] [stderr]      |
[INFO] [stderr] 1166 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourS > ( ) ) ) . u as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1166:1054
[INFO] [stderr]      |
[INFO] [stderr] 1166 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourS > ( ) ) ) . v as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1166:1273
[INFO] [stderr]      |
[INFO] [stderr] 1166 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourS > ( ) ) ) . a as * const _ as usize } , 6usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1170:505
[INFO] [stderr]      |
[INFO] [stderr] 1170 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourF > ( ) ) ) . y as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1170:724
[INFO] [stderr]      |
[INFO] [stderr] 1170 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourF > ( ) ) ) . u as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1170:943
[INFO] [stderr]      |
[INFO] [stderr] 1170 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourF > ( ) ) ) . v as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1170:1162
[INFO] [stderr]      |
[INFO] [stderr] 1170 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxYUVAColourF > ( ) ) ) . a as * const _ as usize } , 12usize , concat ! ( "Offset of f...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1172:612
[INFO] [stderr]      |
[INFO] [stderr] 1172 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourB > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1172:831
[INFO] [stderr]      |
[INFO] [stderr] 1172 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourB > ( ) ) ) . g as * const _ as usize } , 1usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1172:1050
[INFO] [stderr]      |
[INFO] [stderr] 1172 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourB > ( ) ) ) . b as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1172:1269
[INFO] [stderr]      |
[INFO] [stderr] 1172 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourB > ( ) ) ) . a as * const _ as usize } , 3usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1174:616
[INFO] [stderr]      |
[INFO] [stderr] 1174 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourS > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1174:835
[INFO] [stderr]      |
[INFO] [stderr] 1174 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourS > ( ) ) ) . g as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1174:1054
[INFO] [stderr]      |
[INFO] [stderr] 1174 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourS > ( ) ) ) . b as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1174:1273
[INFO] [stderr]      |
[INFO] [stderr] 1174 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourS > ( ) ) ) . a as * const _ as usize } , 6usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1176:505
[INFO] [stderr]      |
[INFO] [stderr] 1176 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourF > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1176:724
[INFO] [stderr]      |
[INFO] [stderr] 1176 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourF > ( ) ) ) . g as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1176:943
[INFO] [stderr]      |
[INFO] [stderr] 1176 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourF > ( ) ) ) . b as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1176:1162
[INFO] [stderr]      |
[INFO] [stderr] 1176 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourF > ( ) ) ) . a as * const _ as usize } , 12usize , concat ! ( "Offset of f...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1178:505
[INFO] [stderr]      |
[INFO] [stderr] 1178 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourD > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1178:724
[INFO] [stderr]      |
[INFO] [stderr] 1178 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourD > ( ) ) ) . g as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1178:943
[INFO] [stderr]      |
[INFO] [stderr] 1178 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourD > ( ) ) ) . b as * const _ as usize } , 16usize , concat ! ( "Offset of f...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1178:1163
[INFO] [stderr]      |
[INFO] [stderr] 1178 | ...( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBAColourD > ( ) ) ) . a as * const _ as usize } , 24usize , concat ! ( "Offset of f...
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1180:565
[INFO] [stderr]      |
[INFO] [stderr] 1180 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourB > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1180:782
[INFO] [stderr]      |
[INFO] [stderr] 1180 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourB > ( ) ) ) . g as * const _ as usize } , 1usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1180:999
[INFO] [stderr]      |
[INFO] [stderr] 1180 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourB > ( ) ) ) . b as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1182:568
[INFO] [stderr]      |
[INFO] [stderr] 1182 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourS > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1182:785
[INFO] [stderr]      |
[INFO] [stderr] 1182 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourS > ( ) ) ) . g as * const _ as usize } , 2usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1182:1002
[INFO] [stderr]      |
[INFO] [stderr] 1182 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourS > ( ) ) ) . b as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1184:485
[INFO] [stderr]      |
[INFO] [stderr] 1184 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourF > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1184:702
[INFO] [stderr]      |
[INFO] [stderr] 1184 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourF > ( ) ) ) . g as * const _ as usize } , 4usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1184:919
[INFO] [stderr]      |
[INFO] [stderr] 1184 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourF > ( ) ) ) . b as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1186:485
[INFO] [stderr]      |
[INFO] [stderr] 1186 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourD > ( ) ) ) . r as * const _ as usize } , 0usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1186:702
[INFO] [stderr]      |
[INFO] [stderr] 1186 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourD > ( ) ) ) . g as * const _ as usize } , 8usize , concat ! ( "Offset of fi...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1186:919
[INFO] [stderr]      |
[INFO] [stderr] 1186 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxRGBColourD > ( ) ) ) . b as * const _ as usize } , 16usize , concat ! ( "Offset of f...
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1206:473
[INFO] [stderr]      |
[INFO] [stderr] 1206 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxDialogSuiteV1 > ( ) ) ) . requestDialog as * const _ as usize } , 0usize , concat ! ( ...
[INFO] [stderr]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1206:720
[INFO] [stderr]      |
[INFO] [stderr] 1206 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxDialogSuiteV1 > ( ) ) ) . notifyRedrawPending as * const _ as usize } , 8usize , conca...
[INFO] [stderr]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1229:537
[INFO] [stderr]      |
[INFO] [stderr] 1229 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxDialogSuiteV2 > ( ) ) ) . requestDialog as * const _ as usize } , 0usize , concat ! ( ...
[INFO] [stderr]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1229:784
[INFO] [stderr]      |
[INFO] [stderr] 1229 | ... unsafe { & ( * ( :: std :: ptr :: null :: < OfxDialogSuiteV2 > ( ) ) ) . notifyRedrawPending as * const _ as usize } , 8usize , conca...
[INFO] [stderr]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1300:528
[INFO] [stderr]      |
[INFO] [stderr] 1300 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV1 > ( ) ) ) . progressStart as * const _ as usize } , 0usize , concat ! (...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1300:779
[INFO] [stderr]      |
[INFO] [stderr] 1300 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV1 > ( ) ) ) . progressUpdate as * const _ as usize } , 8usize , concat ! ...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1300:1032
[INFO] [stderr]      |
[INFO] [stderr] 1300 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV1 > ( ) ) ) . progressEnd as * const _ as usize } , 16usize , concat ! ( ...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1346:528
[INFO] [stderr]      |
[INFO] [stderr] 1346 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV2 > ( ) ) ) . progressStart as * const _ as usize } , 0usize , concat ! (...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1346:779
[INFO] [stderr]      |
[INFO] [stderr] 1346 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV2 > ( ) ) ) . progressUpdate as * const _ as usize } , 8usize , concat ! ...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1346:1032
[INFO] [stderr]      |
[INFO] [stderr] 1346 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxProgressSuiteV2 > ( ) ) ) . progressEnd as * const _ as usize } , 16usize , concat ! ( ...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1472:553
[INFO] [stderr]      |
[INFO] [stderr] 1472 | ...{ & ( * ( :: std :: ptr :: null :: < OfxImageEffectOpenGLRenderSuiteV1 > ( ) ) ) . clipLoadTexture as * const _ as usize } , 0usize , ...
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1472:838
[INFO] [stderr]      |
[INFO] [stderr] 1472 | ...{ & ( * ( :: std :: ptr :: null :: < OfxImageEffectOpenGLRenderSuiteV1 > ( ) ) ) . clipFreeTexture as * const _ as usize } , 8usize , ...
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1472:1123
[INFO] [stderr]      |
[INFO] [stderr] 1472 | ...{ & ( * ( :: std :: ptr :: null :: < OfxImageEffectOpenGLRenderSuiteV1 > ( ) ) ) . flushResources as * const _ as usize } , 16usize , ...
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:623
[INFO] [stderr]      |
[INFO] [stderr] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamGetValue as * const _ as usize } , 0us...
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:916
[INFO] [stderr]      |
[INFO] [stderr] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamGetNControlPoints as * const _ as usiz...
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:1227
[INFO] [stderr]      |
[INFO] [stderr] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamGetNthControlPoint as * const _ as usi...
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:1541
[INFO] [stderr]      |
[INFO] [stderr] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamSetNthControlPoint as * const _ as usi...
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:1855
[INFO] [stderr]      |
[INFO] [stderr] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamAddControlPoint as * const _ as usize ...
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:2163
[INFO] [stderr]      |
[INFO] [stderr] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamDeleteControlPoint as * const _ as usi...
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1592:2477
[INFO] [stderr]      |
[INFO] [stderr] 1592 | ...e { & ( * ( :: std :: ptr :: null :: < OfxParametricParameterSuiteV1 > ( ) ) ) . parametricParamDeleteAllControlPoints as * const _ as...
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:712
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxHWNDInteractSuiteV1 > ( ) ) ) . interactGetPropertySet as * const _ as usize } , 0usize ,...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:989
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxHWNDInteractSuiteV1 > ( ) ) ) . interactUpdate as * const _ as usize } , 8usize , concat ...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:2278
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV1 > ( ) ) ) . progressStart as * const _ as usize } , 0usize , concat ...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:2539
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV1 > ( ) ) ) . progressUpdate as * const _ as usize } , 8usize , concat...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:2802
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV1 > ( ) ) ) . progressEnd as * const _ as usize } , 16usize , concat !...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:4137
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV2 > ( ) ) ) . progressStart as * const _ as usize } , 0usize , concat ...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:4398
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV2 > ( ) ) ) . progressUpdate as * const _ as usize } , 8usize , concat...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:4661
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasProgressSuiteV2 > ( ) ) ) . progressEnd as * const _ as usize } , 16usize , concat !...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:5739
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...rt_eq ! ( unsafe { & ( * ( :: std :: ptr :: null :: < OfxVegasStereoscopicImageEffectSuiteV1 > ( ) ) ) . clipGetStereoscopicImage as *...
[INFO] [stderr]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:7329
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasKeyframeSuiteV1 > ( ) ) ) . paramGetKeyInterpolation as * const _ as usize } , 0usiz...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:7612
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasKeyframeSuiteV1 > ( ) ) ) . paramGetKeySlopes as * const _ as usize } , 8usize , con...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:7881
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasKeyframeSuiteV1 > ( ) ) ) . paramSetKeyInterpolation as * const _ as usize } , 16usi...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1596:8165
[INFO] [stderr]      |
[INFO] [stderr] 1596 | ...safe { & ( * ( :: std :: ptr :: null :: < OfxVegasKeyframeSuiteV1 > ( ) ) ) . paramSetKeySlopes as * const _ as usize } , 24usize , co...
[INFO] [stderr]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1643:571
[INFO] [stderr]      |
[INFO] [stderr] 1643 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxTimeLineSuiteV1 > ( ) ) ) . getTime as * const _ as usize } , 0usize , concat ! ( "Offs...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1643:810
[INFO] [stderr]      |
[INFO] [stderr] 1643 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxTimeLineSuiteV1 > ( ) ) ) . gotoTime as * const _ as usize } , 8usize , concat ! ( "Off...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1643:1051
[INFO] [stderr]      |
[INFO] [stderr] 1643 | ...unsafe { & ( * ( :: std :: ptr :: null :: < OfxTimeLineSuiteV1 > ( ) ) ) . getTimeBounds as * const _ as usize } , 16usize , concat ! ...
[INFO] [stderr]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: `ofx_sys` (lib test) generated 170 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ofx_sys-8906bea853be67af)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stderr] 
[INFO] [stderr] thread 'bindgen_test_layout_OfxDialogSuiteV1' (24) panicked at /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1206:471:
[INFO] [stderr] null pointer dereference occurred
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x58d27089a962 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x58d27089a962 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x58d27089a962 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]    3:     0x58d27089a962 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]    4:     0x58d2708aaa9f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]    5:     0x58d2708aaa9f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]    6:     0x58d270867c31 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x58d270867c31 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]    8:     0x58d270873f32 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]    9:     0x58d270878a7f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stderr]   10:     0x58d2708788d9 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stderr]   11:     0x58d2708394de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stderr]   12:     0x58d2708394de - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x58d27087913f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stderr]   14:     0x58d27087913f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stderr]   15:     0x58d270878f66 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stderr]   16:     0x58d270874069 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]   17:     0x58d27085c3ad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stderr]   18:     0x58d2708b207d - core::panicking::panic_nounwind_fmt::runtime::hf619e8fd73995337
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:117:22
[INFO] [stderr]   19:     0x58d2708b207d - core::panicking::panic_nounwind_fmt::hc177e1bd7a48be0d
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/intrinsics/mod.rs:2435:9
[INFO] [stderr]   20:     0x58d2708b225d - core::panicking::panic_null_pointer_dereference::h0eafed6fbb56ab06
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:302:5
[INFO] [stderr]   21:     0x58d2708111a3 - ofx_sys::bindgen_test_layout_OfxDialogSuiteV1::ha734dbe9c61ae2eb
[INFO] [stderr]                                at /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1206:471
[INFO] [stderr]   22:     0x58d270811307 - ofx_sys::bindgen_test_layout_OfxDialogSuiteV1::{{closure}}::h69ae1f3f5cf6691f
[INFO] [stderr]                                at /opt/rustwide/target/debug/build/ofx_sys-2c035658b71301f6/out/bindings.rs:1206:155
[INFO] [stderr]   23:     0x58d27080ae66 - core::ops::function::FnOnce::call_once::ha7ac2e780d39f8f8
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   24:     0x58d27083929b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   25:     0x58d27083929b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stderr]   26:     0x58d27084ef05 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stderr]   27:     0x58d27084ef05 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   28:     0x58d27084ef05 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]   29:     0x58d27084ef05 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]   30:     0x58d27084ef05 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]   31:     0x58d27084ef05 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stderr]   32:     0x58d27084ef05 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stderr]   33:     0x58d2708256f4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stderr]   34:     0x58d2708256f4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]   35:     0x58d270828fba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stderr]   36:     0x58d270828fba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   37:     0x58d270828fba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]   38:     0x58d270828fba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]   39:     0x58d270828fba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]   40:     0x58d270828fba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stderr]   41:     0x58d270828fba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   42:     0x58d27086f1cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stderr]   43:     0x58d27086f1cf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stderr]   44:     0x7d311a75baa4 - <unknown>
[INFO] [stderr]   45:     0x7d311a7e8a34 - clone
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/ofx_sys-8906bea853be67af` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "b0ceea56ef13fe0bcf8499d16e66b97c91be5348fcb9593af52f7eb841dbc96f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0ceea56ef13fe0bcf8499d16e66b97c91be5348fcb9593af52f7eb841dbc96f", kill_on_drop: false }`
[INFO] [stdout] b0ceea56ef13fe0bcf8499d16e66b97c91be5348fcb9593af52f7eb841dbc96f
