[INFO] fetching crate obwio 0.2.0...
[INFO] testing obwio-0.2.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate obwio 0.2.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate obwio 0.2.0
[INFO] finished tweaking crates.io crate obwio 0.2.0
[INFO] tweaked toml for crates.io crate obwio 0.2.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate obwio 0.2.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate obwio 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bindgen v0.69.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb65c34bed958f50b9223a9dd6274a931fe758f610ea1f449b1085700dbb962d
[INFO] running `Command { std: "docker" "start" "-a" "eb65c34bed958f50b9223a9dd6274a931fe758f610ea1f449b1085700dbb962d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb65c34bed958f50b9223a9dd6274a931fe758f610ea1f449b1085700dbb962d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb65c34bed958f50b9223a9dd6274a931fe758f610ea1f449b1085700dbb962d", kill_on_drop: false }`
[INFO] [stdout] eb65c34bed958f50b9223a9dd6274a931fe758f610ea1f449b1085700dbb962d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93987fc455c4445b02125e58e9acf011866710628c6998df585e5ba1722a4daa
[INFO] running `Command { std: "docker" "start" "-a" "93987fc455c4445b02125e58e9acf011866710628c6998df585e5ba1722a4daa", kill_on_drop: false }`
[INFO] [stderr]    Compiling obwio v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `cl_char` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:538:10
[INFO] [stdout]     |
[INFO] [stdout] 538 | pub type cl_char = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClChar`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uchar` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:539:10
[INFO] [stdout]     |
[INFO] [stdout] 539 | pub type cl_uchar = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_short` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:540:10
[INFO] [stdout]     |
[INFO] [stdout] 540 | pub type cl_short = ::std::os::raw::c_short;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClShort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ushort` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:541:10
[INFO] [stdout]     |
[INFO] [stdout] 541 | pub type cl_ushort = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_int` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:542:10
[INFO] [stdout]     |
[INFO] [stdout] 542 | pub type cl_int = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ClInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uint` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:543:10
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub type cl_uint = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_long` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:544:10
[INFO] [stdout]     |
[INFO] [stdout] 544 | pub type cl_long = ::std::os::raw::c_longlong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClLong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ulong` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:545:10
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub type cl_ulong = ::std::os::raw::c_ulonglong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_half` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:546:10
[INFO] [stdout]     |
[INFO] [stdout] 546 | pub type cl_half = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClHalf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_float` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:547:10
[INFO] [stdout]     |
[INFO] [stdout] 547 | pub type cl_float = f32;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_double` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:548:10
[INFO] [stdout]     |
[INFO] [stdout] 548 | pub type cl_double = f64;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m64` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:549:10
[INFO] [stdout]     |
[INFO] [stdout] 549 | pub type __m64 = [::std::os::raw::c_longlong; 1usize];
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `M64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128i` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:550:10
[INFO] [stdout]     |
[INFO] [stdout] 550 | pub type __m128i = [::std::os::raw::c_longlong; 2usize];
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:551:10
[INFO] [stdout]     |
[INFO] [stdout] 551 | pub type __m128 = [f32; 4usize];
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `M128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128d` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:552:10
[INFO] [stdout]     |
[INFO] [stdout] 552 | pub type __m128d = [f64; 2usize];
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_float4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:553:10
[INFO] [stdout]     |
[INFO] [stdout] 553 | pub type __cl_float4 = __m128;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uchar16` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:554:10
[INFO] [stdout]     |
[INFO] [stdout] 554 | pub type __cl_uchar16 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_char16` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:555:10
[INFO] [stdout]     |
[INFO] [stdout] 555 | pub type __cl_char16 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ushort8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:556:10
[INFO] [stdout]     |
[INFO] [stdout] 556 | pub type __cl_ushort8 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_short8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:557:10
[INFO] [stdout]     |
[INFO] [stdout] 557 | pub type __cl_short8 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uint4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:558:10
[INFO] [stdout]     |
[INFO] [stdout] 558 | pub type __cl_uint4 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_int4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:559:10
[INFO] [stdout]     |
[INFO] [stdout] 559 | pub type __cl_int4 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ulong2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:560:10
[INFO] [stdout]     |
[INFO] [stdout] 560 | pub type __cl_ulong2 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_long2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:561:10
[INFO] [stdout]     |
[INFO] [stdout] 561 | pub type __cl_long2 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClLong2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_double2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:562:10
[INFO] [stdout]     |
[INFO] [stdout] 562 | pub type __cl_double2 = __m128d;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uchar8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:563:10
[INFO] [stdout]     |
[INFO] [stdout] 563 | pub type __cl_uchar8 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_char8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:564:10
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub type __cl_char8 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ushort4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:565:10
[INFO] [stdout]     |
[INFO] [stdout] 565 | pub type __cl_ushort4 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_short4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:566:10
[INFO] [stdout]     |
[INFO] [stdout] 566 | pub type __cl_short4 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uint2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:567:10
[INFO] [stdout]     |
[INFO] [stdout] 567 | pub type __cl_uint2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_int2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:568:10
[INFO] [stdout]     |
[INFO] [stdout] 568 | pub type __cl_int2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_float2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:569:10
[INFO] [stdout]     |
[INFO] [stdout] 569 | pub type __cl_float2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_char3` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:932:10
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub type cl_char3 = cl_char4;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClChar3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uchar3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:2043:10
[INFO] [stdout]      |
[INFO] [stdout] 2043 | pub type cl_uchar3 = cl_uchar4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_short3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:3165:10
[INFO] [stdout]      |
[INFO] [stdout] 3165 | pub type cl_short3 = cl_short4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ushort3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:4300:10
[INFO] [stdout]      |
[INFO] [stdout] 4300 | pub type cl_ushort3 = cl_ushort4;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_half3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:5424:10
[INFO] [stdout]      |
[INFO] [stdout] 5424 | pub type cl_half3 = cl_half4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClHalf3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_int3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:6535:10
[INFO] [stdout]      |
[INFO] [stdout] 6535 | pub type cl_int3 = cl_int4;
[INFO] [stdout]      |          ^^^^^^^ help: convert the identifier to upper camel case: `ClInt3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uint3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:7694:10
[INFO] [stdout]      |
[INFO] [stdout] 7694 | pub type cl_uint3 = cl_uint4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUint3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_long3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:8844:10
[INFO] [stdout]      |
[INFO] [stdout] 8844 | pub type cl_long3 = cl_long4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClLong3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ulong3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:9972:10
[INFO] [stdout]      |
[INFO] [stdout] 9972 | pub type cl_ulong3 = cl_ulong4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_float3` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:11109:10
[INFO] [stdout]       |
[INFO] [stdout] 11109 | pub type cl_float3 = cl_float4;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_double3` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:12259:10
[INFO] [stdout]       |
[INFO] [stdout] 12259 | pub type cl_double3 = cl_double4;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_platform_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13005:10
[INFO] [stdout]       |
[INFO] [stdout] 13005 | pub type cl_platform_id = *mut _cl_platform_id;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13011:10
[INFO] [stdout]       |
[INFO] [stdout] 13011 | pub type cl_device_id = *mut _cl_device_id;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13017:10
[INFO] [stdout]       |
[INFO] [stdout] 13017 | pub type cl_context = *mut _cl_context;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContext`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13023:10
[INFO] [stdout]       |
[INFO] [stdout] 13023 | pub type cl_command_queue = *mut _cl_command_queue;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13029:10
[INFO] [stdout]       |
[INFO] [stdout] 13029 | pub type cl_mem = *mut _cl_mem;
[INFO] [stdout]       |          ^^^^^^ help: convert the identifier to upper camel case: `ClMem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13035:10
[INFO] [stdout]       |
[INFO] [stdout] 13035 | pub type cl_program = *mut _cl_program;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgram`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13041:10
[INFO] [stdout]       |
[INFO] [stdout] 13041 | pub type cl_kernel = *mut _cl_kernel;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_event` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13047:10
[INFO] [stdout]       |
[INFO] [stdout] 13047 | pub type cl_event = *mut _cl_event;
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13053:10
[INFO] [stdout]       |
[INFO] [stdout] 13053 | pub type cl_sampler = *mut _cl_sampler;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSampler`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_bool` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13054:10
[INFO] [stdout]       |
[INFO] [stdout] 13054 | pub type cl_bool = cl_uint;
[INFO] [stdout]       |          ^^^^^^^ help: convert the identifier to upper camel case: `ClBool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_bitfield` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13055:10
[INFO] [stdout]       |
[INFO] [stdout] 13055 | pub type cl_bitfield = cl_ulong;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBitfield`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13056:10
[INFO] [stdout]       |
[INFO] [stdout] 13056 | pub type cl_properties = cl_ulong;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13057:10
[INFO] [stdout]       |
[INFO] [stdout] 13057 | pub type cl_device_type = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_platform_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13058:10
[INFO] [stdout]       |
[INFO] [stdout] 13058 | pub type cl_platform_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13059:10
[INFO] [stdout]       |
[INFO] [stdout] 13059 | pub type cl_device_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_fp_config` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13060:10
[INFO] [stdout]       |
[INFO] [stdout] 13060 | pub type cl_device_fp_config = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceFpConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_mem_cache_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13061:10
[INFO] [stdout]       |
[INFO] [stdout] 13061 | pub type cl_device_mem_cache_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceMemCacheType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_local_mem_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13062:10
[INFO] [stdout]       |
[INFO] [stdout] 13062 | pub type cl_device_local_mem_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceLocalMemType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_exec_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13063:10
[INFO] [stdout]       |
[INFO] [stdout] 13063 | pub type cl_device_exec_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceExecCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_svm_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13064:10
[INFO] [stdout]       |
[INFO] [stdout] 13064 | pub type cl_device_svm_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceSvmCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13065:10
[INFO] [stdout]       |
[INFO] [stdout] 13065 | pub type cl_command_queue_properties = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_partition_property` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13066:10
[INFO] [stdout]       |
[INFO] [stdout] 13066 | pub type cl_device_partition_property = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDevicePartitionProperty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_affinity_domain` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13067:10
[INFO] [stdout]       |
[INFO] [stdout] 13067 | pub type cl_device_affinity_domain = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAffinityDomain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13068:10
[INFO] [stdout]       |
[INFO] [stdout] 13068 | pub type cl_context_properties = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13069:10
[INFO] [stdout]       |
[INFO] [stdout] 13069 | pub type cl_context_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_queue_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13070:10
[INFO] [stdout]       |
[INFO] [stdout] 13070 | pub type cl_queue_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClQueueProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13071:10
[INFO] [stdout]       |
[INFO] [stdout] 13071 | pub type cl_command_queue_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_channel_order` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13072:10
[INFO] [stdout]       |
[INFO] [stdout] 13072 | pub type cl_channel_order = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelOrder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_channel_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13073:10
[INFO] [stdout]       |
[INFO] [stdout] 13073 | pub type cl_channel_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13074:10
[INFO] [stdout]       |
[INFO] [stdout] 13074 | pub type cl_mem_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_svm_mem_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13075:10
[INFO] [stdout]       |
[INFO] [stdout] 13075 | pub type cl_svm_mem_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSvmMemFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_object_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13076:10
[INFO] [stdout]       |
[INFO] [stdout] 13076 | pub type cl_mem_object_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemObjectType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13077:10
[INFO] [stdout]       |
[INFO] [stdout] 13077 | pub type cl_mem_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_migration_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13078:10
[INFO] [stdout]       |
[INFO] [stdout] 13078 | pub type cl_mem_migration_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemMigrationFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13079:10
[INFO] [stdout]       |
[INFO] [stdout] 13079 | pub type cl_image_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_buffer_create_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13080:10
[INFO] [stdout]       |
[INFO] [stdout] 13080 | pub type cl_buffer_create_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferCreateType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_addressing_mode` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13081:10
[INFO] [stdout]       |
[INFO] [stdout] 13081 | pub type cl_addressing_mode = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClAddressingMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_filter_mode` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13082:10
[INFO] [stdout]       |
[INFO] [stdout] 13082 | pub type cl_filter_mode = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFilterMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13083:10
[INFO] [stdout]       |
[INFO] [stdout] 13083 | pub type cl_sampler_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_map_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13084:10
[INFO] [stdout]       |
[INFO] [stdout] 13084 | pub type cl_map_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMapFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_pipe_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13085:10
[INFO] [stdout]       |
[INFO] [stdout] 13085 | pub type cl_pipe_properties = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_pipe_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13086:10
[INFO] [stdout]       |
[INFO] [stdout] 13086 | pub type cl_pipe_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13087:10
[INFO] [stdout]       |
[INFO] [stdout] 13087 | pub type cl_program_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_build_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13088:10
[INFO] [stdout]       |
[INFO] [stdout] 13088 | pub type cl_program_build_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBuildInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_binary_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13089:10
[INFO] [stdout]       |
[INFO] [stdout] 13089 | pub type cl_program_binary_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBinaryType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_build_status` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13090:10
[INFO] [stdout]       |
[INFO] [stdout] 13090 | pub type cl_build_status = cl_int;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBuildStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13091:10
[INFO] [stdout]       |
[INFO] [stdout] 13091 | pub type cl_kernel_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13092:10
[INFO] [stdout]       |
[INFO] [stdout] 13092 | pub type cl_kernel_arg_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_address_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13093:10
[INFO] [stdout]       |
[INFO] [stdout] 13093 | pub type cl_kernel_arg_address_qualifier = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAddressQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_access_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13094:10
[INFO] [stdout]       |
[INFO] [stdout] 13094 | pub type cl_kernel_arg_access_qualifier = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAccessQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_type_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13095:10
[INFO] [stdout]       |
[INFO] [stdout] 13095 | pub type cl_kernel_arg_type_qualifier = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgTypeQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_work_group_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13096:10
[INFO] [stdout]       |
[INFO] [stdout] 13096 | pub type cl_kernel_work_group_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelWorkGroupInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_sub_group_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13097:10
[INFO] [stdout]       |
[INFO] [stdout] 13097 | pub type cl_kernel_sub_group_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelSubGroupInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_event_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13098:10
[INFO] [stdout]       |
[INFO] [stdout] 13098 | pub type cl_event_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClEventInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13099:10
[INFO] [stdout]       |
[INFO] [stdout] 13099 | pub type cl_command_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_profiling_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13100:10
[INFO] [stdout]       |
[INFO] [stdout] 13100 | pub type cl_profiling_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProfilingInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13101:10
[INFO] [stdout]       |
[INFO] [stdout] 13101 | pub type cl_sampler_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_exec_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13102:10
[INFO] [stdout]       |
[INFO] [stdout] 13102 | pub type cl_kernel_exec_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelExecInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_atomic_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13103:10
[INFO] [stdout]       |
[INFO] [stdout] 13103 | pub type cl_device_atomic_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAtomicCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_device_enqueue_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13104:10
[INFO] [stdout]       |
[INFO] [stdout] 13104 | pub type cl_device_device_enqueue_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceDeviceEnqueueCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_khronos_vendor_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13105:10
[INFO] [stdout]       |
[INFO] [stdout] 13105 | pub type cl_khronos_vendor_id = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKhronosVendorId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13106:10
[INFO] [stdout]       |
[INFO] [stdout] 13106 | pub type cl_mem_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_version` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13107:10
[INFO] [stdout]       |
[INFO] [stdout] 13107 | pub type cl_version = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_format` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13149:10
[INFO] [stdout]       |
[INFO] [stdout] 13149 | pub type cl_image_format = _cl_image_format;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_desc` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13311:10
[INFO] [stdout]       |
[INFO] [stdout] 13311 | pub type cl_image_desc = _cl_image_desc;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageDesc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_buffer_region` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13353:10
[INFO] [stdout]       |
[INFO] [stdout] 13353 | pub type cl_buffer_region = _cl_buffer_region;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferRegion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_name_version` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13395:10
[INFO] [stdout]       |
[INFO] [stdout] 13395 | pub type cl_name_version = _cl_name_version;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClNameVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_Rx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:337:11
[INFO] [stdout]     |
[INFO] [stdout] 337 | pub const CL_Rx: u32 = 4282;
[INFO] [stdout]     |           ^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RX`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_RGx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub const CL_RGx: u32 = 4283;
[INFO] [stdout]     |           ^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RGX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_RGBx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:339:11
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub const CL_RGBx: u32 = 4284;
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RGBX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGB` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:341:11
[INFO] [stdout]     |
[INFO] [stdout] 341 | pub const CL_sRGB: u32 = 4287;
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to upper case: `CL_S_RGB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGBx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:342:11
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub const CL_sRGBx: u32 = 4288;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_RGBX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGBA` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:343:11
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub const CL_sRGBA: u32 = 4289;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_RGBA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sBGRA` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 | pub const CL_sBGRA: u32 = 4290;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_BGRA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1411:9
[INFO] [stdout]      |
[INFO] [stdout] 1411 |     pub sA: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1412:9
[INFO] [stdout]      |
[INFO] [stdout] 1412 |     pub sB: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1413:9
[INFO] [stdout]      |
[INFO] [stdout] 1413 |     pub sC: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1414:9
[INFO] [stdout]      |
[INFO] [stdout] 1414 |     pub sD: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1415:9
[INFO] [stdout]      |
[INFO] [stdout] 1415 |     pub sE: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1416:9
[INFO] [stdout]      |
[INFO] [stdout] 1416 |     pub sF: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2522:9
[INFO] [stdout]      |
[INFO] [stdout] 2522 |     pub sA: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2523:9
[INFO] [stdout]      |
[INFO] [stdout] 2523 |     pub sB: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2524:9
[INFO] [stdout]      |
[INFO] [stdout] 2524 |     pub sC: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2525:9
[INFO] [stdout]      |
[INFO] [stdout] 2525 |     pub sD: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2526:9
[INFO] [stdout]      |
[INFO] [stdout] 2526 |     pub sE: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2527:9
[INFO] [stdout]      |
[INFO] [stdout] 2527 |     pub sF: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3656:9
[INFO] [stdout]      |
[INFO] [stdout] 3656 |     pub sA: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3657:9
[INFO] [stdout]      |
[INFO] [stdout] 3657 |     pub sB: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3658:9
[INFO] [stdout]      |
[INFO] [stdout] 3658 |     pub sC: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3659:9
[INFO] [stdout]      |
[INFO] [stdout] 3659 |     pub sD: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3660:9
[INFO] [stdout]      |
[INFO] [stdout] 3660 |     pub sE: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3661:9
[INFO] [stdout]      |
[INFO] [stdout] 3661 |     pub sF: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4791:9
[INFO] [stdout]      |
[INFO] [stdout] 4791 |     pub sA: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4792:9
[INFO] [stdout]      |
[INFO] [stdout] 4792 |     pub sB: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4793:9
[INFO] [stdout]      |
[INFO] [stdout] 4793 |     pub sC: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4794:9
[INFO] [stdout]      |
[INFO] [stdout] 4794 |     pub sD: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4795:9
[INFO] [stdout]      |
[INFO] [stdout] 4795 |     pub sE: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4796:9
[INFO] [stdout]      |
[INFO] [stdout] 4796 |     pub sF: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5889:9
[INFO] [stdout]      |
[INFO] [stdout] 5889 |     pub sA: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5890:9
[INFO] [stdout]      |
[INFO] [stdout] 5890 |     pub sB: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5891:9
[INFO] [stdout]      |
[INFO] [stdout] 5891 |     pub sC: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5892:9
[INFO] [stdout]      |
[INFO] [stdout] 5892 |     pub sD: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5893:9
[INFO] [stdout]      |
[INFO] [stdout] 5893 |     pub sE: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5894:9
[INFO] [stdout]      |
[INFO] [stdout] 5894 |     pub sF: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7027:9
[INFO] [stdout]      |
[INFO] [stdout] 7027 |     pub sA: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7028:9
[INFO] [stdout]      |
[INFO] [stdout] 7028 |     pub sB: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7029:9
[INFO] [stdout]      |
[INFO] [stdout] 7029 |     pub sC: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7030:9
[INFO] [stdout]      |
[INFO] [stdout] 7030 |     pub sD: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7031:9
[INFO] [stdout]      |
[INFO] [stdout] 7031 |     pub sE: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7032:9
[INFO] [stdout]      |
[INFO] [stdout] 7032 |     pub sF: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8186:9
[INFO] [stdout]      |
[INFO] [stdout] 8186 |     pub sA: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8187:9
[INFO] [stdout]      |
[INFO] [stdout] 8187 |     pub sB: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8188:9
[INFO] [stdout]      |
[INFO] [stdout] 8188 |     pub sC: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8189:9
[INFO] [stdout]      |
[INFO] [stdout] 8189 |     pub sD: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8190:9
[INFO] [stdout]      |
[INFO] [stdout] 8190 |     pub sE: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8191:9
[INFO] [stdout]      |
[INFO] [stdout] 8191 |     pub sF: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9324:9
[INFO] [stdout]      |
[INFO] [stdout] 9324 |     pub sA: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9325:9
[INFO] [stdout]      |
[INFO] [stdout] 9325 |     pub sB: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9326:9
[INFO] [stdout]      |
[INFO] [stdout] 9326 |     pub sC: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9327:9
[INFO] [stdout]      |
[INFO] [stdout] 9327 |     pub sD: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9328:9
[INFO] [stdout]      |
[INFO] [stdout] 9328 |     pub sE: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9329:9
[INFO] [stdout]      |
[INFO] [stdout] 9329 |     pub sF: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10452:9
[INFO] [stdout]       |
[INFO] [stdout] 10452 |     pub sA: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10453:9
[INFO] [stdout]       |
[INFO] [stdout] 10453 |     pub sB: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10454:9
[INFO] [stdout]       |
[INFO] [stdout] 10454 |     pub sC: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10455:9
[INFO] [stdout]       |
[INFO] [stdout] 10455 |     pub sD: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10456:9
[INFO] [stdout]       |
[INFO] [stdout] 10456 |     pub sE: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10457:9
[INFO] [stdout]       |
[INFO] [stdout] 10457 |     pub sF: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11601:9
[INFO] [stdout]       |
[INFO] [stdout] 11601 |     pub sA: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11602:9
[INFO] [stdout]       |
[INFO] [stdout] 11602 |     pub sB: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11603:9
[INFO] [stdout]       |
[INFO] [stdout] 11603 |     pub sC: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11604:9
[INFO] [stdout]       |
[INFO] [stdout] 11604 |     pub sD: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11605:9
[INFO] [stdout]       |
[INFO] [stdout] 11605 |     pub sE: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11606:9
[INFO] [stdout]       |
[INFO] [stdout] 11606 |     pub sF: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12739:9
[INFO] [stdout]       |
[INFO] [stdout] 12739 |     pub sA: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12740:9
[INFO] [stdout]       |
[INFO] [stdout] 12740 |     pub sB: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12741:9
[INFO] [stdout]       |
[INFO] [stdout] 12741 |     pub sC: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12742:9
[INFO] [stdout]       |
[INFO] [stdout] 12742 |     pub sD: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12743:9
[INFO] [stdout]       |
[INFO] [stdout] 12743 |     pub sE: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12744:9
[INFO] [stdout]       |
[INFO] [stdout] 12744 |     pub sF: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "93987fc455c4445b02125e58e9acf011866710628c6998df585e5ba1722a4daa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93987fc455c4445b02125e58e9acf011866710628c6998df585e5ba1722a4daa", kill_on_drop: false }`
[INFO] [stdout] 93987fc455c4445b02125e58e9acf011866710628c6998df585e5ba1722a4daa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d43af554e141144f1b446f00c86abb7a9c2566a9cb53d619ca8f96575c3ee55
[INFO] running `Command { std: "docker" "start" "-a" "5d43af554e141144f1b446f00c86abb7a9c2566a9cb53d619ca8f96575c3ee55", kill_on_drop: false }`
[INFO] [stdout] warning: type `cl_char` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:538:10
[INFO] [stdout]     |
[INFO] [stdout] 538 | pub type cl_char = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClChar`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uchar` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:539:10
[INFO] [stdout]     |
[INFO] [stdout] 539 | pub type cl_uchar = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_short` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:540:10
[INFO] [stdout]     |
[INFO] [stdout] 540 | pub type cl_short = ::std::os::raw::c_short;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClShort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ushort` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:541:10
[INFO] [stdout]     |
[INFO] [stdout] 541 | pub type cl_ushort = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_int` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:542:10
[INFO] [stdout]     |
[INFO] [stdout] 542 | pub type cl_int = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ClInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uint` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:543:10
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub type cl_uint = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_long` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:544:10
[INFO] [stdout]     |
[INFO] [stdout] 544 | pub type cl_long = ::std::os::raw::c_longlong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClLong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ulong` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:545:10
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub type cl_ulong = ::std::os::raw::c_ulonglong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_half` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:546:10
[INFO] [stdout]     |
[INFO] [stdout] 546 | pub type cl_half = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClHalf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_float` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:547:10
[INFO] [stdout]     |
[INFO] [stdout] 547 | pub type cl_float = f32;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_double` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:548:10
[INFO] [stdout]     |
[INFO] [stdout] 548 | pub type cl_double = f64;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m64` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:549:10
[INFO] [stdout]     |
[INFO] [stdout] 549 | pub type __m64 = [::std::os::raw::c_longlong; 1usize];
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `M64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128i` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:550:10
[INFO] [stdout]     |
[INFO] [stdout] 550 | pub type __m128i = [::std::os::raw::c_longlong; 2usize];
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:551:10
[INFO] [stdout]     |
[INFO] [stdout] 551 | pub type __m128 = [f32; 4usize];
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `M128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128d` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:552:10
[INFO] [stdout]     |
[INFO] [stdout] 552 | pub type __m128d = [f64; 2usize];
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_float4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:553:10
[INFO] [stdout]     |
[INFO] [stdout] 553 | pub type __cl_float4 = __m128;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uchar16` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:554:10
[INFO] [stdout]     |
[INFO] [stdout] 554 | pub type __cl_uchar16 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_char16` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:555:10
[INFO] [stdout]     |
[INFO] [stdout] 555 | pub type __cl_char16 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ushort8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:556:10
[INFO] [stdout]     |
[INFO] [stdout] 556 | pub type __cl_ushort8 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_short8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:557:10
[INFO] [stdout]     |
[INFO] [stdout] 557 | pub type __cl_short8 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uint4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:558:10
[INFO] [stdout]     |
[INFO] [stdout] 558 | pub type __cl_uint4 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_int4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:559:10
[INFO] [stdout]     |
[INFO] [stdout] 559 | pub type __cl_int4 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ulong2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:560:10
[INFO] [stdout]     |
[INFO] [stdout] 560 | pub type __cl_ulong2 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_long2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:561:10
[INFO] [stdout]     |
[INFO] [stdout] 561 | pub type __cl_long2 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClLong2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_double2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:562:10
[INFO] [stdout]     |
[INFO] [stdout] 562 | pub type __cl_double2 = __m128d;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uchar8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:563:10
[INFO] [stdout]     |
[INFO] [stdout] 563 | pub type __cl_uchar8 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_char8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:564:10
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub type __cl_char8 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ushort4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:565:10
[INFO] [stdout]     |
[INFO] [stdout] 565 | pub type __cl_ushort4 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_short4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:566:10
[INFO] [stdout]     |
[INFO] [stdout] 566 | pub type __cl_short4 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uint2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:567:10
[INFO] [stdout]     |
[INFO] [stdout] 567 | pub type __cl_uint2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_int2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:568:10
[INFO] [stdout]     |
[INFO] [stdout] 568 | pub type __cl_int2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_float2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:569:10
[INFO] [stdout]     |
[INFO] [stdout] 569 | pub type __cl_float2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_char3` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:932:10
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub type cl_char3 = cl_char4;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClChar3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uchar3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:2043:10
[INFO] [stdout]      |
[INFO] [stdout] 2043 | pub type cl_uchar3 = cl_uchar4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_short3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:3165:10
[INFO] [stdout]      |
[INFO] [stdout] 3165 | pub type cl_short3 = cl_short4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ushort3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:4300:10
[INFO] [stdout]      |
[INFO] [stdout] 4300 | pub type cl_ushort3 = cl_ushort4;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_half3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:5424:10
[INFO] [stdout]      |
[INFO] [stdout] 5424 | pub type cl_half3 = cl_half4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClHalf3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_int3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:6535:10
[INFO] [stdout]      |
[INFO] [stdout] 6535 | pub type cl_int3 = cl_int4;
[INFO] [stdout]      |          ^^^^^^^ help: convert the identifier to upper camel case: `ClInt3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uint3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:7694:10
[INFO] [stdout]      |
[INFO] [stdout] 7694 | pub type cl_uint3 = cl_uint4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUint3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_long3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:8844:10
[INFO] [stdout]      |
[INFO] [stdout] 8844 | pub type cl_long3 = cl_long4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClLong3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ulong3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:9972:10
[INFO] [stdout]      |
[INFO] [stdout] 9972 | pub type cl_ulong3 = cl_ulong4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_float3` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:11109:10
[INFO] [stdout]       |
[INFO] [stdout] 11109 | pub type cl_float3 = cl_float4;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_double3` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:12259:10
[INFO] [stdout]       |
[INFO] [stdout] 12259 | pub type cl_double3 = cl_double4;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_platform_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13005:10
[INFO] [stdout]       |
[INFO] [stdout] 13005 | pub type cl_platform_id = *mut _cl_platform_id;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13011:10
[INFO] [stdout]       |
[INFO] [stdout] 13011 | pub type cl_device_id = *mut _cl_device_id;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13017:10
[INFO] [stdout]       |
[INFO] [stdout] 13017 | pub type cl_context = *mut _cl_context;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContext`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13023:10
[INFO] [stdout]       |
[INFO] [stdout] 13023 | pub type cl_command_queue = *mut _cl_command_queue;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13029:10
[INFO] [stdout]       |
[INFO] [stdout] 13029 | pub type cl_mem = *mut _cl_mem;
[INFO] [stdout]       |          ^^^^^^ help: convert the identifier to upper camel case: `ClMem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13035:10
[INFO] [stdout]       |
[INFO] [stdout] 13035 | pub type cl_program = *mut _cl_program;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgram`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13041:10
[INFO] [stdout]       |
[INFO] [stdout] 13041 | pub type cl_kernel = *mut _cl_kernel;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_event` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13047:10
[INFO] [stdout]       |
[INFO] [stdout] 13047 | pub type cl_event = *mut _cl_event;
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13053:10
[INFO] [stdout]       |
[INFO] [stdout] 13053 | pub type cl_sampler = *mut _cl_sampler;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSampler`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_bool` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13054:10
[INFO] [stdout]       |
[INFO] [stdout] 13054 | pub type cl_bool = cl_uint;
[INFO] [stdout]       |          ^^^^^^^ help: convert the identifier to upper camel case: `ClBool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_bitfield` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13055:10
[INFO] [stdout]       |
[INFO] [stdout] 13055 | pub type cl_bitfield = cl_ulong;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBitfield`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13056:10
[INFO] [stdout]       |
[INFO] [stdout] 13056 | pub type cl_properties = cl_ulong;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13057:10
[INFO] [stdout]       |
[INFO] [stdout] 13057 | pub type cl_device_type = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_platform_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13058:10
[INFO] [stdout]       |
[INFO] [stdout] 13058 | pub type cl_platform_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13059:10
[INFO] [stdout]       |
[INFO] [stdout] 13059 | pub type cl_device_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_fp_config` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13060:10
[INFO] [stdout]       |
[INFO] [stdout] 13060 | pub type cl_device_fp_config = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceFpConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_mem_cache_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13061:10
[INFO] [stdout]       |
[INFO] [stdout] 13061 | pub type cl_device_mem_cache_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceMemCacheType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_local_mem_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13062:10
[INFO] [stdout]       |
[INFO] [stdout] 13062 | pub type cl_device_local_mem_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceLocalMemType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_exec_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13063:10
[INFO] [stdout]       |
[INFO] [stdout] 13063 | pub type cl_device_exec_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceExecCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_svm_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13064:10
[INFO] [stdout]       |
[INFO] [stdout] 13064 | pub type cl_device_svm_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceSvmCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13065:10
[INFO] [stdout]       |
[INFO] [stdout] 13065 | pub type cl_command_queue_properties = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_partition_property` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13066:10
[INFO] [stdout]       |
[INFO] [stdout] 13066 | pub type cl_device_partition_property = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDevicePartitionProperty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_affinity_domain` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13067:10
[INFO] [stdout]       |
[INFO] [stdout] 13067 | pub type cl_device_affinity_domain = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAffinityDomain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13068:10
[INFO] [stdout]       |
[INFO] [stdout] 13068 | pub type cl_context_properties = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13069:10
[INFO] [stdout]       |
[INFO] [stdout] 13069 | pub type cl_context_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_queue_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13070:10
[INFO] [stdout]       |
[INFO] [stdout] 13070 | pub type cl_queue_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClQueueProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13071:10
[INFO] [stdout]       |
[INFO] [stdout] 13071 | pub type cl_command_queue_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_channel_order` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13072:10
[INFO] [stdout]       |
[INFO] [stdout] 13072 | pub type cl_channel_order = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelOrder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_channel_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13073:10
[INFO] [stdout]       |
[INFO] [stdout] 13073 | pub type cl_channel_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13074:10
[INFO] [stdout]       |
[INFO] [stdout] 13074 | pub type cl_mem_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_svm_mem_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13075:10
[INFO] [stdout]       |
[INFO] [stdout] 13075 | pub type cl_svm_mem_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSvmMemFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_object_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13076:10
[INFO] [stdout]       |
[INFO] [stdout] 13076 | pub type cl_mem_object_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemObjectType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13077:10
[INFO] [stdout]       |
[INFO] [stdout] 13077 | pub type cl_mem_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_migration_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13078:10
[INFO] [stdout]       |
[INFO] [stdout] 13078 | pub type cl_mem_migration_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemMigrationFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13079:10
[INFO] [stdout]       |
[INFO] [stdout] 13079 | pub type cl_image_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_buffer_create_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13080:10
[INFO] [stdout]       |
[INFO] [stdout] 13080 | pub type cl_buffer_create_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferCreateType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_addressing_mode` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13081:10
[INFO] [stdout]       |
[INFO] [stdout] 13081 | pub type cl_addressing_mode = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClAddressingMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_filter_mode` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13082:10
[INFO] [stdout]       |
[INFO] [stdout] 13082 | pub type cl_filter_mode = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFilterMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13083:10
[INFO] [stdout]       |
[INFO] [stdout] 13083 | pub type cl_sampler_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_map_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13084:10
[INFO] [stdout]       |
[INFO] [stdout] 13084 | pub type cl_map_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMapFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_pipe_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13085:10
[INFO] [stdout]       |
[INFO] [stdout] 13085 | pub type cl_pipe_properties = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_pipe_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13086:10
[INFO] [stdout]       |
[INFO] [stdout] 13086 | pub type cl_pipe_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13087:10
[INFO] [stdout]       |
[INFO] [stdout] 13087 | pub type cl_program_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_build_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13088:10
[INFO] [stdout]       |
[INFO] [stdout] 13088 | pub type cl_program_build_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBuildInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_binary_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13089:10
[INFO] [stdout]       |
[INFO] [stdout] 13089 | pub type cl_program_binary_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBinaryType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_build_status` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13090:10
[INFO] [stdout]       |
[INFO] [stdout] 13090 | pub type cl_build_status = cl_int;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBuildStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13091:10
[INFO] [stdout]       |
[INFO] [stdout] 13091 | pub type cl_kernel_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13092:10
[INFO] [stdout]       |
[INFO] [stdout] 13092 | pub type cl_kernel_arg_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_address_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13093:10
[INFO] [stdout]       |
[INFO] [stdout] 13093 | pub type cl_kernel_arg_address_qualifier = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAddressQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_access_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13094:10
[INFO] [stdout]       |
[INFO] [stdout] 13094 | pub type cl_kernel_arg_access_qualifier = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAccessQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_type_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13095:10
[INFO] [stdout]       |
[INFO] [stdout] 13095 | pub type cl_kernel_arg_type_qualifier = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgTypeQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_work_group_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13096:10
[INFO] [stdout]       |
[INFO] [stdout] 13096 | pub type cl_kernel_work_group_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelWorkGroupInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_sub_group_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13097:10
[INFO] [stdout]       |
[INFO] [stdout] 13097 | pub type cl_kernel_sub_group_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelSubGroupInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_event_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13098:10
[INFO] [stdout]       |
[INFO] [stdout] 13098 | pub type cl_event_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClEventInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13099:10
[INFO] [stdout]       |
[INFO] [stdout] 13099 | pub type cl_command_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_profiling_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13100:10
[INFO] [stdout]       |
[INFO] [stdout] 13100 | pub type cl_profiling_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProfilingInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13101:10
[INFO] [stdout]       |
[INFO] [stdout] 13101 | pub type cl_sampler_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_exec_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13102:10
[INFO] [stdout]       |
[INFO] [stdout] 13102 | pub type cl_kernel_exec_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelExecInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_atomic_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13103:10
[INFO] [stdout]       |
[INFO] [stdout] 13103 | pub type cl_device_atomic_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAtomicCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_device_enqueue_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13104:10
[INFO] [stdout]       |
[INFO] [stdout] 13104 | pub type cl_device_device_enqueue_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceDeviceEnqueueCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_khronos_vendor_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13105:10
[INFO] [stdout]       |
[INFO] [stdout] 13105 | pub type cl_khronos_vendor_id = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKhronosVendorId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13106:10
[INFO] [stdout]       |
[INFO] [stdout] 13106 | pub type cl_mem_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_version` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13107:10
[INFO] [stdout]       |
[INFO] [stdout] 13107 | pub type cl_version = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_format` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13149:10
[INFO] [stdout]       |
[INFO] [stdout] 13149 | pub type cl_image_format = _cl_image_format;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_desc` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13311:10
[INFO] [stdout]       |
[INFO] [stdout] 13311 | pub type cl_image_desc = _cl_image_desc;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageDesc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_buffer_region` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13353:10
[INFO] [stdout]       |
[INFO] [stdout] 13353 | pub type cl_buffer_region = _cl_buffer_region;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferRegion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_name_version` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13395:10
[INFO] [stdout]       |
[INFO] [stdout] 13395 | pub type cl_name_version = _cl_name_version;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClNameVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_Rx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:337:11
[INFO] [stdout]     |
[INFO] [stdout] 337 | pub const CL_Rx: u32 = 4282;
[INFO] [stdout]     |           ^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RX`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_RGx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub const CL_RGx: u32 = 4283;
[INFO] [stdout]     |           ^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RGX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_RGBx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:339:11
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub const CL_RGBx: u32 = 4284;
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RGBX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGB` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:341:11
[INFO] [stdout]     |
[INFO] [stdout] 341 | pub const CL_sRGB: u32 = 4287;
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to upper case: `CL_S_RGB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGBx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:342:11
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub const CL_sRGBx: u32 = 4288;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_RGBX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGBA` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:343:11
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub const CL_sRGBA: u32 = 4289;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_RGBA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sBGRA` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 | pub const CL_sBGRA: u32 = 4290;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_BGRA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1411:9
[INFO] [stdout]      |
[INFO] [stdout] 1411 |     pub sA: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1412:9
[INFO] [stdout]      |
[INFO] [stdout] 1412 |     pub sB: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1413:9
[INFO] [stdout]      |
[INFO] [stdout] 1413 |     pub sC: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1414:9
[INFO] [stdout]      |
[INFO] [stdout] 1414 |     pub sD: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1415:9
[INFO] [stdout]      |
[INFO] [stdout] 1415 |     pub sE: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1416:9
[INFO] [stdout]      |
[INFO] [stdout] 1416 |     pub sF: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2522:9
[INFO] [stdout]      |
[INFO] [stdout] 2522 |     pub sA: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2523:9
[INFO] [stdout]      |
[INFO] [stdout] 2523 |     pub sB: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2524:9
[INFO] [stdout]      |
[INFO] [stdout] 2524 |     pub sC: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2525:9
[INFO] [stdout]      |
[INFO] [stdout] 2525 |     pub sD: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2526:9
[INFO] [stdout]      |
[INFO] [stdout] 2526 |     pub sE: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2527:9
[INFO] [stdout]      |
[INFO] [stdout] 2527 |     pub sF: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3656:9
[INFO] [stdout]      |
[INFO] [stdout] 3656 |     pub sA: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3657:9
[INFO] [stdout]      |
[INFO] [stdout] 3657 |     pub sB: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3658:9
[INFO] [stdout]      |
[INFO] [stdout] 3658 |     pub sC: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3659:9
[INFO] [stdout]      |
[INFO] [stdout] 3659 |     pub sD: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3660:9
[INFO] [stdout]      |
[INFO] [stdout] 3660 |     pub sE: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3661:9
[INFO] [stdout]      |
[INFO] [stdout] 3661 |     pub sF: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4791:9
[INFO] [stdout]      |
[INFO] [stdout] 4791 |     pub sA: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4792:9
[INFO] [stdout]      |
[INFO] [stdout] 4792 |     pub sB: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4793:9
[INFO] [stdout]      |
[INFO] [stdout] 4793 |     pub sC: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling obwio v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4794:9
[INFO] [stdout]      |
[INFO] [stdout] 4794 |     pub sD: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4795:9
[INFO] [stdout]      |
[INFO] [stdout] 4795 |     pub sE: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4796:9
[INFO] [stdout]      |
[INFO] [stdout] 4796 |     pub sF: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5889:9
[INFO] [stdout]      |
[INFO] [stdout] 5889 |     pub sA: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5890:9
[INFO] [stdout]      |
[INFO] [stdout] 5890 |     pub sB: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5891:9
[INFO] [stdout]      |
[INFO] [stdout] 5891 |     pub sC: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5892:9
[INFO] [stdout]      |
[INFO] [stdout] 5892 |     pub sD: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5893:9
[INFO] [stdout]      |
[INFO] [stdout] 5893 |     pub sE: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5894:9
[INFO] [stdout]      |
[INFO] [stdout] 5894 |     pub sF: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7027:9
[INFO] [stdout]      |
[INFO] [stdout] 7027 |     pub sA: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7028:9
[INFO] [stdout]      |
[INFO] [stdout] 7028 |     pub sB: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7029:9
[INFO] [stdout]      |
[INFO] [stdout] 7029 |     pub sC: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7030:9
[INFO] [stdout]      |
[INFO] [stdout] 7030 |     pub sD: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7031:9
[INFO] [stdout]      |
[INFO] [stdout] 7031 |     pub sE: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7032:9
[INFO] [stdout]      |
[INFO] [stdout] 7032 |     pub sF: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8186:9
[INFO] [stdout]      |
[INFO] [stdout] 8186 |     pub sA: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8187:9
[INFO] [stdout]      |
[INFO] [stdout] 8187 |     pub sB: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8188:9
[INFO] [stdout]      |
[INFO] [stdout] 8188 |     pub sC: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8189:9
[INFO] [stdout]      |
[INFO] [stdout] 8189 |     pub sD: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8190:9
[INFO] [stdout]      |
[INFO] [stdout] 8190 |     pub sE: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8191:9
[INFO] [stdout]      |
[INFO] [stdout] 8191 |     pub sF: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9324:9
[INFO] [stdout]      |
[INFO] [stdout] 9324 |     pub sA: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9325:9
[INFO] [stdout]      |
[INFO] [stdout] 9325 |     pub sB: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9326:9
[INFO] [stdout]      |
[INFO] [stdout] 9326 |     pub sC: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9327:9
[INFO] [stdout]      |
[INFO] [stdout] 9327 |     pub sD: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9328:9
[INFO] [stdout]      |
[INFO] [stdout] 9328 |     pub sE: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9329:9
[INFO] [stdout]      |
[INFO] [stdout] 9329 |     pub sF: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10452:9
[INFO] [stdout]       |
[INFO] [stdout] 10452 |     pub sA: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10453:9
[INFO] [stdout]       |
[INFO] [stdout] 10453 |     pub sB: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10454:9
[INFO] [stdout]       |
[INFO] [stdout] 10454 |     pub sC: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10455:9
[INFO] [stdout]       |
[INFO] [stdout] 10455 |     pub sD: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10456:9
[INFO] [stdout]       |
[INFO] [stdout] 10456 |     pub sE: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10457:9
[INFO] [stdout]       |
[INFO] [stdout] 10457 |     pub sF: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11601:9
[INFO] [stdout]       |
[INFO] [stdout] 11601 |     pub sA: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11602:9
[INFO] [stdout]       |
[INFO] [stdout] 11602 |     pub sB: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11603:9
[INFO] [stdout]       |
[INFO] [stdout] 11603 |     pub sC: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11604:9
[INFO] [stdout]       |
[INFO] [stdout] 11604 |     pub sD: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11605:9
[INFO] [stdout]       |
[INFO] [stdout] 11605 |     pub sE: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11606:9
[INFO] [stdout]       |
[INFO] [stdout] 11606 |     pub sF: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12739:9
[INFO] [stdout]       |
[INFO] [stdout] 12739 |     pub sA: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12740:9
[INFO] [stdout]       |
[INFO] [stdout] 12740 |     pub sB: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12741:9
[INFO] [stdout]       |
[INFO] [stdout] 12741 |     pub sC: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12742:9
[INFO] [stdout]       |
[INFO] [stdout] 12742 |     pub sD: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12743:9
[INFO] [stdout]       |
[INFO] [stdout] 12743 |     pub sE: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12744:9
[INFO] [stdout]       |
[INFO] [stdout] 12744 |     pub sF: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_char` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:538:10
[INFO] [stdout]     |
[INFO] [stdout] 538 | pub type cl_char = ::std::os::raw::c_schar;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClChar`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uchar` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:539:10
[INFO] [stdout]     |
[INFO] [stdout] 539 | pub type cl_uchar = ::std::os::raw::c_uchar;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_short` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:540:10
[INFO] [stdout]     |
[INFO] [stdout] 540 | pub type cl_short = ::std::os::raw::c_short;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClShort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ushort` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:541:10
[INFO] [stdout]     |
[INFO] [stdout] 541 | pub type cl_ushort = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_int` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:542:10
[INFO] [stdout]     |
[INFO] [stdout] 542 | pub type cl_int = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `ClInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uint` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:543:10
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub type cl_uint = ::std::os::raw::c_uint;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_long` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:544:10
[INFO] [stdout]     |
[INFO] [stdout] 544 | pub type cl_long = ::std::os::raw::c_longlong;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClLong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ulong` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:545:10
[INFO] [stdout]     |
[INFO] [stdout] 545 | pub type cl_ulong = ::std::os::raw::c_ulonglong;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_half` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:546:10
[INFO] [stdout]     |
[INFO] [stdout] 546 | pub type cl_half = ::std::os::raw::c_ushort;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClHalf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_float` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:547:10
[INFO] [stdout]     |
[INFO] [stdout] 547 | pub type cl_float = f32;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_double` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:548:10
[INFO] [stdout]     |
[INFO] [stdout] 548 | pub type cl_double = f64;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m64` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:549:10
[INFO] [stdout]     |
[INFO] [stdout] 549 | pub type __m64 = [::std::os::raw::c_longlong; 1usize];
[INFO] [stdout]     |          ^^^^^ help: convert the identifier to upper camel case: `M64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128i` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:550:10
[INFO] [stdout]     |
[INFO] [stdout] 550 | pub type __m128i = [::std::os::raw::c_longlong; 2usize];
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:551:10
[INFO] [stdout]     |
[INFO] [stdout] 551 | pub type __m128 = [f32; 4usize];
[INFO] [stdout]     |          ^^^^^^ help: convert the identifier to upper camel case: `M128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__m128d` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:552:10
[INFO] [stdout]     |
[INFO] [stdout] 552 | pub type __m128d = [f64; 2usize];
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_float4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:553:10
[INFO] [stdout]     |
[INFO] [stdout] 553 | pub type __cl_float4 = __m128;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uchar16` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:554:10
[INFO] [stdout]     |
[INFO] [stdout] 554 | pub type __cl_uchar16 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_char16` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:555:10
[INFO] [stdout]     |
[INFO] [stdout] 555 | pub type __cl_char16 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ushort8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:556:10
[INFO] [stdout]     |
[INFO] [stdout] 556 | pub type __cl_ushort8 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_short8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:557:10
[INFO] [stdout]     |
[INFO] [stdout] 557 | pub type __cl_short8 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uint4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:558:10
[INFO] [stdout]     |
[INFO] [stdout] 558 | pub type __cl_uint4 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_int4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:559:10
[INFO] [stdout]     |
[INFO] [stdout] 559 | pub type __cl_int4 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ulong2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:560:10
[INFO] [stdout]     |
[INFO] [stdout] 560 | pub type __cl_ulong2 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_long2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:561:10
[INFO] [stdout]     |
[INFO] [stdout] 561 | pub type __cl_long2 = __m128i;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClLong2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_double2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:562:10
[INFO] [stdout]     |
[INFO] [stdout] 562 | pub type __cl_double2 = __m128d;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uchar8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:563:10
[INFO] [stdout]     |
[INFO] [stdout] 563 | pub type __cl_uchar8 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_char8` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:564:10
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub type __cl_char8 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_ushort4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:565:10
[INFO] [stdout]     |
[INFO] [stdout] 565 | pub type __cl_ushort4 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_short4` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:566:10
[INFO] [stdout]     |
[INFO] [stdout] 566 | pub type __cl_short4 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_uint2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:567:10
[INFO] [stdout]     |
[INFO] [stdout] 567 | pub type __cl_uint2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_int2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:568:10
[INFO] [stdout]     |
[INFO] [stdout] 568 | pub type __cl_int2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__cl_float2` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:569:10
[INFO] [stdout]     |
[INFO] [stdout] 569 | pub type __cl_float2 = __m64;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_char3` should have an upper camel case name
[INFO] [stdout]    --> src/bindings.rs:932:10
[INFO] [stdout]     |
[INFO] [stdout] 932 | pub type cl_char3 = cl_char4;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClChar3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uchar3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:2043:10
[INFO] [stdout]      |
[INFO] [stdout] 2043 | pub type cl_uchar3 = cl_uchar4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_short3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:3165:10
[INFO] [stdout]      |
[INFO] [stdout] 3165 | pub type cl_short3 = cl_short4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ushort3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:4300:10
[INFO] [stdout]      |
[INFO] [stdout] 4300 | pub type cl_ushort3 = cl_ushort4;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_half3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:5424:10
[INFO] [stdout]      |
[INFO] [stdout] 5424 | pub type cl_half3 = cl_half4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClHalf3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_int3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:6535:10
[INFO] [stdout]      |
[INFO] [stdout] 6535 | pub type cl_int3 = cl_int4;
[INFO] [stdout]      |          ^^^^^^^ help: convert the identifier to upper camel case: `ClInt3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_uint3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:7694:10
[INFO] [stdout]      |
[INFO] [stdout] 7694 | pub type cl_uint3 = cl_uint4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUint3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_long3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:8844:10
[INFO] [stdout]      |
[INFO] [stdout] 8844 | pub type cl_long3 = cl_long4;
[INFO] [stdout]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClLong3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_ulong3` should have an upper camel case name
[INFO] [stdout]     --> src/bindings.rs:9972:10
[INFO] [stdout]      |
[INFO] [stdout] 9972 | pub type cl_ulong3 = cl_ulong4;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_float3` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:11109:10
[INFO] [stdout]       |
[INFO] [stdout] 11109 | pub type cl_float3 = cl_float4;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_double3` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:12259:10
[INFO] [stdout]       |
[INFO] [stdout] 12259 | pub type cl_double3 = cl_double4;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_platform_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13005:10
[INFO] [stdout]       |
[INFO] [stdout] 13005 | pub type cl_platform_id = *mut _cl_platform_id;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13011:10
[INFO] [stdout]       |
[INFO] [stdout] 13011 | pub type cl_device_id = *mut _cl_device_id;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13017:10
[INFO] [stdout]       |
[INFO] [stdout] 13017 | pub type cl_context = *mut _cl_context;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContext`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13023:10
[INFO] [stdout]       |
[INFO] [stdout] 13023 | pub type cl_command_queue = *mut _cl_command_queue;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13029:10
[INFO] [stdout]       |
[INFO] [stdout] 13029 | pub type cl_mem = *mut _cl_mem;
[INFO] [stdout]       |          ^^^^^^ help: convert the identifier to upper camel case: `ClMem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13035:10
[INFO] [stdout]       |
[INFO] [stdout] 13035 | pub type cl_program = *mut _cl_program;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgram`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13041:10
[INFO] [stdout]       |
[INFO] [stdout] 13041 | pub type cl_kernel = *mut _cl_kernel;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_event` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13047:10
[INFO] [stdout]       |
[INFO] [stdout] 13047 | pub type cl_event = *mut _cl_event;
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13053:10
[INFO] [stdout]       |
[INFO] [stdout] 13053 | pub type cl_sampler = *mut _cl_sampler;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSampler`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_bool` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13054:10
[INFO] [stdout]       |
[INFO] [stdout] 13054 | pub type cl_bool = cl_uint;
[INFO] [stdout]       |          ^^^^^^^ help: convert the identifier to upper camel case: `ClBool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_bitfield` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13055:10
[INFO] [stdout]       |
[INFO] [stdout] 13055 | pub type cl_bitfield = cl_ulong;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBitfield`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13056:10
[INFO] [stdout]       |
[INFO] [stdout] 13056 | pub type cl_properties = cl_ulong;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13057:10
[INFO] [stdout]       |
[INFO] [stdout] 13057 | pub type cl_device_type = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_platform_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13058:10
[INFO] [stdout]       |
[INFO] [stdout] 13058 | pub type cl_platform_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13059:10
[INFO] [stdout]       |
[INFO] [stdout] 13059 | pub type cl_device_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_fp_config` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13060:10
[INFO] [stdout]       |
[INFO] [stdout] 13060 | pub type cl_device_fp_config = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceFpConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_mem_cache_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13061:10
[INFO] [stdout]       |
[INFO] [stdout] 13061 | pub type cl_device_mem_cache_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceMemCacheType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_local_mem_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13062:10
[INFO] [stdout]       |
[INFO] [stdout] 13062 | pub type cl_device_local_mem_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceLocalMemType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_exec_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13063:10
[INFO] [stdout]       |
[INFO] [stdout] 13063 | pub type cl_device_exec_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceExecCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_svm_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13064:10
[INFO] [stdout]       |
[INFO] [stdout] 13064 | pub type cl_device_svm_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceSvmCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13065:10
[INFO] [stdout]       |
[INFO] [stdout] 13065 | pub type cl_command_queue_properties = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_partition_property` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13066:10
[INFO] [stdout]       |
[INFO] [stdout] 13066 | pub type cl_device_partition_property = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDevicePartitionProperty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_affinity_domain` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13067:10
[INFO] [stdout]       |
[INFO] [stdout] 13067 | pub type cl_device_affinity_domain = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAffinityDomain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13068:10
[INFO] [stdout]       |
[INFO] [stdout] 13068 | pub type cl_context_properties = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_context_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13069:10
[INFO] [stdout]       |
[INFO] [stdout] 13069 | pub type cl_context_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_queue_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13070:10
[INFO] [stdout]       |
[INFO] [stdout] 13070 | pub type cl_queue_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClQueueProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_queue_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13071:10
[INFO] [stdout]       |
[INFO] [stdout] 13071 | pub type cl_command_queue_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_channel_order` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13072:10
[INFO] [stdout]       |
[INFO] [stdout] 13072 | pub type cl_channel_order = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelOrder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_channel_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13073:10
[INFO] [stdout]       |
[INFO] [stdout] 13073 | pub type cl_channel_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13074:10
[INFO] [stdout]       |
[INFO] [stdout] 13074 | pub type cl_mem_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_svm_mem_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13075:10
[INFO] [stdout]       |
[INFO] [stdout] 13075 | pub type cl_svm_mem_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSvmMemFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_object_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13076:10
[INFO] [stdout]       |
[INFO] [stdout] 13076 | pub type cl_mem_object_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemObjectType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13077:10
[INFO] [stdout]       |
[INFO] [stdout] 13077 | pub type cl_mem_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_migration_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13078:10
[INFO] [stdout]       |
[INFO] [stdout] 13078 | pub type cl_mem_migration_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemMigrationFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13079:10
[INFO] [stdout]       |
[INFO] [stdout] 13079 | pub type cl_image_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_buffer_create_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13080:10
[INFO] [stdout]       |
[INFO] [stdout] 13080 | pub type cl_buffer_create_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferCreateType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_addressing_mode` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13081:10
[INFO] [stdout]       |
[INFO] [stdout] 13081 | pub type cl_addressing_mode = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClAddressingMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_filter_mode` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13082:10
[INFO] [stdout]       |
[INFO] [stdout] 13082 | pub type cl_filter_mode = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFilterMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13083:10
[INFO] [stdout]       |
[INFO] [stdout] 13083 | pub type cl_sampler_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_map_flags` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13084:10
[INFO] [stdout]       |
[INFO] [stdout] 13084 | pub type cl_map_flags = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMapFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_pipe_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13085:10
[INFO] [stdout]       |
[INFO] [stdout] 13085 | pub type cl_pipe_properties = isize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_pipe_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13086:10
[INFO] [stdout]       |
[INFO] [stdout] 13086 | pub type cl_pipe_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13087:10
[INFO] [stdout]       |
[INFO] [stdout] 13087 | pub type cl_program_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_build_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13088:10
[INFO] [stdout]       |
[INFO] [stdout] 13088 | pub type cl_program_build_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBuildInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_program_binary_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13089:10
[INFO] [stdout]       |
[INFO] [stdout] 13089 | pub type cl_program_binary_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBinaryType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_build_status` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13090:10
[INFO] [stdout]       |
[INFO] [stdout] 13090 | pub type cl_build_status = cl_int;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBuildStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13091:10
[INFO] [stdout]       |
[INFO] [stdout] 13091 | pub type cl_kernel_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13092:10
[INFO] [stdout]       |
[INFO] [stdout] 13092 | pub type cl_kernel_arg_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_address_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13093:10
[INFO] [stdout]       |
[INFO] [stdout] 13093 | pub type cl_kernel_arg_address_qualifier = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAddressQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_access_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13094:10
[INFO] [stdout]       |
[INFO] [stdout] 13094 | pub type cl_kernel_arg_access_qualifier = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAccessQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_arg_type_qualifier` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13095:10
[INFO] [stdout]       |
[INFO] [stdout] 13095 | pub type cl_kernel_arg_type_qualifier = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgTypeQualifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_work_group_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13096:10
[INFO] [stdout]       |
[INFO] [stdout] 13096 | pub type cl_kernel_work_group_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelWorkGroupInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_sub_group_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13097:10
[INFO] [stdout]       |
[INFO] [stdout] 13097 | pub type cl_kernel_sub_group_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelSubGroupInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_event_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13098:10
[INFO] [stdout]       |
[INFO] [stdout] 13098 | pub type cl_event_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClEventInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_command_type` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13099:10
[INFO] [stdout]       |
[INFO] [stdout] 13099 | pub type cl_command_type = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_profiling_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13100:10
[INFO] [stdout]       |
[INFO] [stdout] 13100 | pub type cl_profiling_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProfilingInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_sampler_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13101:10
[INFO] [stdout]       |
[INFO] [stdout] 13101 | pub type cl_sampler_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_kernel_exec_info` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13102:10
[INFO] [stdout]       |
[INFO] [stdout] 13102 | pub type cl_kernel_exec_info = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelExecInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_atomic_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13103:10
[INFO] [stdout]       |
[INFO] [stdout] 13103 | pub type cl_device_atomic_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAtomicCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_device_device_enqueue_capabilities` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13104:10
[INFO] [stdout]       |
[INFO] [stdout] 13104 | pub type cl_device_device_enqueue_capabilities = cl_bitfield;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceDeviceEnqueueCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_khronos_vendor_id` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13105:10
[INFO] [stdout]       |
[INFO] [stdout] 13105 | pub type cl_khronos_vendor_id = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKhronosVendorId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_mem_properties` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13106:10
[INFO] [stdout]       |
[INFO] [stdout] 13106 | pub type cl_mem_properties = cl_properties;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_version` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13107:10
[INFO] [stdout]       |
[INFO] [stdout] 13107 | pub type cl_version = cl_uint;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_format` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13149:10
[INFO] [stdout]       |
[INFO] [stdout] 13149 | pub type cl_image_format = _cl_image_format;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_image_desc` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13311:10
[INFO] [stdout]       |
[INFO] [stdout] 13311 | pub type cl_image_desc = _cl_image_desc;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageDesc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_buffer_region` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13353:10
[INFO] [stdout]       |
[INFO] [stdout] 13353 | pub type cl_buffer_region = _cl_buffer_region;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferRegion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cl_name_version` should have an upper camel case name
[INFO] [stdout]      --> src/bindings.rs:13395:10
[INFO] [stdout]       |
[INFO] [stdout] 13395 | pub type cl_name_version = _cl_name_version;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClNameVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_Rx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:337:11
[INFO] [stdout]     |
[INFO] [stdout] 337 | pub const CL_Rx: u32 = 4282;
[INFO] [stdout]     |           ^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RX`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_RGx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub const CL_RGx: u32 = 4283;
[INFO] [stdout]     |           ^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RGX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_RGBx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:339:11
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub const CL_RGBx: u32 = 4284;
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RGBX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGB` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:341:11
[INFO] [stdout]     |
[INFO] [stdout] 341 | pub const CL_sRGB: u32 = 4287;
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to upper case: `CL_S_RGB`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGBx` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:342:11
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub const CL_sRGBx: u32 = 4288;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_RGBX`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sRGBA` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:343:11
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub const CL_sRGBA: u32 = 4289;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_RGBA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CL_sBGRA` should have an upper case name
[INFO] [stdout]    --> src/bindings.rs:344:11
[INFO] [stdout]     |
[INFO] [stdout] 344 | pub const CL_sBGRA: u32 = 4290;
[INFO] [stdout]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_BGRA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]    --> src/bindings.rs:585:4
[INFO] [stdout]     |
[INFO] [stdout] 585 | fn bindgen_test_layout_cl_char2__bindgen_ty_1() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char2_bindgen_ty_1`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]    --> src/bindings.rs:627:4
[INFO] [stdout]     |
[INFO] [stdout] 627 | fn bindgen_test_layout_cl_char2__bindgen_ty_2() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]    --> src/bindings.rs:669:4
[INFO] [stdout]     |
[INFO] [stdout] 669 | fn bindgen_test_layout_cl_char2__bindgen_ty_3() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]    --> src/bindings.rs:746:4
[INFO] [stdout]     |
[INFO] [stdout] 746 | fn bindgen_test_layout_cl_char4__bindgen_ty_1() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]    --> src/bindings.rs:810:4
[INFO] [stdout]     |
[INFO] [stdout] 810 | fn bindgen_test_layout_cl_char4__bindgen_ty_2() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]    --> src/bindings.rs:872:4
[INFO] [stdout]     |
[INFO] [stdout] 872 | fn bindgen_test_layout_cl_char4__bindgen_ty_3() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]    --> src/bindings.rs:951:4
[INFO] [stdout]     |
[INFO] [stdout] 951 | fn bindgen_test_layout_cl_char8__bindgen_ty_1() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1019:4
[INFO] [stdout]      |
[INFO] [stdout] 1019 | fn bindgen_test_layout_cl_char8__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1121:4
[INFO] [stdout]      |
[INFO] [stdout] 1121 | fn bindgen_test_layout_cl_char8__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1223:4
[INFO] [stdout]      |
[INFO] [stdout] 1223 | fn bindgen_test_layout_cl_char16__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1411:9
[INFO] [stdout]      |
[INFO] [stdout] 1411 |     pub sA: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1412:9
[INFO] [stdout]      |
[INFO] [stdout] 1412 |     pub sB: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1413:9
[INFO] [stdout]      |
[INFO] [stdout] 1413 |     pub sC: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1414:9
[INFO] [stdout]      |
[INFO] [stdout] 1414 |     pub sD: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1415:9
[INFO] [stdout]      |
[INFO] [stdout] 1415 |     pub sE: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1416:9
[INFO] [stdout]      |
[INFO] [stdout] 1416 |     pub sF: cl_char,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1419:4
[INFO] [stdout]      |
[INFO] [stdout] 1419 | fn bindgen_test_layout_cl_char16__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_char16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1601:4
[INFO] [stdout]      |
[INFO] [stdout] 1601 | fn bindgen_test_layout_cl_char16__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1696:4
[INFO] [stdout]      |
[INFO] [stdout] 1696 | fn bindgen_test_layout_cl_uchar2__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1738:4
[INFO] [stdout]      |
[INFO] [stdout] 1738 | fn bindgen_test_layout_cl_uchar2__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1780:4
[INFO] [stdout]      |
[INFO] [stdout] 1780 | fn bindgen_test_layout_cl_uchar2__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1857:4
[INFO] [stdout]      |
[INFO] [stdout] 1857 | fn bindgen_test_layout_cl_uchar4__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1921:4
[INFO] [stdout]      |
[INFO] [stdout] 1921 | fn bindgen_test_layout_cl_uchar4__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:1983:4
[INFO] [stdout]      |
[INFO] [stdout] 1983 | fn bindgen_test_layout_cl_uchar4__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2062:4
[INFO] [stdout]      |
[INFO] [stdout] 2062 | fn bindgen_test_layout_cl_uchar8__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2130:4
[INFO] [stdout]      |
[INFO] [stdout] 2130 | fn bindgen_test_layout_cl_uchar8__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2232:4
[INFO] [stdout]      |
[INFO] [stdout] 2232 | fn bindgen_test_layout_cl_uchar8__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2334:4
[INFO] [stdout]      |
[INFO] [stdout] 2334 | fn bindgen_test_layout_cl_uchar16__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2522:9
[INFO] [stdout]      |
[INFO] [stdout] 2522 |     pub sA: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2523:9
[INFO] [stdout]      |
[INFO] [stdout] 2523 |     pub sB: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2524:9
[INFO] [stdout]      |
[INFO] [stdout] 2524 |     pub sC: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2525:9
[INFO] [stdout]      |
[INFO] [stdout] 2525 |     pub sD: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2526:9
[INFO] [stdout]      |
[INFO] [stdout] 2526 |     pub sE: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2527:9
[INFO] [stdout]      |
[INFO] [stdout] 2527 |     pub sF: cl_uchar,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2530:4
[INFO] [stdout]      |
[INFO] [stdout] 2530 | fn bindgen_test_layout_cl_uchar16__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uchar16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2712:4
[INFO] [stdout]      |
[INFO] [stdout] 2712 | fn bindgen_test_layout_cl_uchar16__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2807:4
[INFO] [stdout]      |
[INFO] [stdout] 2807 | fn bindgen_test_layout_cl_short2__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2849:4
[INFO] [stdout]      |
[INFO] [stdout] 2849 | fn bindgen_test_layout_cl_short2__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2891:4
[INFO] [stdout]      |
[INFO] [stdout] 2891 | fn bindgen_test_layout_cl_short2__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:2969:4
[INFO] [stdout]      |
[INFO] [stdout] 2969 | fn bindgen_test_layout_cl_short4__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3033:4
[INFO] [stdout]      |
[INFO] [stdout] 3033 | fn bindgen_test_layout_cl_short4__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3095:4
[INFO] [stdout]      |
[INFO] [stdout] 3095 | fn bindgen_test_layout_cl_short4__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3186:4
[INFO] [stdout]      |
[INFO] [stdout] 3186 | fn bindgen_test_layout_cl_short8__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3254:4
[INFO] [stdout]      |
[INFO] [stdout] 3254 | fn bindgen_test_layout_cl_short8__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3356:4
[INFO] [stdout]      |
[INFO] [stdout] 3356 | fn bindgen_test_layout_cl_short8__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3468:4
[INFO] [stdout]      |
[INFO] [stdout] 3468 | fn bindgen_test_layout_cl_short16__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3656:9
[INFO] [stdout]      |
[INFO] [stdout] 3656 |     pub sA: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3657:9
[INFO] [stdout]      |
[INFO] [stdout] 3657 |     pub sB: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3658:9
[INFO] [stdout]      |
[INFO] [stdout] 3658 |     pub sC: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3659:9
[INFO] [stdout]      |
[INFO] [stdout] 3659 |     pub sD: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3660:9
[INFO] [stdout]      |
[INFO] [stdout] 3660 |     pub sE: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3661:9
[INFO] [stdout]      |
[INFO] [stdout] 3661 |     pub sF: cl_short,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3664:4
[INFO] [stdout]      |
[INFO] [stdout] 3664 | fn bindgen_test_layout_cl_short16__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_short16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3847:4
[INFO] [stdout]      |
[INFO] [stdout] 3847 | fn bindgen_test_layout_cl_short16__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3942:4
[INFO] [stdout]      |
[INFO] [stdout] 3942 | fn bindgen_test_layout_cl_ushort2__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:3984:4
[INFO] [stdout]      |
[INFO] [stdout] 3984 | fn bindgen_test_layout_cl_ushort2__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4026:4
[INFO] [stdout]      |
[INFO] [stdout] 4026 | fn bindgen_test_layout_cl_ushort2__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4104:4
[INFO] [stdout]      |
[INFO] [stdout] 4104 | fn bindgen_test_layout_cl_ushort4__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4168:4
[INFO] [stdout]      |
[INFO] [stdout] 4168 | fn bindgen_test_layout_cl_ushort4__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4230:4
[INFO] [stdout]      |
[INFO] [stdout] 4230 | fn bindgen_test_layout_cl_ushort4__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4321:4
[INFO] [stdout]      |
[INFO] [stdout] 4321 | fn bindgen_test_layout_cl_ushort8__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4389:4
[INFO] [stdout]      |
[INFO] [stdout] 4389 | fn bindgen_test_layout_cl_ushort8__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4491:4
[INFO] [stdout]      |
[INFO] [stdout] 4491 | fn bindgen_test_layout_cl_ushort8__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4603:4
[INFO] [stdout]      |
[INFO] [stdout] 4603 | fn bindgen_test_layout_cl_ushort16__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4791:9
[INFO] [stdout]      |
[INFO] [stdout] 4791 |     pub sA: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4792:9
[INFO] [stdout]      |
[INFO] [stdout] 4792 |     pub sB: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4793:9
[INFO] [stdout]      |
[INFO] [stdout] 4793 |     pub sC: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4794:9
[INFO] [stdout]      |
[INFO] [stdout] 4794 |     pub sD: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4795:9
[INFO] [stdout]      |
[INFO] [stdout] 4795 |     pub sE: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4796:9
[INFO] [stdout]      |
[INFO] [stdout] 4796 |     pub sF: cl_ushort,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4799:4
[INFO] [stdout]      |
[INFO] [stdout] 4799 | fn bindgen_test_layout_cl_ushort16__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ushort16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:4982:4
[INFO] [stdout]      |
[INFO] [stdout] 4982 | fn bindgen_test_layout_cl_ushort16__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5077:4
[INFO] [stdout]      |
[INFO] [stdout] 5077 | fn bindgen_test_layout_cl_half2__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5119:4
[INFO] [stdout]      |
[INFO] [stdout] 5119 | fn bindgen_test_layout_cl_half2__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5161:4
[INFO] [stdout]      |
[INFO] [stdout] 5161 | fn bindgen_test_layout_cl_half2__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5238:4
[INFO] [stdout]      |
[INFO] [stdout] 5238 | fn bindgen_test_layout_cl_half4__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5302:4
[INFO] [stdout]      |
[INFO] [stdout] 5302 | fn bindgen_test_layout_cl_half4__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5364:4
[INFO] [stdout]      |
[INFO] [stdout] 5364 | fn bindgen_test_layout_cl_half4__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5442:4
[INFO] [stdout]      |
[INFO] [stdout] 5442 | fn bindgen_test_layout_cl_half8__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5510:4
[INFO] [stdout]      |
[INFO] [stdout] 5510 | fn bindgen_test_layout_cl_half8__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5612:4
[INFO] [stdout]      |
[INFO] [stdout] 5612 | fn bindgen_test_layout_cl_half8__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5701:4
[INFO] [stdout]      |
[INFO] [stdout] 5701 | fn bindgen_test_layout_cl_half16__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5889:9
[INFO] [stdout]      |
[INFO] [stdout] 5889 |     pub sA: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5890:9
[INFO] [stdout]      |
[INFO] [stdout] 5890 |     pub sB: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5891:9
[INFO] [stdout]      |
[INFO] [stdout] 5891 |     pub sC: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5892:9
[INFO] [stdout]      |
[INFO] [stdout] 5892 |     pub sD: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5893:9
[INFO] [stdout]      |
[INFO] [stdout] 5893 |     pub sE: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5894:9
[INFO] [stdout]      |
[INFO] [stdout] 5894 |     pub sF: cl_half,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:5897:4
[INFO] [stdout]      |
[INFO] [stdout] 5897 | fn bindgen_test_layout_cl_half16__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_half16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6079:4
[INFO] [stdout]      |
[INFO] [stdout] 6079 | fn bindgen_test_layout_cl_half16__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6155:4
[INFO] [stdout]      |
[INFO] [stdout] 6155 | fn bindgen_test_layout_cl_int2__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6197:4
[INFO] [stdout]      |
[INFO] [stdout] 6197 | fn bindgen_test_layout_cl_int2__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6239:4
[INFO] [stdout]      |
[INFO] [stdout] 6239 | fn bindgen_test_layout_cl_int2__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6329:4
[INFO] [stdout]      |
[INFO] [stdout] 6329 | fn bindgen_test_layout_cl_int4__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6393:4
[INFO] [stdout]      |
[INFO] [stdout] 6393 | fn bindgen_test_layout_cl_int4__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6455:4
[INFO] [stdout]      |
[INFO] [stdout] 6455 | fn bindgen_test_layout_cl_int4__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6556:4
[INFO] [stdout]      |
[INFO] [stdout] 6556 | fn bindgen_test_layout_cl_int8__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6624:4
[INFO] [stdout]      |
[INFO] [stdout] 6624 | fn bindgen_test_layout_cl_int8__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6727:4
[INFO] [stdout]      |
[INFO] [stdout] 6727 | fn bindgen_test_layout_cl_int8__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:6839:4
[INFO] [stdout]      |
[INFO] [stdout] 6839 | fn bindgen_test_layout_cl_int16__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7027:9
[INFO] [stdout]      |
[INFO] [stdout] 7027 |     pub sA: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7028:9
[INFO] [stdout]      |
[INFO] [stdout] 7028 |     pub sB: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7029:9
[INFO] [stdout]      |
[INFO] [stdout] 7029 |     pub sC: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7030:9
[INFO] [stdout]      |
[INFO] [stdout] 7030 |     pub sD: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7031:9
[INFO] [stdout]      |
[INFO] [stdout] 7031 |     pub sE: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7032:9
[INFO] [stdout]      |
[INFO] [stdout] 7032 |     pub sF: cl_int,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7035:4
[INFO] [stdout]      |
[INFO] [stdout] 7035 | fn bindgen_test_layout_cl_int16__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_int16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7218:4
[INFO] [stdout]      |
[INFO] [stdout] 7218 | fn bindgen_test_layout_cl_int16__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7314:4
[INFO] [stdout]      |
[INFO] [stdout] 7314 | fn bindgen_test_layout_cl_uint2__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7356:4
[INFO] [stdout]      |
[INFO] [stdout] 7356 | fn bindgen_test_layout_cl_uint2__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7398:4
[INFO] [stdout]      |
[INFO] [stdout] 7398 | fn bindgen_test_layout_cl_uint2__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7488:4
[INFO] [stdout]      |
[INFO] [stdout] 7488 | fn bindgen_test_layout_cl_uint4__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7552:4
[INFO] [stdout]      |
[INFO] [stdout] 7552 | fn bindgen_test_layout_cl_uint4__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7614:4
[INFO] [stdout]      |
[INFO] [stdout] 7614 | fn bindgen_test_layout_cl_uint4__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7715:4
[INFO] [stdout]      |
[INFO] [stdout] 7715 | fn bindgen_test_layout_cl_uint8__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7783:4
[INFO] [stdout]      |
[INFO] [stdout] 7783 | fn bindgen_test_layout_cl_uint8__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7886:4
[INFO] [stdout]      |
[INFO] [stdout] 7886 | fn bindgen_test_layout_cl_uint8__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:7998:4
[INFO] [stdout]      |
[INFO] [stdout] 7998 | fn bindgen_test_layout_cl_uint16__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8186:9
[INFO] [stdout]      |
[INFO] [stdout] 8186 |     pub sA: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8187:9
[INFO] [stdout]      |
[INFO] [stdout] 8187 |     pub sB: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8188:9
[INFO] [stdout]      |
[INFO] [stdout] 8188 |     pub sC: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8189:9
[INFO] [stdout]      |
[INFO] [stdout] 8189 |     pub sD: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8190:9
[INFO] [stdout]      |
[INFO] [stdout] 8190 |     pub sE: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8191:9
[INFO] [stdout]      |
[INFO] [stdout] 8191 |     pub sF: cl_uint,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8194:4
[INFO] [stdout]      |
[INFO] [stdout] 8194 | fn bindgen_test_layout_cl_uint16__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_uint16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8377:4
[INFO] [stdout]      |
[INFO] [stdout] 8377 | fn bindgen_test_layout_cl_uint16__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8474:4
[INFO] [stdout]      |
[INFO] [stdout] 8474 | fn bindgen_test_layout_cl_long2__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8516:4
[INFO] [stdout]      |
[INFO] [stdout] 8516 | fn bindgen_test_layout_cl_long2__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8558:4
[INFO] [stdout]      |
[INFO] [stdout] 8558 | fn bindgen_test_layout_cl_long2__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8647:4
[INFO] [stdout]      |
[INFO] [stdout] 8647 | fn bindgen_test_layout_cl_long4__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8711:4
[INFO] [stdout]      |
[INFO] [stdout] 8711 | fn bindgen_test_layout_cl_long4__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8774:4
[INFO] [stdout]      |
[INFO] [stdout] 8774 | fn bindgen_test_layout_cl_long4__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8864:4
[INFO] [stdout]      |
[INFO] [stdout] 8864 | fn bindgen_test_layout_cl_long8__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:8932:4
[INFO] [stdout]      |
[INFO] [stdout] 8932 | fn bindgen_test_layout_cl_long8__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9035:4
[INFO] [stdout]      |
[INFO] [stdout] 9035 | fn bindgen_test_layout_cl_long8__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9136:4
[INFO] [stdout]      |
[INFO] [stdout] 9136 | fn bindgen_test_layout_cl_long16__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9324:9
[INFO] [stdout]      |
[INFO] [stdout] 9324 |     pub sA: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9325:9
[INFO] [stdout]      |
[INFO] [stdout] 9325 |     pub sB: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9326:9
[INFO] [stdout]      |
[INFO] [stdout] 9326 |     pub sC: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9327:9
[INFO] [stdout]      |
[INFO] [stdout] 9327 |     pub sD: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9328:9
[INFO] [stdout]      |
[INFO] [stdout] 9328 |     pub sE: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9329:9
[INFO] [stdout]      |
[INFO] [stdout] 9329 |     pub sF: cl_long,
[INFO] [stdout]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9332:4
[INFO] [stdout]      |
[INFO] [stdout] 9332 | fn bindgen_test_layout_cl_long16__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_long16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9515:4
[INFO] [stdout]      |
[INFO] [stdout] 9515 | fn bindgen_test_layout_cl_long16__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9602:4
[INFO] [stdout]      |
[INFO] [stdout] 9602 | fn bindgen_test_layout_cl_ulong2__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9644:4
[INFO] [stdout]      |
[INFO] [stdout] 9644 | fn bindgen_test_layout_cl_ulong2__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9686:4
[INFO] [stdout]      |
[INFO] [stdout] 9686 | fn bindgen_test_layout_cl_ulong2__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9775:4
[INFO] [stdout]      |
[INFO] [stdout] 9775 | fn bindgen_test_layout_cl_ulong4__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9839:4
[INFO] [stdout]      |
[INFO] [stdout] 9839 | fn bindgen_test_layout_cl_ulong4__bindgen_ty_2() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9902:4
[INFO] [stdout]      |
[INFO] [stdout] 9902 | fn bindgen_test_layout_cl_ulong4__bindgen_ty_3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/bindings.rs:9992:4
[INFO] [stdout]      |
[INFO] [stdout] 9992 | fn bindgen_test_layout_cl_ulong8__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10060:4
[INFO] [stdout]       |
[INFO] [stdout] 10060 | fn bindgen_test_layout_cl_ulong8__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10163:4
[INFO] [stdout]       |
[INFO] [stdout] 10163 | fn bindgen_test_layout_cl_ulong8__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10264:4
[INFO] [stdout]       |
[INFO] [stdout] 10264 | fn bindgen_test_layout_cl_ulong16__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10452:9
[INFO] [stdout]       |
[INFO] [stdout] 10452 |     pub sA: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10453:9
[INFO] [stdout]       |
[INFO] [stdout] 10453 |     pub sB: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10454:9
[INFO] [stdout]       |
[INFO] [stdout] 10454 |     pub sC: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10455:9
[INFO] [stdout]       |
[INFO] [stdout] 10455 |     pub sD: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10456:9
[INFO] [stdout]       |
[INFO] [stdout] 10456 |     pub sE: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10457:9
[INFO] [stdout]       |
[INFO] [stdout] 10457 |     pub sF: cl_ulong,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10460:4
[INFO] [stdout]       |
[INFO] [stdout] 10460 | fn bindgen_test_layout_cl_ulong16__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_ulong16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10643:4
[INFO] [stdout]       |
[INFO] [stdout] 10643 | fn bindgen_test_layout_cl_ulong16__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10729:4
[INFO] [stdout]       |
[INFO] [stdout] 10729 | fn bindgen_test_layout_cl_float2__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10771:4
[INFO] [stdout]       |
[INFO] [stdout] 10771 | fn bindgen_test_layout_cl_float2__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10813:4
[INFO] [stdout]       |
[INFO] [stdout] 10813 | fn bindgen_test_layout_cl_float2__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10903:4
[INFO] [stdout]       |
[INFO] [stdout] 10903 | fn bindgen_test_layout_cl_float4__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:10967:4
[INFO] [stdout]       |
[INFO] [stdout] 10967 | fn bindgen_test_layout_cl_float4__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11029:4
[INFO] [stdout]       |
[INFO] [stdout] 11029 | fn bindgen_test_layout_cl_float4__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11130:4
[INFO] [stdout]       |
[INFO] [stdout] 11130 | fn bindgen_test_layout_cl_float8__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11198:4
[INFO] [stdout]       |
[INFO] [stdout] 11198 | fn bindgen_test_layout_cl_float8__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11301:4
[INFO] [stdout]       |
[INFO] [stdout] 11301 | fn bindgen_test_layout_cl_float8__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11413:4
[INFO] [stdout]       |
[INFO] [stdout] 11413 | fn bindgen_test_layout_cl_float16__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11601:9
[INFO] [stdout]       |
[INFO] [stdout] 11601 |     pub sA: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11602:9
[INFO] [stdout]       |
[INFO] [stdout] 11602 |     pub sB: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11603:9
[INFO] [stdout]       |
[INFO] [stdout] 11603 |     pub sC: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11604:9
[INFO] [stdout]       |
[INFO] [stdout] 11604 |     pub sD: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11605:9
[INFO] [stdout]       |
[INFO] [stdout] 11605 |     pub sE: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11606:9
[INFO] [stdout]       |
[INFO] [stdout] 11606 |     pub sF: cl_float,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11609:4
[INFO] [stdout]       |
[INFO] [stdout] 11609 | fn bindgen_test_layout_cl_float16__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_float16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11792:4
[INFO] [stdout]       |
[INFO] [stdout] 11792 | fn bindgen_test_layout_cl_float16__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double2__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11889:4
[INFO] [stdout]       |
[INFO] [stdout] 11889 | fn bindgen_test_layout_cl_double2__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double2_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double2__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11931:4
[INFO] [stdout]       |
[INFO] [stdout] 11931 | fn bindgen_test_layout_cl_double2__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double2_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double2__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:11973:4
[INFO] [stdout]       |
[INFO] [stdout] 11973 | fn bindgen_test_layout_cl_double2__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double2_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double4__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12062:4
[INFO] [stdout]       |
[INFO] [stdout] 12062 | fn bindgen_test_layout_cl_double4__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double4_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double4__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12126:4
[INFO] [stdout]       |
[INFO] [stdout] 12126 | fn bindgen_test_layout_cl_double4__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double4_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double4__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12189:4
[INFO] [stdout]       |
[INFO] [stdout] 12189 | fn bindgen_test_layout_cl_double4__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double4_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double8__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12279:4
[INFO] [stdout]       |
[INFO] [stdout] 12279 | fn bindgen_test_layout_cl_double8__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double8_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double8__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12347:4
[INFO] [stdout]       |
[INFO] [stdout] 12347 | fn bindgen_test_layout_cl_double8__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double8_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double8__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12450:4
[INFO] [stdout]       |
[INFO] [stdout] 12450 | fn bindgen_test_layout_cl_double8__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double8_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double16__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12551:4
[INFO] [stdout]       |
[INFO] [stdout] 12551 | fn bindgen_test_layout_cl_double16__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double16_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sA` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12739:9
[INFO] [stdout]       |
[INFO] [stdout] 12739 |     pub sA: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sB` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12740:9
[INFO] [stdout]       |
[INFO] [stdout] 12740 |     pub sB: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sC` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12741:9
[INFO] [stdout]       |
[INFO] [stdout] 12741 |     pub sC: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sD` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12742:9
[INFO] [stdout]       |
[INFO] [stdout] 12742 |     pub sD: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sE` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12743:9
[INFO] [stdout]       |
[INFO] [stdout] 12743 |     pub sE: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `sF` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12744:9
[INFO] [stdout]       |
[INFO] [stdout] 12744 |     pub sF: cl_double,
[INFO] [stdout]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double16__bindgen_ty_2` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12747:4
[INFO] [stdout]       |
[INFO] [stdout] 12747 | fn bindgen_test_layout_cl_double16__bindgen_ty_2() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double16_bindgen_ty_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_cl_double16__bindgen_ty_3` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:12930:4
[INFO] [stdout]       |
[INFO] [stdout] 12930 | fn bindgen_test_layout_cl_double16__bindgen_ty_3() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double16_bindgen_ty_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__cl_image_format` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:13115:4
[INFO] [stdout]       |
[INFO] [stdout] 13115 | fn bindgen_test_layout__cl_image_format() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_image_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__cl_image_desc__bindgen_ty_1` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:13171:4
[INFO] [stdout]       |
[INFO] [stdout] 13171 | fn bindgen_test_layout__cl_image_desc__bindgen_ty_1() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_image_desc_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__cl_image_desc` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:13207:4
[INFO] [stdout]       |
[INFO] [stdout] 13207 | fn bindgen_test_layout__cl_image_desc() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_image_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__cl_buffer_region` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:13319:4
[INFO] [stdout]       |
[INFO] [stdout] 13319 | fn bindgen_test_layout__cl_buffer_region() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_buffer_region`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__cl_name_version` should have a snake case name
[INFO] [stdout]      --> src/bindings.rs:13361:4
[INFO] [stdout]       |
[INFO] [stdout] 13361 | fn bindgen_test_layout__cl_name_version() {
[INFO] [stdout]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_name_version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.21s
[INFO] running `Command { std: "docker" "inspect" "5d43af554e141144f1b446f00c86abb7a9c2566a9cb53d619ca8f96575c3ee55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d43af554e141144f1b446f00c86abb7a9c2566a9cb53d619ca8f96575c3ee55", kill_on_drop: false }`
[INFO] [stdout] 5d43af554e141144f1b446f00c86abb7a9c2566a9cb53d619ca8f96575c3ee55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c3b2c9532586e7aacc0f7250e01a796cf1d48eae5d17f635c9ca3bad8d5fd158
[INFO] running `Command { std: "docker" "start" "-a" "c3b2c9532586e7aacc0f7250e01a796cf1d48eae5d17f635c9ca3bad8d5fd158", kill_on_drop: false }`
[INFO] [stderr] warning: type `cl_char` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:538:10
[INFO] [stderr]     |
[INFO] [stderr] 538 | pub type cl_char = ::std::os::raw::c_schar;
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClChar`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_uchar` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:539:10
[INFO] [stderr]     |
[INFO] [stderr] 539 | pub type cl_uchar = ::std::os::raw::c_uchar;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_short` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:540:10
[INFO] [stderr]     |
[INFO] [stderr] 540 | pub type cl_short = ::std::os::raw::c_short;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClShort`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_ushort` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:541:10
[INFO] [stderr]     |
[INFO] [stderr] 541 | pub type cl_ushort = ::std::os::raw::c_ushort;
[INFO] [stderr]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_int` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:542:10
[INFO] [stderr]     |
[INFO] [stderr] 542 | pub type cl_int = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^ help: convert the identifier to upper camel case: `ClInt`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_uint` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:543:10
[INFO] [stderr]     |
[INFO] [stderr] 543 | pub type cl_uint = ::std::os::raw::c_uint;
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClUint`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_long` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:544:10
[INFO] [stderr]     |
[INFO] [stderr] 544 | pub type cl_long = ::std::os::raw::c_longlong;
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClLong`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_ulong` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:545:10
[INFO] [stderr]     |
[INFO] [stderr] 545 | pub type cl_ulong = ::std::os::raw::c_ulonglong;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_half` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:546:10
[INFO] [stderr]     |
[INFO] [stderr] 546 | pub type cl_half = ::std::os::raw::c_ushort;
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClHalf`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_float` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:547:10
[INFO] [stderr]     |
[INFO] [stderr] 547 | pub type cl_float = f32;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_double` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:548:10
[INFO] [stderr]     |
[INFO] [stderr] 548 | pub type cl_double = f64;
[INFO] [stderr]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__m64` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:549:10
[INFO] [stderr]     |
[INFO] [stderr] 549 | pub type __m64 = [::std::os::raw::c_longlong; 1usize];
[INFO] [stderr]     |          ^^^^^ help: convert the identifier to upper camel case: `M64`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__m128i` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:550:10
[INFO] [stderr]     |
[INFO] [stderr] 550 | pub type __m128i = [::std::os::raw::c_longlong; 2usize];
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128i`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__m128` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:551:10
[INFO] [stderr]     |
[INFO] [stderr] 551 | pub type __m128 = [f32; 4usize];
[INFO] [stderr]     |          ^^^^^^ help: convert the identifier to upper camel case: `M128`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__m128d` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:552:10
[INFO] [stderr]     |
[INFO] [stderr] 552 | pub type __m128d = [f64; 2usize];
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128d`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_float4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:553:10
[INFO] [stderr]     |
[INFO] [stderr] 553 | pub type __cl_float4 = __m128;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_uchar16` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:554:10
[INFO] [stderr]     |
[INFO] [stderr] 554 | pub type __cl_uchar16 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar16`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_char16` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:555:10
[INFO] [stderr]     |
[INFO] [stderr] 555 | pub type __cl_char16 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar16`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_ushort8` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:556:10
[INFO] [stderr]     |
[INFO] [stderr] 556 | pub type __cl_ushort8 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort8`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_short8` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:557:10
[INFO] [stderr]     |
[INFO] [stderr] 557 | pub type __cl_short8 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort8`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_uint4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:558:10
[INFO] [stderr]     |
[INFO] [stderr] 558 | pub type __cl_uint4 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_int4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:559:10
[INFO] [stderr]     |
[INFO] [stderr] 559 | pub type __cl_int4 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_ulong2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:560:10
[INFO] [stderr]     |
[INFO] [stderr] 560 | pub type __cl_ulong2 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_long2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:561:10
[INFO] [stderr]     |
[INFO] [stderr] 561 | pub type __cl_long2 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClLong2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_double2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:562:10
[INFO] [stderr]     |
[INFO] [stderr] 562 | pub type __cl_double2 = __m128d;
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_uchar8` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:563:10
[INFO] [stderr]     |
[INFO] [stderr] 563 | pub type __cl_uchar8 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar8`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_char8` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:564:10
[INFO] [stderr]     |
[INFO] [stderr] 564 | pub type __cl_char8 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar8`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_ushort4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:565:10
[INFO] [stderr]     |
[INFO] [stderr] 565 | pub type __cl_ushort4 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_short4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:566:10
[INFO] [stderr]     |
[INFO] [stderr] 566 | pub type __cl_short4 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_uint2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:567:10
[INFO] [stderr]     |
[INFO] [stderr] 567 | pub type __cl_uint2 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_int2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:568:10
[INFO] [stderr]     |
[INFO] [stderr] 568 | pub type __cl_int2 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_float2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:569:10
[INFO] [stderr]     |
[INFO] [stderr] 569 | pub type __cl_float2 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_char3` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:932:10
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub type cl_char3 = cl_char4;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClChar3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_uchar3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:2043:10
[INFO] [stderr]      |
[INFO] [stderr] 2043 | pub type cl_uchar3 = cl_uchar4;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_short3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:3165:10
[INFO] [stderr]      |
[INFO] [stderr] 3165 | pub type cl_short3 = cl_short4;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_ushort3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:4300:10
[INFO] [stderr]      |
[INFO] [stderr] 4300 | pub type cl_ushort3 = cl_ushort4;
[INFO] [stderr]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_half3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:5424:10
[INFO] [stderr]      |
[INFO] [stderr] 5424 | pub type cl_half3 = cl_half4;
[INFO] [stderr]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClHalf3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_int3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:6535:10
[INFO] [stderr]      |
[INFO] [stderr] 6535 | pub type cl_int3 = cl_int4;
[INFO] [stderr]      |          ^^^^^^^ help: convert the identifier to upper camel case: `ClInt3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_uint3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:7694:10
[INFO] [stderr]      |
[INFO] [stderr] 7694 | pub type cl_uint3 = cl_uint4;
[INFO] [stderr]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUint3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_long3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:8844:10
[INFO] [stderr]      |
[INFO] [stderr] 8844 | pub type cl_long3 = cl_long4;
[INFO] [stderr]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClLong3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_ulong3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:9972:10
[INFO] [stderr]      |
[INFO] [stderr] 9972 | pub type cl_ulong3 = cl_ulong4;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_float3` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:11109:10
[INFO] [stderr]       |
[INFO] [stderr] 11109 | pub type cl_float3 = cl_float4;
[INFO] [stderr]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_double3` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:12259:10
[INFO] [stderr]       |
[INFO] [stderr] 12259 | pub type cl_double3 = cl_double4;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_platform_id` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13005:10
[INFO] [stderr]       |
[INFO] [stderr] 13005 | pub type cl_platform_id = *mut _cl_platform_id;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformId`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_id` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13011:10
[INFO] [stderr]       |
[INFO] [stderr] 13011 | pub type cl_device_id = *mut _cl_device_id;
[INFO] [stderr]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceId`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_context` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13017:10
[INFO] [stderr]       |
[INFO] [stderr] 13017 | pub type cl_context = *mut _cl_context;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContext`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_command_queue` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13023:10
[INFO] [stderr]       |
[INFO] [stderr] 13023 | pub type cl_command_queue = *mut _cl_command_queue;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueue`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13029:10
[INFO] [stderr]       |
[INFO] [stderr] 13029 | pub type cl_mem = *mut _cl_mem;
[INFO] [stderr]       |          ^^^^^^ help: convert the identifier to upper camel case: `ClMem`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_program` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13035:10
[INFO] [stderr]       |
[INFO] [stderr] 13035 | pub type cl_program = *mut _cl_program;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgram`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13041:10
[INFO] [stderr]       |
[INFO] [stderr] 13041 | pub type cl_kernel = *mut _cl_kernel;
[INFO] [stderr]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernel`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_event` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13047:10
[INFO] [stderr]       |
[INFO] [stderr] 13047 | pub type cl_event = *mut _cl_event;
[INFO] [stderr]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_sampler` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13053:10
[INFO] [stderr]       |
[INFO] [stderr] 13053 | pub type cl_sampler = *mut _cl_sampler;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSampler`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_bool` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13054:10
[INFO] [stderr]       |
[INFO] [stderr] 13054 | pub type cl_bool = cl_uint;
[INFO] [stderr]       |          ^^^^^^^ help: convert the identifier to upper camel case: `ClBool`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_bitfield` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13055:10
[INFO] [stderr]       |
[INFO] [stderr] 13055 | pub type cl_bitfield = cl_ulong;
[INFO] [stderr]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBitfield`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13056:10
[INFO] [stderr]       |
[INFO] [stderr] 13056 | pub type cl_properties = cl_ulong;
[INFO] [stderr]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13057:10
[INFO] [stderr]       |
[INFO] [stderr] 13057 | pub type cl_device_type = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_platform_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13058:10
[INFO] [stderr]       |
[INFO] [stderr] 13058 | pub type cl_platform_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13059:10
[INFO] [stderr]       |
[INFO] [stderr] 13059 | pub type cl_device_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_fp_config` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13060:10
[INFO] [stderr]       |
[INFO] [stderr] 13060 | pub type cl_device_fp_config = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceFpConfig`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_mem_cache_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13061:10
[INFO] [stderr]       |
[INFO] [stderr] 13061 | pub type cl_device_mem_cache_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceMemCacheType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_local_mem_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13062:10
[INFO] [stderr]       |
[INFO] [stderr] 13062 | pub type cl_device_local_mem_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceLocalMemType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_exec_capabilities` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13063:10
[INFO] [stderr]       |
[INFO] [stderr] 13063 | pub type cl_device_exec_capabilities = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceExecCapabilities`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_svm_capabilities` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13064:10
[INFO] [stderr]       |
[INFO] [stderr] 13064 | pub type cl_device_svm_capabilities = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceSvmCapabilities`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_command_queue_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13065:10
[INFO] [stderr]       |
[INFO] [stderr] 13065 | pub type cl_command_queue_properties = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_partition_property` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13066:10
[INFO] [stderr]       |
[INFO] [stderr] 13066 | pub type cl_device_partition_property = isize;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDevicePartitionProperty`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_affinity_domain` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13067:10
[INFO] [stderr]       |
[INFO] [stderr] 13067 | pub type cl_device_affinity_domain = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAffinityDomain`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_context_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13068:10
[INFO] [stderr]       |
[INFO] [stderr] 13068 | pub type cl_context_properties = isize;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_context_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13069:10
[INFO] [stderr]       |
[INFO] [stderr] 13069 | pub type cl_context_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_queue_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13070:10
[INFO] [stderr]       |
[INFO] [stderr] 13070 | pub type cl_queue_properties = cl_properties;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClQueueProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_command_queue_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13071:10
[INFO] [stderr]       |
[INFO] [stderr] 13071 | pub type cl_command_queue_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_channel_order` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13072:10
[INFO] [stderr]       |
[INFO] [stderr] 13072 | pub type cl_channel_order = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelOrder`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_channel_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13073:10
[INFO] [stderr]       |
[INFO] [stderr] 13073 | pub type cl_channel_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_flags` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13074:10
[INFO] [stderr]       |
[INFO] [stderr] 13074 | pub type cl_mem_flags = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_svm_mem_flags` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13075:10
[INFO] [stderr]       |
[INFO] [stderr] 13075 | pub type cl_svm_mem_flags = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSvmMemFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_object_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13076:10
[INFO] [stderr]       |
[INFO] [stderr] 13076 | pub type cl_mem_object_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemObjectType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13077:10
[INFO] [stderr]       |
[INFO] [stderr] 13077 | pub type cl_mem_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_migration_flags` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13078:10
[INFO] [stderr]       |
[INFO] [stderr] 13078 | pub type cl_mem_migration_flags = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemMigrationFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_image_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13079:10
[INFO] [stderr]       |
[INFO] [stderr] 13079 | pub type cl_image_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_buffer_create_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13080:10
[INFO] [stderr]       |
[INFO] [stderr] 13080 | pub type cl_buffer_create_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferCreateType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_addressing_mode` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13081:10
[INFO] [stderr]       |
[INFO] [stderr] 13081 | pub type cl_addressing_mode = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClAddressingMode`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_filter_mode` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13082:10
[INFO] [stderr]       |
[INFO] [stderr] 13082 | pub type cl_filter_mode = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFilterMode`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_sampler_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13083:10
[INFO] [stderr]       |
[INFO] [stderr] 13083 | pub type cl_sampler_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_map_flags` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13084:10
[INFO] [stderr]       |
[INFO] [stderr] 13084 | pub type cl_map_flags = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMapFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_pipe_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13085:10
[INFO] [stderr]       |
[INFO] [stderr] 13085 | pub type cl_pipe_properties = isize;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_pipe_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13086:10
[INFO] [stderr]       |
[INFO] [stderr] 13086 | pub type cl_pipe_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_program_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13087:10
[INFO] [stderr]       |
[INFO] [stderr] 13087 | pub type cl_program_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_program_build_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13088:10
[INFO] [stderr]       |
[INFO] [stderr] 13088 | pub type cl_program_build_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBuildInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_program_binary_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13089:10
[INFO] [stderr]       |
[INFO] [stderr] 13089 | pub type cl_program_binary_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBinaryType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_build_status` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13090:10
[INFO] [stderr]       |
[INFO] [stderr] 13090 | pub type cl_build_status = cl_int;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBuildStatus`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13091:10
[INFO] [stderr]       |
[INFO] [stderr] 13091 | pub type cl_kernel_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_arg_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13092:10
[INFO] [stderr]       |
[INFO] [stderr] 13092 | pub type cl_kernel_arg_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_arg_address_qualifier` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13093:10
[INFO] [stderr]       |
[INFO] [stderr] 13093 | pub type cl_kernel_arg_address_qualifier = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAddressQualifier`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_arg_access_qualifier` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13094:10
[INFO] [stderr]       |
[INFO] [stderr] 13094 | pub type cl_kernel_arg_access_qualifier = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAccessQualifier`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_arg_type_qualifier` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13095:10
[INFO] [stderr]       |
[INFO] [stderr] 13095 | pub type cl_kernel_arg_type_qualifier = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgTypeQualifier`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_work_group_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13096:10
[INFO] [stderr]       |
[INFO] [stderr] 13096 | pub type cl_kernel_work_group_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelWorkGroupInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_sub_group_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13097:10
[INFO] [stderr]       |
[INFO] [stderr] 13097 | pub type cl_kernel_sub_group_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelSubGroupInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_event_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13098:10
[INFO] [stderr]       |
[INFO] [stderr] 13098 | pub type cl_event_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClEventInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_command_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13099:10
[INFO] [stderr]       |
[INFO] [stderr] 13099 | pub type cl_command_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_profiling_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13100:10
[INFO] [stderr]       |
[INFO] [stderr] 13100 | pub type cl_profiling_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProfilingInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_sampler_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13101:10
[INFO] [stderr]       |
[INFO] [stderr] 13101 | pub type cl_sampler_properties = cl_properties;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_exec_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13102:10
[INFO] [stderr]       |
[INFO] [stderr] 13102 | pub type cl_kernel_exec_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelExecInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_atomic_capabilities` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13103:10
[INFO] [stderr]       |
[INFO] [stderr] 13103 | pub type cl_device_atomic_capabilities = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAtomicCapabilities`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_device_enqueue_capabilities` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13104:10
[INFO] [stderr]       |
[INFO] [stderr] 13104 | pub type cl_device_device_enqueue_capabilities = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceDeviceEnqueueCapabilities`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_khronos_vendor_id` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13105:10
[INFO] [stderr]       |
[INFO] [stderr] 13105 | pub type cl_khronos_vendor_id = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKhronosVendorId`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13106:10
[INFO] [stderr]       |
[INFO] [stderr] 13106 | pub type cl_mem_properties = cl_properties;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_version` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13107:10
[INFO] [stderr]       |
[INFO] [stderr] 13107 | pub type cl_version = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClVersion`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_image_format` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13149:10
[INFO] [stderr]       |
[INFO] [stderr] 13149 | pub type cl_image_format = _cl_image_format;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageFormat`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_image_desc` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13311:10
[INFO] [stderr]       |
[INFO] [stderr] 13311 | pub type cl_image_desc = _cl_image_desc;
[INFO] [stderr]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageDesc`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_buffer_region` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13353:10
[INFO] [stderr]       |
[INFO] [stderr] 13353 | pub type cl_buffer_region = _cl_buffer_region;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferRegion`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_name_version` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13395:10
[INFO] [stderr]       |
[INFO] [stderr] 13395 | pub type cl_name_version = _cl_name_version;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClNameVersion`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CL_Rx` should have an upper case name
[INFO] [stderr]    --> src/bindings.rs:337:11
[INFO] [stderr]     |
[INFO] [stderr] 337 | pub const CL_Rx: u32 = 4282;
[INFO] [stderr]     |           ^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RX`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CL_RGx` should have an upper case name
[INFO] [stderr]    --> src/bindings.rs:338:11
[INFO] [stderr]     |
[INFO] [stderr] 338 | pub const CL_RGx: u32 = 4283;
[INFO] [stderr]     |           ^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RGX`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CL_RGBx` should have an upper case name
[INFO] [stderr]    --> src/bindings.rs:339:11
[INFO] [stderr]     |
[INFO] [stderr] 339 | pub const CL_RGBx: u32 = 4284;
[INFO] [stderr]     |           ^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CL_RGBX`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CL_sRGB` should have an upper case name
[INFO] [stderr]    --> src/bindings.rs:341:11
[INFO] [stderr]     |
[INFO] [stderr] 341 | pub const CL_sRGB: u32 = 4287;
[INFO] [stderr]     |           ^^^^^^^ help: convert the identifier to upper case: `CL_S_RGB`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CL_sRGBx` should have an upper case name
[INFO] [stderr]    --> src/bindings.rs:342:11
[INFO] [stderr]     |
[INFO] [stderr] 342 | pub const CL_sRGBx: u32 = 4288;
[INFO] [stderr]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_RGBX`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CL_sRGBA` should have an upper case name
[INFO] [stderr]    --> src/bindings.rs:343:11
[INFO] [stderr]     |
[INFO] [stderr] 343 | pub const CL_sRGBA: u32 = 4289;
[INFO] [stderr]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_RGBA`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CL_sBGRA` should have an upper case name
[INFO] [stderr]    --> src/bindings.rs:344:11
[INFO] [stderr]     |
[INFO] [stderr] 344 | pub const CL_sBGRA: u32 = 4290;
[INFO] [stderr]     |           ^^^^^^^^ help: convert the identifier to upper case: `CL_S_BGRA`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1411:9
[INFO] [stderr]      |
[INFO] [stderr] 1411 |     pub sA: cl_char,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1412:9
[INFO] [stderr]      |
[INFO] [stderr] 1412 |     pub sB: cl_char,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1413:9
[INFO] [stderr]      |
[INFO] [stderr] 1413 |     pub sC: cl_char,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1414:9
[INFO] [stderr]      |
[INFO] [stderr] 1414 |     pub sD: cl_char,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1415:9
[INFO] [stderr]      |
[INFO] [stderr] 1415 |     pub sE: cl_char,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1416:9
[INFO] [stderr]      |
[INFO] [stderr] 1416 |     pub sF: cl_char,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2522:9
[INFO] [stderr]      |
[INFO] [stderr] 2522 |     pub sA: cl_uchar,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2523:9
[INFO] [stderr]      |
[INFO] [stderr] 2523 |     pub sB: cl_uchar,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2524:9
[INFO] [stderr]      |
[INFO] [stderr] 2524 |     pub sC: cl_uchar,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2525:9
[INFO] [stderr]      |
[INFO] [stderr] 2525 |     pub sD: cl_uchar,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2526:9
[INFO] [stderr]      |
[INFO] [stderr] 2526 |     pub sE: cl_uchar,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2527:9
[INFO] [stderr]      |
[INFO] [stderr] 2527 |     pub sF: cl_uchar,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3656:9
[INFO] [stderr]      |
[INFO] [stderr] 3656 |     pub sA: cl_short,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3657:9
[INFO] [stderr]      |
[INFO] [stderr] 3657 |     pub sB: cl_short,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3658:9
[INFO] [stderr]      |
[INFO] [stderr] 3658 |     pub sC: cl_short,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3659:9
[INFO] [stderr]      |
[INFO] [stderr] 3659 |     pub sD: cl_short,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3660:9
[INFO] [stderr]      |
[INFO] [stderr] 3660 |     pub sE: cl_short,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3661:9
[INFO] [stderr]      |
[INFO] [stderr] 3661 |     pub sF: cl_short,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4791:9
[INFO] [stderr]      |
[INFO] [stderr] 4791 |     pub sA: cl_ushort,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4792:9
[INFO] [stderr]      |
[INFO] [stderr] 4792 |     pub sB: cl_ushort,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4793:9
[INFO] [stderr]      |
[INFO] [stderr] 4793 |     pub sC: cl_ushort,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4794:9
[INFO] [stderr]      |
[INFO] [stderr] 4794 |     pub sD: cl_ushort,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4795:9
[INFO] [stderr]      |
[INFO] [stderr] 4795 |     pub sE: cl_ushort,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4796:9
[INFO] [stderr]      |
[INFO] [stderr] 4796 |     pub sF: cl_ushort,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5889:9
[INFO] [stderr]      |
[INFO] [stderr] 5889 |     pub sA: cl_half,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5890:9
[INFO] [stderr]      |
[INFO] [stderr] 5890 |     pub sB: cl_half,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5891:9
[INFO] [stderr]      |
[INFO] [stderr] 5891 |     pub sC: cl_half,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5892:9
[INFO] [stderr]      |
[INFO] [stderr] 5892 |     pub sD: cl_half,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5893:9
[INFO] [stderr]      |
[INFO] [stderr] 5893 |     pub sE: cl_half,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5894:9
[INFO] [stderr]      |
[INFO] [stderr] 5894 |     pub sF: cl_half,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7027:9
[INFO] [stderr]      |
[INFO] [stderr] 7027 |     pub sA: cl_int,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7028:9
[INFO] [stderr]      |
[INFO] [stderr] 7028 |     pub sB: cl_int,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7029:9
[INFO] [stderr]      |
[INFO] [stderr] 7029 |     pub sC: cl_int,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7030:9
[INFO] [stderr]      |
[INFO] [stderr] 7030 |     pub sD: cl_int,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7031:9
[INFO] [stderr]      |
[INFO] [stderr] 7031 |     pub sE: cl_int,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7032:9
[INFO] [stderr]      |
[INFO] [stderr] 7032 |     pub sF: cl_int,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8186:9
[INFO] [stderr]      |
[INFO] [stderr] 8186 |     pub sA: cl_uint,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8187:9
[INFO] [stderr]      |
[INFO] [stderr] 8187 |     pub sB: cl_uint,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8188:9
[INFO] [stderr]      |
[INFO] [stderr] 8188 |     pub sC: cl_uint,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8189:9
[INFO] [stderr]      |
[INFO] [stderr] 8189 |     pub sD: cl_uint,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8190:9
[INFO] [stderr]      |
[INFO] [stderr] 8190 |     pub sE: cl_uint,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8191:9
[INFO] [stderr]      |
[INFO] [stderr] 8191 |     pub sF: cl_uint,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9324:9
[INFO] [stderr]      |
[INFO] [stderr] 9324 |     pub sA: cl_long,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9325:9
[INFO] [stderr]      |
[INFO] [stderr] 9325 |     pub sB: cl_long,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9326:9
[INFO] [stderr]      |
[INFO] [stderr] 9326 |     pub sC: cl_long,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9327:9
[INFO] [stderr]      |
[INFO] [stderr] 9327 |     pub sD: cl_long,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9328:9
[INFO] [stderr]      |
[INFO] [stderr] 9328 |     pub sE: cl_long,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9329:9
[INFO] [stderr]      |
[INFO] [stderr] 9329 |     pub sF: cl_long,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10452:9
[INFO] [stderr]       |
[INFO] [stderr] 10452 |     pub sA: cl_ulong,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10453:9
[INFO] [stderr]       |
[INFO] [stderr] 10453 |     pub sB: cl_ulong,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10454:9
[INFO] [stderr]       |
[INFO] [stderr] 10454 |     pub sC: cl_ulong,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10455:9
[INFO] [stderr]       |
[INFO] [stderr] 10455 |     pub sD: cl_ulong,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10456:9
[INFO] [stderr]       |
[INFO] [stderr] 10456 |     pub sE: cl_ulong,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10457:9
[INFO] [stderr]       |
[INFO] [stderr] 10457 |     pub sF: cl_ulong,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11601:9
[INFO] [stderr]       |
[INFO] [stderr] 11601 |     pub sA: cl_float,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11602:9
[INFO] [stderr]       |
[INFO] [stderr] 11602 |     pub sB: cl_float,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11603:9
[INFO] [stderr]       |
[INFO] [stderr] 11603 |     pub sC: cl_float,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11604:9
[INFO] [stderr]       |
[INFO] [stderr] 11604 |     pub sD: cl_float,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11605:9
[INFO] [stderr]       |
[INFO] [stderr] 11605 |     pub sE: cl_float,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11606:9
[INFO] [stderr]       |
[INFO] [stderr] 11606 |     pub sF: cl_float,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12739:9
[INFO] [stderr]       |
[INFO] [stderr] 12739 |     pub sA: cl_double,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sB` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12740:9
[INFO] [stderr]       |
[INFO] [stderr] 12740 |     pub sB: cl_double,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_b`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sC` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12741:9
[INFO] [stderr]       |
[INFO] [stderr] 12741 |     pub sC: cl_double,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_c`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sD` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12742:9
[INFO] [stderr]       |
[INFO] [stderr] 12742 |     pub sD: cl_double,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_d`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sE` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12743:9
[INFO] [stderr]       |
[INFO] [stderr] 12743 |     pub sE: cl_double,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_e`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sF` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12744:9
[INFO] [stderr]       |
[INFO] [stderr] 12744 |     pub sF: cl_double,
[INFO] [stderr]       |         ^^ help: convert the identifier to snake case: `s_f`
[INFO] [stderr] 
[INFO] [stderr] warning: `obwio` (lib) generated 183 warnings
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]    --> src/bindings.rs:585:4
[INFO] [stderr]     |
[INFO] [stderr] 585 | fn bindgen_test_layout_cl_char2__bindgen_ty_1() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char2_bindgen_ty_1`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]    --> src/bindings.rs:627:4
[INFO] [stderr]     |
[INFO] [stderr] 627 | fn bindgen_test_layout_cl_char2__bindgen_ty_2() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]    --> src/bindings.rs:669:4
[INFO] [stderr]     |
[INFO] [stderr] 669 | fn bindgen_test_layout_cl_char2__bindgen_ty_3() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]    --> src/bindings.rs:746:4
[INFO] [stderr]     |
[INFO] [stderr] 746 | fn bindgen_test_layout_cl_char4__bindgen_ty_1() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]    --> src/bindings.rs:810:4
[INFO] [stderr]     |
[INFO] [stderr] 810 | fn bindgen_test_layout_cl_char4__bindgen_ty_2() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]    --> src/bindings.rs:872:4
[INFO] [stderr]     |
[INFO] [stderr] 872 | fn bindgen_test_layout_cl_char4__bindgen_ty_3() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]    --> src/bindings.rs:951:4
[INFO] [stderr]     |
[INFO] [stderr] 951 | fn bindgen_test_layout_cl_char8__bindgen_ty_1() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1019:4
[INFO] [stderr]      |
[INFO] [stderr] 1019 | fn bindgen_test_layout_cl_char8__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1121:4
[INFO] [stderr]      |
[INFO] [stderr] 1121 | fn bindgen_test_layout_cl_char8__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1223:4
[INFO] [stderr]      |
[INFO] [stderr] 1223 | fn bindgen_test_layout_cl_char16__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `sA` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1411:9
[INFO] [stderr]      |
[INFO] [stderr] 1411 |     pub sA: cl_char,
[INFO] [stderr]      |         ^^ help: convert the identifier to snake case: `s_a`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1419:4
[INFO] [stderr]      |
[INFO] [stderr] 1419 | fn bindgen_test_layout_cl_char16__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_char16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1601:4
[INFO] [stderr]      |
[INFO] [stderr] 1601 | fn bindgen_test_layout_cl_char16__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_char16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1696:4
[INFO] [stderr]      |
[INFO] [stderr] 1696 | fn bindgen_test_layout_cl_uchar2__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1738:4
[INFO] [stderr]      |
[INFO] [stderr] 1738 | fn bindgen_test_layout_cl_uchar2__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1780:4
[INFO] [stderr]      |
[INFO] [stderr] 1780 | fn bindgen_test_layout_cl_uchar2__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1857:4
[INFO] [stderr]      |
[INFO] [stderr] 1857 | fn bindgen_test_layout_cl_uchar4__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1921:4
[INFO] [stderr]      |
[INFO] [stderr] 1921 | fn bindgen_test_layout_cl_uchar4__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:1983:4
[INFO] [stderr]      |
[INFO] [stderr] 1983 | fn bindgen_test_layout_cl_uchar4__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2062:4
[INFO] [stderr]      |
[INFO] [stderr] 2062 | fn bindgen_test_layout_cl_uchar8__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2130:4
[INFO] [stderr]      |
[INFO] [stderr] 2130 | fn bindgen_test_layout_cl_uchar8__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2232:4
[INFO] [stderr]      |
[INFO] [stderr] 2232 | fn bindgen_test_layout_cl_uchar8__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2334:4
[INFO] [stderr]      |
[INFO] [stderr] 2334 | fn bindgen_test_layout_cl_uchar16__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2530:4
[INFO] [stderr]      |
[INFO] [stderr] 2530 | fn bindgen_test_layout_cl_uchar16__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uchar16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2712:4
[INFO] [stderr]      |
[INFO] [stderr] 2712 | fn bindgen_test_layout_cl_uchar16__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uchar16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2807:4
[INFO] [stderr]      |
[INFO] [stderr] 2807 | fn bindgen_test_layout_cl_short2__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2849:4
[INFO] [stderr]      |
[INFO] [stderr] 2849 | fn bindgen_test_layout_cl_short2__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2891:4
[INFO] [stderr]      |
[INFO] [stderr] 2891 | fn bindgen_test_layout_cl_short2__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:2969:4
[INFO] [stderr]      |
[INFO] [stderr] 2969 | fn bindgen_test_layout_cl_short4__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3033:4
[INFO] [stderr]      |
[INFO] [stderr] 3033 | fn bindgen_test_layout_cl_short4__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3095:4
[INFO] [stderr]      |
[INFO] [stderr] 3095 | fn bindgen_test_layout_cl_short4__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3186:4
[INFO] [stderr]      |
[INFO] [stderr] 3186 | fn bindgen_test_layout_cl_short8__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3254:4
[INFO] [stderr]      |
[INFO] [stderr] 3254 | fn bindgen_test_layout_cl_short8__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3356:4
[INFO] [stderr]      |
[INFO] [stderr] 3356 | fn bindgen_test_layout_cl_short8__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3468:4
[INFO] [stderr]      |
[INFO] [stderr] 3468 | fn bindgen_test_layout_cl_short16__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3664:4
[INFO] [stderr]      |
[INFO] [stderr] 3664 | fn bindgen_test_layout_cl_short16__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_short16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3847:4
[INFO] [stderr]      |
[INFO] [stderr] 3847 | fn bindgen_test_layout_cl_short16__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_short16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3942:4
[INFO] [stderr]      |
[INFO] [stderr] 3942 | fn bindgen_test_layout_cl_ushort2__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:3984:4
[INFO] [stderr]      |
[INFO] [stderr] 3984 | fn bindgen_test_layout_cl_ushort2__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4026:4
[INFO] [stderr]      |
[INFO] [stderr] 4026 | fn bindgen_test_layout_cl_ushort2__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4104:4
[INFO] [stderr]      |
[INFO] [stderr] 4104 | fn bindgen_test_layout_cl_ushort4__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4168:4
[INFO] [stderr]      |
[INFO] [stderr] 4168 | fn bindgen_test_layout_cl_ushort4__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4230:4
[INFO] [stderr]      |
[INFO] [stderr] 4230 | fn bindgen_test_layout_cl_ushort4__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4321:4
[INFO] [stderr]      |
[INFO] [stderr] 4321 | fn bindgen_test_layout_cl_ushort8__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4389:4
[INFO] [stderr]      |
[INFO] [stderr] 4389 | fn bindgen_test_layout_cl_ushort8__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4491:4
[INFO] [stderr]      |
[INFO] [stderr] 4491 | fn bindgen_test_layout_cl_ushort8__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4603:4
[INFO] [stderr]      |
[INFO] [stderr] 4603 | fn bindgen_test_layout_cl_ushort16__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4799:4
[INFO] [stderr]      |
[INFO] [stderr] 4799 | fn bindgen_test_layout_cl_ushort16__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ushort16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:4982:4
[INFO] [stderr]      |
[INFO] [stderr] 4982 | fn bindgen_test_layout_cl_ushort16__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ushort16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5077:4
[INFO] [stderr]      |
[INFO] [stderr] 5077 | fn bindgen_test_layout_cl_half2__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5119:4
[INFO] [stderr]      |
[INFO] [stderr] 5119 | fn bindgen_test_layout_cl_half2__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5161:4
[INFO] [stderr]      |
[INFO] [stderr] 5161 | fn bindgen_test_layout_cl_half2__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5238:4
[INFO] [stderr]      |
[INFO] [stderr] 5238 | fn bindgen_test_layout_cl_half4__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5302:4
[INFO] [stderr]      |
[INFO] [stderr] 5302 | fn bindgen_test_layout_cl_half4__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5364:4
[INFO] [stderr]      |
[INFO] [stderr] 5364 | fn bindgen_test_layout_cl_half4__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5442:4
[INFO] [stderr]      |
[INFO] [stderr] 5442 | fn bindgen_test_layout_cl_half8__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5510:4
[INFO] [stderr]      |
[INFO] [stderr] 5510 | fn bindgen_test_layout_cl_half8__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5612:4
[INFO] [stderr]      |
[INFO] [stderr] 5612 | fn bindgen_test_layout_cl_half8__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5701:4
[INFO] [stderr]      |
[INFO] [stderr] 5701 | fn bindgen_test_layout_cl_half16__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:5897:4
[INFO] [stderr]      |
[INFO] [stderr] 5897 | fn bindgen_test_layout_cl_half16__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_half16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6079:4
[INFO] [stderr]      |
[INFO] [stderr] 6079 | fn bindgen_test_layout_cl_half16__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_half16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6155:4
[INFO] [stderr]      |
[INFO] [stderr] 6155 | fn bindgen_test_layout_cl_int2__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6197:4
[INFO] [stderr]      |
[INFO] [stderr] 6197 | fn bindgen_test_layout_cl_int2__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6239:4
[INFO] [stderr]      |
[INFO] [stderr] 6239 | fn bindgen_test_layout_cl_int2__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6329:4
[INFO] [stderr]      |
[INFO] [stderr] 6329 | fn bindgen_test_layout_cl_int4__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6393:4
[INFO] [stderr]      |
[INFO] [stderr] 6393 | fn bindgen_test_layout_cl_int4__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6455:4
[INFO] [stderr]      |
[INFO] [stderr] 6455 | fn bindgen_test_layout_cl_int4__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6556:4
[INFO] [stderr]      |
[INFO] [stderr] 6556 | fn bindgen_test_layout_cl_int8__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6624:4
[INFO] [stderr]      |
[INFO] [stderr] 6624 | fn bindgen_test_layout_cl_int8__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6727:4
[INFO] [stderr]      |
[INFO] [stderr] 6727 | fn bindgen_test_layout_cl_int8__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:6839:4
[INFO] [stderr]      |
[INFO] [stderr] 6839 | fn bindgen_test_layout_cl_int16__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7035:4
[INFO] [stderr]      |
[INFO] [stderr] 7035 | fn bindgen_test_layout_cl_int16__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_int16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7218:4
[INFO] [stderr]      |
[INFO] [stderr] 7218 | fn bindgen_test_layout_cl_int16__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_int16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7314:4
[INFO] [stderr]      |
[INFO] [stderr] 7314 | fn bindgen_test_layout_cl_uint2__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7356:4
[INFO] [stderr]      |
[INFO] [stderr] 7356 | fn bindgen_test_layout_cl_uint2__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7398:4
[INFO] [stderr]      |
[INFO] [stderr] 7398 | fn bindgen_test_layout_cl_uint2__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7488:4
[INFO] [stderr]      |
[INFO] [stderr] 7488 | fn bindgen_test_layout_cl_uint4__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7552:4
[INFO] [stderr]      |
[INFO] [stderr] 7552 | fn bindgen_test_layout_cl_uint4__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7614:4
[INFO] [stderr]      |
[INFO] [stderr] 7614 | fn bindgen_test_layout_cl_uint4__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7715:4
[INFO] [stderr]      |
[INFO] [stderr] 7715 | fn bindgen_test_layout_cl_uint8__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7783:4
[INFO] [stderr]      |
[INFO] [stderr] 7783 | fn bindgen_test_layout_cl_uint8__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7886:4
[INFO] [stderr]      |
[INFO] [stderr] 7886 | fn bindgen_test_layout_cl_uint8__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:7998:4
[INFO] [stderr]      |
[INFO] [stderr] 7998 | fn bindgen_test_layout_cl_uint16__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8194:4
[INFO] [stderr]      |
[INFO] [stderr] 8194 | fn bindgen_test_layout_cl_uint16__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_uint16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8377:4
[INFO] [stderr]      |
[INFO] [stderr] 8377 | fn bindgen_test_layout_cl_uint16__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_uint16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8474:4
[INFO] [stderr]      |
[INFO] [stderr] 8474 | fn bindgen_test_layout_cl_long2__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8516:4
[INFO] [stderr]      |
[INFO] [stderr] 8516 | fn bindgen_test_layout_cl_long2__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8558:4
[INFO] [stderr]      |
[INFO] [stderr] 8558 | fn bindgen_test_layout_cl_long2__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8647:4
[INFO] [stderr]      |
[INFO] [stderr] 8647 | fn bindgen_test_layout_cl_long4__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8711:4
[INFO] [stderr]      |
[INFO] [stderr] 8711 | fn bindgen_test_layout_cl_long4__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8774:4
[INFO] [stderr]      |
[INFO] [stderr] 8774 | fn bindgen_test_layout_cl_long4__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8864:4
[INFO] [stderr]      |
[INFO] [stderr] 8864 | fn bindgen_test_layout_cl_long8__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:8932:4
[INFO] [stderr]      |
[INFO] [stderr] 8932 | fn bindgen_test_layout_cl_long8__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9035:4
[INFO] [stderr]      |
[INFO] [stderr] 9035 | fn bindgen_test_layout_cl_long8__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9136:4
[INFO] [stderr]      |
[INFO] [stderr] 9136 | fn bindgen_test_layout_cl_long16__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9332:4
[INFO] [stderr]      |
[INFO] [stderr] 9332 | fn bindgen_test_layout_cl_long16__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_long16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9515:4
[INFO] [stderr]      |
[INFO] [stderr] 9515 | fn bindgen_test_layout_cl_long16__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_long16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9602:4
[INFO] [stderr]      |
[INFO] [stderr] 9602 | fn bindgen_test_layout_cl_ulong2__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9644:4
[INFO] [stderr]      |
[INFO] [stderr] 9644 | fn bindgen_test_layout_cl_ulong2__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9686:4
[INFO] [stderr]      |
[INFO] [stderr] 9686 | fn bindgen_test_layout_cl_ulong2__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9775:4
[INFO] [stderr]      |
[INFO] [stderr] 9775 | fn bindgen_test_layout_cl_ulong4__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9839:4
[INFO] [stderr]      |
[INFO] [stderr] 9839 | fn bindgen_test_layout_cl_ulong4__bindgen_ty_2() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9902:4
[INFO] [stderr]      |
[INFO] [stderr] 9902 | fn bindgen_test_layout_cl_ulong4__bindgen_ty_3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/bindings.rs:9992:4
[INFO] [stderr]      |
[INFO] [stderr] 9992 | fn bindgen_test_layout_cl_ulong8__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10060:4
[INFO] [stderr]       |
[INFO] [stderr] 10060 | fn bindgen_test_layout_cl_ulong8__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10163:4
[INFO] [stderr]       |
[INFO] [stderr] 10163 | fn bindgen_test_layout_cl_ulong8__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10264:4
[INFO] [stderr]       |
[INFO] [stderr] 10264 | fn bindgen_test_layout_cl_ulong16__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10460:4
[INFO] [stderr]       |
[INFO] [stderr] 10460 | fn bindgen_test_layout_cl_ulong16__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_ulong16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10643:4
[INFO] [stderr]       |
[INFO] [stderr] 10643 | fn bindgen_test_layout_cl_ulong16__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_ulong16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10729:4
[INFO] [stderr]       |
[INFO] [stderr] 10729 | fn bindgen_test_layout_cl_float2__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10771:4
[INFO] [stderr]       |
[INFO] [stderr] 10771 | fn bindgen_test_layout_cl_float2__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10813:4
[INFO] [stderr]       |
[INFO] [stderr] 10813 | fn bindgen_test_layout_cl_float2__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10903:4
[INFO] [stderr]       |
[INFO] [stderr] 10903 | fn bindgen_test_layout_cl_float4__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:10967:4
[INFO] [stderr]       |
[INFO] [stderr] 10967 | fn bindgen_test_layout_cl_float4__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11029:4
[INFO] [stderr]       |
[INFO] [stderr] 11029 | fn bindgen_test_layout_cl_float4__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11130:4
[INFO] [stderr]       |
[INFO] [stderr] 11130 | fn bindgen_test_layout_cl_float8__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11198:4
[INFO] [stderr]       |
[INFO] [stderr] 11198 | fn bindgen_test_layout_cl_float8__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11301:4
[INFO] [stderr]       |
[INFO] [stderr] 11301 | fn bindgen_test_layout_cl_float8__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11413:4
[INFO] [stderr]       |
[INFO] [stderr] 11413 | fn bindgen_test_layout_cl_float16__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11609:4
[INFO] [stderr]       |
[INFO] [stderr] 11609 | fn bindgen_test_layout_cl_float16__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_float16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11792:4
[INFO] [stderr]       |
[INFO] [stderr] 11792 | fn bindgen_test_layout_cl_float16__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_float16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double2__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11889:4
[INFO] [stderr]       |
[INFO] [stderr] 11889 | fn bindgen_test_layout_cl_double2__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double2_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double2__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11931:4
[INFO] [stderr]       |
[INFO] [stderr] 11931 | fn bindgen_test_layout_cl_double2__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double2_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double2__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:11973:4
[INFO] [stderr]       |
[INFO] [stderr] 11973 | fn bindgen_test_layout_cl_double2__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double2_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double4__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12062:4
[INFO] [stderr]       |
[INFO] [stderr] 12062 | fn bindgen_test_layout_cl_double4__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double4_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double4__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12126:4
[INFO] [stderr]       |
[INFO] [stderr] 12126 | fn bindgen_test_layout_cl_double4__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double4_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double4__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12189:4
[INFO] [stderr]       |
[INFO] [stderr] 12189 | fn bindgen_test_layout_cl_double4__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double4_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double8__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12279:4
[INFO] [stderr]       |
[INFO] [stderr] 12279 | fn bindgen_test_layout_cl_double8__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double8_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double8__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12347:4
[INFO] [stderr]       |
[INFO] [stderr] 12347 | fn bindgen_test_layout_cl_double8__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double8_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double8__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12450:4
[INFO] [stderr]       |
[INFO] [stderr] 12450 | fn bindgen_test_layout_cl_double8__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double8_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double16__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12551:4
[INFO] [stderr]       |
[INFO] [stderr] 12551 | fn bindgen_test_layout_cl_double16__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double16_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double16__bindgen_ty_2` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12747:4
[INFO] [stderr]       |
[INFO] [stderr] 12747 | fn bindgen_test_layout_cl_double16__bindgen_ty_2() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double16_bindgen_ty_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_cl_double16__bindgen_ty_3` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:12930:4
[INFO] [stderr]       |
[INFO] [stderr] 12930 | fn bindgen_test_layout_cl_double16__bindgen_ty_3() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_double16_bindgen_ty_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__cl_image_format` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:13115:4
[INFO] [stderr]       |
[INFO] [stderr] 13115 | fn bindgen_test_layout__cl_image_format() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_image_format`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__cl_image_desc__bindgen_ty_1` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:13171:4
[INFO] [stderr]       |
[INFO] [stderr] 13171 | fn bindgen_test_layout__cl_image_desc__bindgen_ty_1() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_image_desc_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__cl_image_desc` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:13207:4
[INFO] [stderr]       |
[INFO] [stderr] 13207 | fn bindgen_test_layout__cl_image_desc() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_image_desc`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__cl_buffer_region` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:13319:4
[INFO] [stderr]       |
[INFO] [stderr] 13319 | fn bindgen_test_layout__cl_buffer_region() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_buffer_region`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__cl_name_version` should have a snake case name
[INFO] [stderr]      --> src/bindings.rs:13361:4
[INFO] [stderr]       |
[INFO] [stderr] 13361 | fn bindgen_test_layout__cl_name_version() {
[INFO] [stderr]       |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_cl_name_version`
[INFO] [stderr] 
[INFO] [stderr] warning: `obwio` (lib test) generated 320 warnings (182 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/obwio-4ccd10a99124a898)
[INFO] [stdout] 
[INFO] [stdout] running 181 tests
[INFO] [stdout] test bindings::bindgen_test_layout__cl_buffer_region ... ok
[INFO] [stdout] test bindings::bindgen_test_layout__cl_name_version ... ok
[INFO] [stdout] test bindings::bindgen_test_layout__cl_image_format ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout__cl_image_desc__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout__cl_image_desc ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_float16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_half8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_char8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_double8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_int8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_long8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_short16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uchar2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_uint4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong8__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort16__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort16__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong16 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort2__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort2__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong16__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ulong8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort4 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort2__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort4__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort4__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort8__bindgen_ty_2 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort8__bindgen_ty_3 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort4__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort8 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_cl_ushort8__bindgen_ty_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 181 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests obwio
[INFO] [stderr] warning: type `cl_char` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:538:10
[INFO] [stderr]     |
[INFO] [stderr] 538 | pub type cl_char = ::std::os::raw::c_schar;
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClChar`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_uchar` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:539:10
[INFO] [stderr]     |
[INFO] [stderr] 539 | pub type cl_uchar = ::std::os::raw::c_uchar;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_short` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:540:10
[INFO] [stderr]     |
[INFO] [stderr] 540 | pub type cl_short = ::std::os::raw::c_short;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClShort`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_ushort` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:541:10
[INFO] [stderr]     |
[INFO] [stderr] 541 | pub type cl_ushort = ::std::os::raw::c_ushort;
[INFO] [stderr]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_int` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:542:10
[INFO] [stderr]     |
[INFO] [stderr] 542 | pub type cl_int = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^ help: convert the identifier to upper camel case: `ClInt`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_uint` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:543:10
[INFO] [stderr]     |
[INFO] [stderr] 543 | pub type cl_uint = ::std::os::raw::c_uint;
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClUint`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_long` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:544:10
[INFO] [stderr]     |
[INFO] [stderr] 544 | pub type cl_long = ::std::os::raw::c_longlong;
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClLong`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_ulong` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:545:10
[INFO] [stderr]     |
[INFO] [stderr] 545 | pub type cl_ulong = ::std::os::raw::c_ulonglong;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_half` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:546:10
[INFO] [stderr]     |
[INFO] [stderr] 546 | pub type cl_half = ::std::os::raw::c_ushort;
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `ClHalf`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_float` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:547:10
[INFO] [stderr]     |
[INFO] [stderr] 547 | pub type cl_float = f32;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_double` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:548:10
[INFO] [stderr]     |
[INFO] [stderr] 548 | pub type cl_double = f64;
[INFO] [stderr]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__m64` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:549:10
[INFO] [stderr]     |
[INFO] [stderr] 549 | pub type __m64 = [::std::os::raw::c_longlong; 1usize];
[INFO] [stderr]     |          ^^^^^ help: convert the identifier to upper camel case: `M64`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__m128i` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:550:10
[INFO] [stderr]     |
[INFO] [stderr] 550 | pub type __m128i = [::std::os::raw::c_longlong; 2usize];
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128i`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__m128` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:551:10
[INFO] [stderr]     |
[INFO] [stderr] 551 | pub type __m128 = [f32; 4usize];
[INFO] [stderr]     |          ^^^^^^ help: convert the identifier to upper camel case: `M128`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__m128d` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:552:10
[INFO] [stderr]     |
[INFO] [stderr] 552 | pub type __m128d = [f64; 2usize];
[INFO] [stderr]     |          ^^^^^^^ help: convert the identifier to upper camel case: `M128d`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_float4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:553:10
[INFO] [stderr]     |
[INFO] [stderr] 553 | pub type __cl_float4 = __m128;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_uchar16` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:554:10
[INFO] [stderr]     |
[INFO] [stderr] 554 | pub type __cl_uchar16 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar16`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_char16` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:555:10
[INFO] [stderr]     |
[INFO] [stderr] 555 | pub type __cl_char16 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar16`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_ushort8` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:556:10
[INFO] [stderr]     |
[INFO] [stderr] 556 | pub type __cl_ushort8 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort8`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_short8` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:557:10
[INFO] [stderr]     |
[INFO] [stderr] 557 | pub type __cl_short8 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort8`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_uint4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:558:10
[INFO] [stderr]     |
[INFO] [stderr] 558 | pub type __cl_uint4 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_int4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:559:10
[INFO] [stderr]     |
[INFO] [stderr] 559 | pub type __cl_int4 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_ulong2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:560:10
[INFO] [stderr]     |
[INFO] [stderr] 560 | pub type __cl_ulong2 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_long2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:561:10
[INFO] [stderr]     |
[INFO] [stderr] 561 | pub type __cl_long2 = __m128i;
[INFO] [stderr]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClLong2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_double2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:562:10
[INFO] [stderr]     |
[INFO] [stderr] 562 | pub type __cl_double2 = __m128d;
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_uchar8` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:563:10
[INFO] [stderr]     |
[INFO] [stderr] 563 | pub type __cl_uchar8 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar8`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_char8` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:564:10
[INFO] [stderr]     |
[INFO] [stderr] 564 | pub type __cl_char8 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChar8`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_ushort4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:565:10
[INFO] [stderr]     |
[INFO] [stderr] 565 | pub type __cl_ushort4 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_short4` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:566:10
[INFO] [stderr]     |
[INFO] [stderr] 566 | pub type __cl_short4 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort4`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_uint2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:567:10
[INFO] [stderr]     |
[INFO] [stderr] 567 | pub type __cl_uint2 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUint2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_int2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:568:10
[INFO] [stderr]     |
[INFO] [stderr] 568 | pub type __cl_int2 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClInt2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `__cl_float2` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:569:10
[INFO] [stderr]     |
[INFO] [stderr] 569 | pub type __cl_float2 = __m64;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat2`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_char3` should have an upper camel case name
[INFO] [stderr]    --> src/bindings.rs:932:10
[INFO] [stderr]     |
[INFO] [stderr] 932 | pub type cl_char3 = cl_char4;
[INFO] [stderr]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClChar3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_uchar3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:2043:10
[INFO] [stderr]      |
[INFO] [stderr] 2043 | pub type cl_uchar3 = cl_uchar4;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUchar3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_short3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:3165:10
[INFO] [stderr]      |
[INFO] [stderr] 3165 | pub type cl_short3 = cl_short4;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClShort3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_ushort3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:4300:10
[INFO] [stderr]      |
[INFO] [stderr] 4300 | pub type cl_ushort3 = cl_ushort4;
[INFO] [stderr]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClUshort3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_half3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:5424:10
[INFO] [stderr]      |
[INFO] [stderr] 5424 | pub type cl_half3 = cl_half4;
[INFO] [stderr]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClHalf3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_int3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:6535:10
[INFO] [stderr]      |
[INFO] [stderr] 6535 | pub type cl_int3 = cl_int4;
[INFO] [stderr]      |          ^^^^^^^ help: convert the identifier to upper camel case: `ClInt3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_uint3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:7694:10
[INFO] [stderr]      |
[INFO] [stderr] 7694 | pub type cl_uint3 = cl_uint4;
[INFO] [stderr]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClUint3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_long3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:8844:10
[INFO] [stderr]      |
[INFO] [stderr] 8844 | pub type cl_long3 = cl_long4;
[INFO] [stderr]      |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClLong3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_ulong3` should have an upper camel case name
[INFO] [stderr]     --> src/bindings.rs:9972:10
[INFO] [stderr]      |
[INFO] [stderr] 9972 | pub type cl_ulong3 = cl_ulong4;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClUlong3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_float3` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:11109:10
[INFO] [stderr]       |
[INFO] [stderr] 11109 | pub type cl_float3 = cl_float4;
[INFO] [stderr]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClFloat3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_double3` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:12259:10
[INFO] [stderr]       |
[INFO] [stderr] 12259 | pub type cl_double3 = cl_double4;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDouble3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_platform_id` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13005:10
[INFO] [stderr]       |
[INFO] [stderr] 13005 | pub type cl_platform_id = *mut _cl_platform_id;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformId`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_id` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13011:10
[INFO] [stderr]       |
[INFO] [stderr] 13011 | pub type cl_device_id = *mut _cl_device_id;
[INFO] [stderr]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceId`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_context` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13017:10
[INFO] [stderr]       |
[INFO] [stderr] 13017 | pub type cl_context = *mut _cl_context;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContext`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_command_queue` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13023:10
[INFO] [stderr]       |
[INFO] [stderr] 13023 | pub type cl_command_queue = *mut _cl_command_queue;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueue`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13029:10
[INFO] [stderr]       |
[INFO] [stderr] 13029 | pub type cl_mem = *mut _cl_mem;
[INFO] [stderr]       |          ^^^^^^ help: convert the identifier to upper camel case: `ClMem`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_program` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13035:10
[INFO] [stderr]       |
[INFO] [stderr] 13035 | pub type cl_program = *mut _cl_program;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgram`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13041:10
[INFO] [stderr]       |
[INFO] [stderr] 13041 | pub type cl_kernel = *mut _cl_kernel;
[INFO] [stderr]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernel`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_event` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13047:10
[INFO] [stderr]       |
[INFO] [stderr] 13047 | pub type cl_event = *mut _cl_event;
[INFO] [stderr]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `ClEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_sampler` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13053:10
[INFO] [stderr]       |
[INFO] [stderr] 13053 | pub type cl_sampler = *mut _cl_sampler;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSampler`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_bool` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13054:10
[INFO] [stderr]       |
[INFO] [stderr] 13054 | pub type cl_bool = cl_uint;
[INFO] [stderr]       |          ^^^^^^^ help: convert the identifier to upper camel case: `ClBool`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_bitfield` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13055:10
[INFO] [stderr]       |
[INFO] [stderr] 13055 | pub type cl_bitfield = cl_ulong;
[INFO] [stderr]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBitfield`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13056:10
[INFO] [stderr]       |
[INFO] [stderr] 13056 | pub type cl_properties = cl_ulong;
[INFO] [stderr]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13057:10
[INFO] [stderr]       |
[INFO] [stderr] 13057 | pub type cl_device_type = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_platform_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13058:10
[INFO] [stderr]       |
[INFO] [stderr] 13058 | pub type cl_platform_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPlatformInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13059:10
[INFO] [stderr]       |
[INFO] [stderr] 13059 | pub type cl_device_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_fp_config` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13060:10
[INFO] [stderr]       |
[INFO] [stderr] 13060 | pub type cl_device_fp_config = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceFpConfig`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_mem_cache_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13061:10
[INFO] [stderr]       |
[INFO] [stderr] 13061 | pub type cl_device_mem_cache_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceMemCacheType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_local_mem_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13062:10
[INFO] [stderr]       |
[INFO] [stderr] 13062 | pub type cl_device_local_mem_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceLocalMemType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_exec_capabilities` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13063:10
[INFO] [stderr]       |
[INFO] [stderr] 13063 | pub type cl_device_exec_capabilities = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceExecCapabilities`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_svm_capabilities` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13064:10
[INFO] [stderr]       |
[INFO] [stderr] 13064 | pub type cl_device_svm_capabilities = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceSvmCapabilities`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_command_queue_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13065:10
[INFO] [stderr]       |
[INFO] [stderr] 13065 | pub type cl_command_queue_properties = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_partition_property` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13066:10
[INFO] [stderr]       |
[INFO] [stderr] 13066 | pub type cl_device_partition_property = isize;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDevicePartitionProperty`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_affinity_domain` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13067:10
[INFO] [stderr]       |
[INFO] [stderr] 13067 | pub type cl_device_affinity_domain = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAffinityDomain`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_context_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13068:10
[INFO] [stderr]       |
[INFO] [stderr] 13068 | pub type cl_context_properties = isize;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_context_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13069:10
[INFO] [stderr]       |
[INFO] [stderr] 13069 | pub type cl_context_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClContextInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_queue_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13070:10
[INFO] [stderr]       |
[INFO] [stderr] 13070 | pub type cl_queue_properties = cl_properties;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClQueueProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_command_queue_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13071:10
[INFO] [stderr]       |
[INFO] [stderr] 13071 | pub type cl_command_queue_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandQueueInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_channel_order` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13072:10
[INFO] [stderr]       |
[INFO] [stderr] 13072 | pub type cl_channel_order = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelOrder`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_channel_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13073:10
[INFO] [stderr]       |
[INFO] [stderr] 13073 | pub type cl_channel_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClChannelType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_flags` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13074:10
[INFO] [stderr]       |
[INFO] [stderr] 13074 | pub type cl_mem_flags = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_svm_mem_flags` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13075:10
[INFO] [stderr]       |
[INFO] [stderr] 13075 | pub type cl_svm_mem_flags = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSvmMemFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_object_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13076:10
[INFO] [stderr]       |
[INFO] [stderr] 13076 | pub type cl_mem_object_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemObjectType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13077:10
[INFO] [stderr]       |
[INFO] [stderr] 13077 | pub type cl_mem_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_migration_flags` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13078:10
[INFO] [stderr]       |
[INFO] [stderr] 13078 | pub type cl_mem_migration_flags = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemMigrationFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_image_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13079:10
[INFO] [stderr]       |
[INFO] [stderr] 13079 | pub type cl_image_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_buffer_create_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13080:10
[INFO] [stderr]       |
[INFO] [stderr] 13080 | pub type cl_buffer_create_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferCreateType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_addressing_mode` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13081:10
[INFO] [stderr]       |
[INFO] [stderr] 13081 | pub type cl_addressing_mode = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClAddressingMode`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_filter_mode` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13082:10
[INFO] [stderr]       |
[INFO] [stderr] 13082 | pub type cl_filter_mode = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClFilterMode`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_sampler_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13083:10
[INFO] [stderr]       |
[INFO] [stderr] 13083 | pub type cl_sampler_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_map_flags` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13084:10
[INFO] [stderr]       |
[INFO] [stderr] 13084 | pub type cl_map_flags = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMapFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_pipe_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13085:10
[INFO] [stderr]       |
[INFO] [stderr] 13085 | pub type cl_pipe_properties = isize;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_pipe_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13086:10
[INFO] [stderr]       |
[INFO] [stderr] 13086 | pub type cl_pipe_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClPipeInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_program_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13087:10
[INFO] [stderr]       |
[INFO] [stderr] 13087 | pub type cl_program_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_program_build_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13088:10
[INFO] [stderr]       |
[INFO] [stderr] 13088 | pub type cl_program_build_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBuildInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_program_binary_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13089:10
[INFO] [stderr]       |
[INFO] [stderr] 13089 | pub type cl_program_binary_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProgramBinaryType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_build_status` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13090:10
[INFO] [stderr]       |
[INFO] [stderr] 13090 | pub type cl_build_status = cl_int;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBuildStatus`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13091:10
[INFO] [stderr]       |
[INFO] [stderr] 13091 | pub type cl_kernel_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_arg_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13092:10
[INFO] [stderr]       |
[INFO] [stderr] 13092 | pub type cl_kernel_arg_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_arg_address_qualifier` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13093:10
[INFO] [stderr]       |
[INFO] [stderr] 13093 | pub type cl_kernel_arg_address_qualifier = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAddressQualifier`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_arg_access_qualifier` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13094:10
[INFO] [stderr]       |
[INFO] [stderr] 13094 | pub type cl_kernel_arg_access_qualifier = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgAccessQualifier`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_arg_type_qualifier` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13095:10
[INFO] [stderr]       |
[INFO] [stderr] 13095 | pub type cl_kernel_arg_type_qualifier = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelArgTypeQualifier`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_work_group_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13096:10
[INFO] [stderr]       |
[INFO] [stderr] 13096 | pub type cl_kernel_work_group_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelWorkGroupInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_sub_group_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13097:10
[INFO] [stderr]       |
[INFO] [stderr] 13097 | pub type cl_kernel_sub_group_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelSubGroupInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_event_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13098:10
[INFO] [stderr]       |
[INFO] [stderr] 13098 | pub type cl_event_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClEventInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_command_type` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13099:10
[INFO] [stderr]       |
[INFO] [stderr] 13099 | pub type cl_command_type = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClCommandType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_profiling_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13100:10
[INFO] [stderr]       |
[INFO] [stderr] 13100 | pub type cl_profiling_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClProfilingInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_sampler_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13101:10
[INFO] [stderr]       |
[INFO] [stderr] 13101 | pub type cl_sampler_properties = cl_properties;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClSamplerProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_kernel_exec_info` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13102:10
[INFO] [stderr]       |
[INFO] [stderr] 13102 | pub type cl_kernel_exec_info = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKernelExecInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_atomic_capabilities` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13103:10
[INFO] [stderr]       |
[INFO] [stderr] 13103 | pub type cl_device_atomic_capabilities = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceAtomicCapabilities`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_device_device_enqueue_capabilities` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13104:10
[INFO] [stderr]       |
[INFO] [stderr] 13104 | pub type cl_device_device_enqueue_capabilities = cl_bitfield;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClDeviceDeviceEnqueueCapabilities`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_khronos_vendor_id` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13105:10
[INFO] [stderr]       |
[INFO] [stderr] 13105 | pub type cl_khronos_vendor_id = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClKhronosVendorId`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_mem_properties` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13106:10
[INFO] [stderr]       |
[INFO] [stderr] 13106 | pub type cl_mem_properties = cl_properties;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClMemProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_version` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13107:10
[INFO] [stderr]       |
[INFO] [stderr] 13107 | pub type cl_version = cl_uint;
[INFO] [stderr]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ClVersion`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_image_format` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13149:10
[INFO] [stderr]       |
[INFO] [stderr] 13149 | pub type cl_image_format = _cl_image_format;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageFormat`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_image_desc` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13311:10
[INFO] [stderr]       |
[INFO] [stderr] 13311 | pub type cl_image_desc = _cl_image_desc;
[INFO] [stderr]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClImageDesc`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_buffer_region` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13353:10
[INFO] [stderr]       |
[INFO] [stderr] 13353 | pub type cl_buffer_region = _cl_buffer_region;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClBufferRegion`
[INFO] [stderr] 
[INFO] [stderr] warning: type `cl_name_version` should have an upper camel case name
[INFO] [stderr]      --> src/bindings.rs:13395:10
[INFO] [stderr]       |
[INFO] [stderr] 13395 | pub type cl_name_version = _cl_name_version;
[INFO] [stderr]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClNameVersion`
[INFO] [stderr] 
[INFO] [stderr] warning: 110 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c3b2c9532586e7aacc0f7250e01a796cf1d48eae5d17f635c9ca3bad8d5fd158", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3b2c9532586e7aacc0f7250e01a796cf1d48eae5d17f635c9ca3bad8d5fd158", kill_on_drop: false }`
[INFO] [stdout] c3b2c9532586e7aacc0f7250e01a796cf1d48eae5d17f635c9ca3bad8d5fd158
