[INFO] fetching crate rogl 0.2.1...
[INFO] building rogl-0.2.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate rogl 0.2.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate rogl 0.2.1
[INFO] finished tweaking crates.io crate rogl 0.2.1
[INFO] tweaked toml for crates.io crate rogl 0.2.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rogl 0.2.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding libloading v0.7.4 (available: v0.8.9)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 012d5b2132885df00c0fe930a87608fffbbaa8193171f8d91dfbdd37d606cd7c
[INFO] running `Command { std: "docker" "start" "-a" "012d5b2132885df00c0fe930a87608fffbbaa8193171f8d91dfbdd37d606cd7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "012d5b2132885df00c0fe930a87608fffbbaa8193171f8d91dfbdd37d606cd7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "012d5b2132885df00c0fe930a87608fffbbaa8193171f8d91dfbdd37d606cd7c", kill_on_drop: false }`
[INFO] [stdout] 012d5b2132885df00c0fe930a87608fffbbaa8193171f8d91dfbdd37d606cd7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b527663649cc6c3b805820c948cbec7e419d53d276387224da4bd3cf74bf903
[INFO] running `Command { std: "docker" "start" "-a" "6b527663649cc6c3b805820c948cbec7e419d53d276387224da4bd3cf74bf903", kill_on_drop: false }`
[INFO] [stderr]    Compiling rogl v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::types::*`
[INFO] [stdout]  --> src/gles/feature.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::types::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `entry` is never read
[INFO] [stdout]  --> src/gles/context.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct GLESContext {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 9 |     pub(crate) entry: crate::gles::feature::EntryGLESFn,
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `GLESContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]   --> src/command.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     _handleType: GLenum,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]   --> src/command.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     _numAttachments: GLsizei,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockIndex` should have a snake case name
[INFO] [stdout]   --> src/command.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     _uniformBlockIndex: GLuint,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockBinding` should have a snake case name
[INFO] [stdout]   --> src/command.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     _uniformBlockBinding: GLuint,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_binding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]   --> src/command.rs:82:31
[INFO] [stdout]    |
[INFO] [stdout] 82 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]    |                               ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]   --> src/command.rs:82:49
[INFO] [stdout]    |
[INFO] [stdout] 82 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]    |                                                 ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 |     _bufSize: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]    --> src/command.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 151 |     _numPaths: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     _pathNameType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]    --> src/command.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     _pathBase: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fillMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:155:5
[INFO] [stdout]     |
[INFO] [stdout] 155 |     _fillMode: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_fill_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 |     _coverMode: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:158:5
[INFO] [stdout]     |
[INFO] [stdout] 158 |     _transformType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]    --> src/command.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 159 |     _transformValues: *const GLfloat,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]    --> src/command.rs:263:5
[INFO] [stdout]     |
[INFO] [stdout] 263 |     _internalFormat: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vkImage` should have a snake case name
[INFO] [stdout]    --> src/command.rs:290:5
[INFO] [stdout]     |
[INFO] [stdout] 290 |     _vkImage: GLuint64,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_vk_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:333:5
[INFO] [stdout]     |
[INFO] [stdout] 333 |     _bufSize: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]    --> src/command.rs:335:5
[INFO] [stdout]     |
[INFO] [stdout] 335 |     _binaryFormat: *mut GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:388:5
[INFO] [stdout]     |
[INFO] [stdout] 388 |     _bufSize: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawCount` should have a snake case name
[INFO] [stdout]    --> src/command.rs:425:5
[INFO] [stdout]     |
[INFO] [stdout] 425 |     _drawCount: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vertexBufferCount` should have a snake case name
[INFO] [stdout]    --> src/command.rs:427:5
[INFO] [stdout]     |
[INFO] [stdout] 427 |     _vertexBufferCount: GLint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_vertex_buffer_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:501:5
[INFO] [stdout]     |
[INFO] [stdout] 501 |     _handleType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]    --> src/command.rs:518:5
[INFO] [stdout]     |
[INFO] [stdout] 518 |     _queryId: GLuint,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryNameLength` should have a snake case name
[INFO] [stdout]    --> src/command.rs:519:5
[INFO] [stdout]     |
[INFO] [stdout] 519 |     _queryNameLength: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_name_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryName` should have a snake case name
[INFO] [stdout]    --> src/command.rs:520:5
[INFO] [stdout]     |
[INFO] [stdout] 520 |     _queryName: *mut GLchar,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_query_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dataSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:521:5
[INFO] [stdout]     |
[INFO] [stdout] 521 |     _dataSize: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_data_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_noCounters` should have a snake case name
[INFO] [stdout]    --> src/command.rs:522:5
[INFO] [stdout]     |
[INFO] [stdout] 522 |     _noCounters: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_no_counters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_noInstances` should have a snake case name
[INFO] [stdout]    --> src/command.rs:523:5
[INFO] [stdout]     |
[INFO] [stdout] 523 |     _noInstances: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_no_instances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_capsMask` should have a snake case name
[INFO] [stdout]    --> src/command.rs:524:5
[INFO] [stdout]     |
[INFO] [stdout] 524 |     _capsMask: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_caps_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_resultPath` should have a snake case name
[INFO] [stdout]    --> src/command.rs:541:5
[INFO] [stdout]     |
[INFO] [stdout] 541 |     _resultPath: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_result_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcPath` should have a snake case name
[INFO] [stdout]    --> src/command.rs:542:5
[INFO] [stdout]     |
[INFO] [stdout] 542 |     _srcPath: GLuint,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_src_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:543:5
[INFO] [stdout]     |
[INFO] [stdout] 543 |     _transformType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]    --> src/command.rs:544:5
[INFO] [stdout]     |
[INFO] [stdout] 544 |     _transformValues: *const GLfloat,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fillMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:591:46
[INFO] [stdout]     |
[INFO] [stdout] 591 |     unsafe extern "system" fn(_path: GLuint, _fillMode: GLenum, _mask: GLuint, _coverMode: GLenum);
[INFO] [stdout]     |                                              ^^^^^^^^^ help: convert the identifier to snake case: `_fill_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:591:80
[INFO] [stdout]     |
[INFO] [stdout] 591 |     unsafe extern "system" fn(_path: GLuint, _fillMode: GLenum, _mask: GLuint, _coverMode: GLenum);
[INFO] [stdout]     |                                                                                ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]    --> src/command.rs:600:5
[INFO] [stdout]     |
[INFO] [stdout] 600 |     _internalFormat: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]    --> src/command.rs:604:5
[INFO] [stdout]     |
[INFO] [stdout] 604 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformCount` should have a snake case name
[INFO] [stdout]    --> src/command.rs:611:5
[INFO] [stdout]     |
[INFO] [stdout] 611 |     _uniformCount: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformIndices` should have a snake case name
[INFO] [stdout]    --> src/command.rs:612:5
[INFO] [stdout]     |
[INFO] [stdout] 612 |     _uniformIndices: *const GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_indices`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]    --> src/command.rs:618:5
[INFO] [stdout]     |
[INFO] [stdout] 618 |     _queryId: GLuint,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterId` should have a snake case name
[INFO] [stdout]    --> src/command.rs:619:5
[INFO] [stdout]     |
[INFO] [stdout] 619 |     _counterId: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_counter_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterNameLength` should have a snake case name
[INFO] [stdout]    --> src/command.rs:620:5
[INFO] [stdout]     |
[INFO] [stdout] 620 |     _counterNameLength: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_name_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterName` should have a snake case name
[INFO] [stdout]    --> src/command.rs:621:5
[INFO] [stdout]     |
[INFO] [stdout] 621 |     _counterName: *mut GLchar,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterDescLength` should have a snake case name
[INFO] [stdout]    --> src/command.rs:622:5
[INFO] [stdout]     |
[INFO] [stdout] 622 |     _counterDescLength: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_desc_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterDesc` should have a snake case name
[INFO] [stdout]    --> src/command.rs:623:5
[INFO] [stdout]     |
[INFO] [stdout] 623 |     _counterDesc: *mut GLchar,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterOffset` should have a snake case name
[INFO] [stdout]    --> src/command.rs:624:5
[INFO] [stdout]     |
[INFO] [stdout] 624 |     _counterOffset: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterDataSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:625:5
[INFO] [stdout]     |
[INFO] [stdout] 625 |     _counterDataSize: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_data_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterTypeEnum` should have a snake case name
[INFO] [stdout]    --> src/command.rs:626:5
[INFO] [stdout]     |
[INFO] [stdout] 626 |     _counterTypeEnum: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_type_enum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterDataTypeEnum` should have a snake case name
[INFO] [stdout]    --> src/command.rs:627:5
[INFO] [stdout]     |
[INFO] [stdout] 627 |     _counterDataTypeEnum: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_data_type_enum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_rawCounterMaxValue` should have a snake case name
[INFO] [stdout]    --> src/command.rs:628:5
[INFO] [stdout]     |
[INFO] [stdout] 628 |     _rawCounterMaxValue: *mut GLuint64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_raw_counter_max_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]    --> src/command.rs:653:5
[INFO] [stdout]     |
[INFO] [stdout] 653 |     _programObj: GLhandleARB,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxLength` should have a snake case name
[INFO] [stdout]    --> src/command.rs:655:5
[INFO] [stdout]     |
[INFO] [stdout] 655 |     _maxLength: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_genMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:740:5
[INFO] [stdout]     |
[INFO] [stdout] 740 |     _genMode: GLenum,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_gen_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorFormat` should have a snake case name
[INFO] [stdout]    --> src/command.rs:741:5
[INFO] [stdout]     |
[INFO] [stdout] 741 |     _colorFormat: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSurface` should have a snake case name
[INFO] [stdout]    --> src/command.rs:783:31
[INFO] [stdout]     |
[INFO] [stdout] 783 |     unsafe extern "system" fn(_numSurface: GLsizei, _surfaces: *const GLvdpauSurfaceNV);
[INFO] [stdout]     |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_num_surface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitGpu` should have a snake case name
[INFO] [stdout]    --> src/command.rs:841:5
[INFO] [stdout]     |
[INFO] [stdout] 841 |     _waitGpu: GLuint,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_wait_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceObjectCount` should have a snake case name
[INFO] [stdout]    --> src/command.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     _fenceObjectCount: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_object_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_semaphoreArray` should have a snake case name
[INFO] [stdout]    --> src/command.rs:843:5
[INFO] [stdout]     |
[INFO] [stdout] 843 |     _semaphoreArray: *const GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceValueArray` should have a snake case name
[INFO] [stdout]    --> src/command.rs:844:5
[INFO] [stdout]     |
[INFO] [stdout] 844 |     _fenceValueArray: *const GLuint64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:860:5
[INFO] [stdout]     |
[INFO] [stdout] 860 |     _bufSize: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]    --> src/command.rs:886:5
[INFO] [stdout]     |
[INFO] [stdout] 886 |     _numPaths: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:887:5
[INFO] [stdout]     |
[INFO] [stdout] 887 |     _pathNameType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]    --> src/command.rs:889:5
[INFO] [stdout]     |
[INFO] [stdout] 889 |     _pathBase: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:890:5
[INFO] [stdout]     |
[INFO] [stdout] 890 |     _coverMode: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:891:5
[INFO] [stdout]     |
[INFO] [stdout] 891 |     _transformType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]    --> src/command.rs:892:5
[INFO] [stdout]     |
[INFO] [stdout] 892 |     _transformValues: *const GLfloat,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_genMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:918:57
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub type PFN_glPathFogGenNV = unsafe extern "system" fn(_genMode: GLenum);
[INFO] [stdout]     |                                                         ^^^^^^^^ help: convert the identifier to snake case: `_gen_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1041:5
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_rowBufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1116:5
[INFO] [stdout]      |
[INFO] [stdout] 1116 |     _rowBufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_row_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_columnBufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1118:5
[INFO] [stdout]      |
[INFO] [stdout] 1118 |     _columnBufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_column_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1178:5
[INFO] [stdout]      |
[INFO] [stdout] 1178 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1192:5
[INFO] [stdout]      |
[INFO] [stdout] 1192 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vdpSurface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1203:9
[INFO] [stdout]      |
[INFO] [stdout] 1203 |         _vdpSurface: *const std::os::raw::c_void,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `_vdp_surface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1205:9
[INFO] [stdout]      |
[INFO] [stdout] 1205 |         _numTextureNames: GLsizei,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_textureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1206:9
[INFO] [stdout]      |
[INFO] [stdout] 1206 |         _textureNames: *const GLuint,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_isFrameStructure` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1207:9
[INFO] [stdout]      |
[INFO] [stdout] 1207 |         _isFrameStructure: GLboolean,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_is_frame_structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_shaderObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1250:5
[INFO] [stdout]      |
[INFO] [stdout] 1250 |     _shaderObj: GLhandleARB,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_shader_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1271:5
[INFO] [stdout]      |
[INFO] [stdout] 1271 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterString` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1273:5
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     _counterString: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1299:5
[INFO] [stdout]      |
[INFO] [stdout] 1299 |     _sfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1300:5
[INFO] [stdout]      |
[INFO] [stdout] 1300 |     _dfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1301:5
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     _sfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout] 1302 |     _dfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1389:31
[INFO] [stdout]      |
[INFO] [stdout] 1389 |     unsafe extern "system" fn(_programObj: GLhandleARB, _location: GLint, _params: *mut GLint);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1423:5
[INFO] [stdout]      |
[INFO] [stdout] 1423 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1464:45
[INFO] [stdout]      |
[INFO] [stdout] 1464 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLushort);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vkFence` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1526:60
[INFO] [stdout]      |
[INFO] [stdout] 1526 | pub type PFN_glSignalVkFenceNV = unsafe extern "system" fn(_vkFence: GLuint64);
[INFO] [stdout]      |                                                            ^^^^^^^^ help: convert the identifier to snake case: `_vk_fence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitSemaphoreCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1537:5
[INFO] [stdout]      |
[INFO] [stdout] 1537 |     _waitSemaphoreCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_semaphore_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitSemaphoreArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1538:5
[INFO] [stdout]      |
[INFO] [stdout] 1538 |     _waitSemaphoreArray: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceValueArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1539:5
[INFO] [stdout]      |
[INFO] [stdout] 1539 |     _fenceValueArray: *const GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1540:5
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     _readGpu: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_read_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeGpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1541:5
[INFO] [stdout]      |
[INFO] [stdout] 1541 |     _writeGpuMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1542:5
[INFO] [stdout]      |
[INFO] [stdout] 1542 |     _readBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1543:5
[INFO] [stdout]      |
[INFO] [stdout] 1543 |     _writeBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1544:5
[INFO] [stdout]      |
[INFO] [stdout] 1544 |     _readOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1545:5
[INFO] [stdout]      |
[INFO] [stdout] 1545 |     _writeOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalSemaphoreCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1547:5
[INFO] [stdout]      |
[INFO] [stdout] 1547 |     _signalSemaphoreCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_semaphore_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalSemaphoreArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1548:5
[INFO] [stdout]      |
[INFO] [stdout] 1548 |     _signalSemaphoreArray: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalValueArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1549:5
[INFO] [stdout]      |
[INFO] [stdout] 1549 |     _signalValueArray: *const GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1592:5
[INFO] [stdout]      |
[INFO] [stdout] 1592 |     _memOffset: GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_mem_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numLayers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1604:5
[INFO] [stdout]      |
[INFO] [stdout] 1604 |     _numLayers: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_layers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalPointsPerLayer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1605:5
[INFO] [stdout]      |
[INFO] [stdout] 1605 |     _focalPointsPerLayer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_focal_points_per_layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_requestedFeatures` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1606:5
[INFO] [stdout]      |
[INFO] [stdout] 1606 |     _requestedFeatures: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_requested_features`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_providedFeatures` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1607:5
[INFO] [stdout]      |
[INFO] [stdout] 1607 |     _providedFeatures: *mut GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_provided_features`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1615:5
[INFO] [stdout]      |
[INFO] [stdout] 1615 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1659:5
[INFO] [stdout]      |
[INFO] [stdout] 1659 |     _handleType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1695:5
[INFO] [stdout]      |
[INFO] [stdout] 1695 |     _coverageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1696:5
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     _colorSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1697:5
[INFO] [stdout]      |
[INFO] [stdout] 1697 |     _internalFormat: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1700:5
[INFO] [stdout]      |
[INFO] [stdout] 1700 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vkSemaphore` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1703:64
[INFO] [stdout]      |
[INFO] [stdout] 1703 | pub type PFN_glSignalVkSemaphoreNV = unsafe extern "system" fn(_vkSemaphore: GLuint64);
[INFO] [stdout]      |                                                                ^^^^^^^^^^^^ help: convert the identifier to snake case: `_vk_semaphore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1709:5
[INFO] [stdout]      |
[INFO] [stdout] 1709 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1710:5
[INFO] [stdout]      |
[INFO] [stdout] 1710 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1711:5
[INFO] [stdout]      |
[INFO] [stdout] 1711 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1712:5
[INFO] [stdout]      |
[INFO] [stdout] 1712 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1713:5
[INFO] [stdout]      |
[INFO] [stdout] 1713 |     _srcY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1714:5
[INFO] [stdout]      |
[INFO] [stdout] 1714 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1715:5
[INFO] [stdout]      |
[INFO] [stdout] 1715 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1716:5
[INFO] [stdout]      |
[INFO] [stdout] 1716 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1717:5
[INFO] [stdout]      |
[INFO] [stdout] 1717 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1718:5
[INFO] [stdout]      |
[INFO] [stdout] 1718 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1719:5
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1720:5
[INFO] [stdout]      |
[INFO] [stdout] 1720 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memoryObject` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1729:31
[INFO] [stdout]      |
[INFO] [stdout] 1729 |     unsafe extern "system" fn(_memoryObject: GLuint, _pname: GLenum, _params: *mut GLint);
[INFO] [stdout]      |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_memory_object`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_userParam` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1754:58
[INFO] [stdout]      |
[INFO] [stdout] 1754 |     unsafe extern "system" fn(_callback: GLDEBUGPROCKHR, _userParam: *const std::os::raw::c_void);
[INFO] [stdout]      |                                                          ^^^^^^^^^^ help: convert the identifier to snake case: `_user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1781:5
[INFO] [stdout]      |
[INFO] [stdout] 1781 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_metricQueryMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1826:5
[INFO] [stdout]      |
[INFO] [stdout] 1826 |     _metricQueryMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_metric_query_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstPathName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1827:5
[INFO] [stdout]      |
[INFO] [stdout] 1827 |     _firstPathName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_path_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1828:5
[INFO] [stdout]      |
[INFO] [stdout] 1828 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufferMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1873:5
[INFO] [stdout]      |
[INFO] [stdout] 1873 |     _bufferMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_buffer_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2023:75
[INFO] [stdout]      |
[INFO] [stdout] 2023 | pub type PFN_glCoverFillPathNV = unsafe extern "system" fn(_path: GLuint, _coverMode: GLenum);
[INFO] [stdout]      |                                                                           ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_shaderObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2082:61
[INFO] [stdout]      |
[INFO] [stdout] 2082 | pub type PFN_glCompileShaderARB = unsafe extern "system" fn(_shaderObj: GLhandleARB);
[INFO] [stdout]      |                                                             ^^^^^^^^^^ help: convert the identifier to snake case: `_shader_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2087:5
[INFO] [stdout]      |
[INFO] [stdout] 2087 |     _dstMask: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2088:5
[INFO] [stdout]      |
[INFO] [stdout] 2088 |     _dstMod: GLuint,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2090:5
[INFO] [stdout]      |
[INFO] [stdout] 2090 |     _arg1Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2091:5
[INFO] [stdout]      |
[INFO] [stdout] 2091 |     _arg1Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2093:5
[INFO] [stdout]      |
[INFO] [stdout] 2093 |     _arg2Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2094:5
[INFO] [stdout]      |
[INFO] [stdout] 2094 |     _arg2Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg3Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2096:5
[INFO] [stdout]      |
[INFO] [stdout] 2096 |     _arg3Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg3_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg3Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2097:5
[INFO] [stdout]      |
[INFO] [stdout] 2097 |     _arg3Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg3_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_destinationTexture` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2122:5
[INFO] [stdout]      |
[INFO] [stdout] 2122 |     _destinationTexture: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_destination_texture`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sourceTexture` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2123:5
[INFO] [stdout]      |
[INFO] [stdout] 2123 |     _sourceTexture: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_source_texture`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sourceBaseLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2124:5
[INFO] [stdout]      |
[INFO] [stdout] 2124 |     _sourceBaseLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_source_base_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sourceLevelCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2125:5
[INFO] [stdout]      |
[INFO] [stdout] 2125 |     _sourceLevelCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_source_level_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_rowBufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2132:5
[INFO] [stdout]      |
[INFO] [stdout] 2132 |     _rowBufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_row_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_columnBufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2134:5
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     _columnBufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_column_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_containerObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2148:5
[INFO] [stdout]      |
[INFO] [stdout] 2148 |     _containerObj: GLhandleARB,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_container_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2149:5
[INFO] [stdout]      |
[INFO] [stdout] 2149 |     _maxCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_max_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2169:31
[INFO] [stdout]      |
[INFO] [stdout] 2169 |     unsafe extern "system" fn(_queryId: GLuint, _queryHandle: *mut GLuint);
[INFO] [stdout]      |                               ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryHandle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2169:49
[INFO] [stdout]      |
[INFO] [stdout] 2169 |     unsafe extern "system" fn(_queryId: GLuint, _queryHandle: *mut GLuint);
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2248:31
[INFO] [stdout]      |
[INFO] [stdout] 2248 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalPoint` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2253:5
[INFO] [stdout]      |
[INFO] [stdout] 2253 |     _focalPoint: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_focal_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2254:5
[INFO] [stdout]      |
[INFO] [stdout] 2254 |     _focalX: GLfloat,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_focal_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2255:5
[INFO] [stdout]      |
[INFO] [stdout] 2255 |     _focalY: GLfloat,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_focal_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gainX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2256:5
[INFO] [stdout]      |
[INFO] [stdout] 2256 |     _gainX: GLfloat,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_gain_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gainY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2257:5
[INFO] [stdout]      |
[INFO] [stdout] 2257 |     _gainY: GLfloat,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_gain_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_foveaArea` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2258:5
[INFO] [stdout]      |
[INFO] [stdout] 2258 |     _foveaArea: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_fovea_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2295:5
[INFO] [stdout]      |
[INFO] [stdout] 2295 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zNear` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2327:5
[INFO] [stdout]      |
[INFO] [stdout] 2327 |     _zNear: GLdouble,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_z_near`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zFar` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2328:5
[INFO] [stdout]      |
[INFO] [stdout] 2328 |     _zFar: GLdouble,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_z_far`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2359:5
[INFO] [stdout]      |
[INFO] [stdout] 2359 |     _minX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2360:5
[INFO] [stdout]      |
[INFO] [stdout] 2360 |     _minY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2361:5
[INFO] [stdout]      |
[INFO] [stdout] 2361 |     _minZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2362:5
[INFO] [stdout]      |
[INFO] [stdout] 2362 |     _minW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2363:5
[INFO] [stdout]      |
[INFO] [stdout] 2363 |     _maxX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2364:5
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     _maxY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2365:5
[INFO] [stdout]      |
[INFO] [stdout] 2365 |     _maxZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2366:5
[INFO] [stdout]      |
[INFO] [stdout] 2366 |     _maxW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2370:45
[INFO] [stdout]      |
[INFO] [stdout] 2370 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2370:63
[INFO] [stdout]      |
[INFO] [stdout] 2370 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2394:5
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2395:5
[INFO] [stdout]      |
[INFO] [stdout] 2395 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2396:5
[INFO] [stdout]      |
[INFO] [stdout] 2396 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2397:5
[INFO] [stdout]      |
[INFO] [stdout] 2397 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2414:5
[INFO] [stdout]      |
[INFO] [stdout] 2414 |     _internalFormat: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2417:5
[INFO] [stdout]      |
[INFO] [stdout] 2417 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2432:5
[INFO] [stdout]      |
[INFO] [stdout] 2432 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vkSemaphore` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2500:62
[INFO] [stdout]      |
[INFO] [stdout] 2500 | pub type PFN_glWaitVkSemaphoreNV = unsafe extern "system" fn(_vkSemaphore: GLuint64);
[INFO] [stdout]      |                                                              ^^^^^^^^^^^^ help: convert the identifier to snake case: `_vk_semaphore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2533:5
[INFO] [stdout]      |
[INFO] [stdout] 2533 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryHandle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2553:5
[INFO] [stdout]      |
[INFO] [stdout] 2553 |     _queryHandle: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dataSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2555:5
[INFO] [stdout]      |
[INFO] [stdout] 2555 |     _dataSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_data_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bytesWritten` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2557:5
[INFO] [stdout]      |
[INFO] [stdout] 2557 |     _bytesWritten: *mut GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_bytes_written`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_primitiveMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2579:70
[INFO] [stdout]      |
[INFO] [stdout] 2579 | pub type PFN_glBeginTransformFeedbackEXT = unsafe extern "system" fn(_primitiveMode: GLenum);
[INFO] [stdout]      |                                                                      ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_primitive_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSurfaces` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2634:31
[INFO] [stdout]      |
[INFO] [stdout] 2634 |     unsafe extern "system" fn(_numSurfaces: GLsizei, _surfaces: *const GLvdpauSurfaceNV);
[INFO] [stdout]      |                               ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_surfaces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCounters` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2660:5
[INFO] [stdout]      |
[INFO] [stdout] 2660 |     _numCounters: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_counters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxActiveCounters` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2661:5
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     _maxActiveCounters: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_active_counters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2662:5
[INFO] [stdout]      |
[INFO] [stdout] 2662 |     _counterSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceObjectCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2735:5
[INFO] [stdout]      |
[INFO] [stdout] 2735 |     _fenceObjectCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_object_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_semaphoreArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2736:5
[INFO] [stdout]      |
[INFO] [stdout] 2736 |     _semaphoreArray: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceValueArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2737:5
[INFO] [stdout]      |
[INFO] [stdout] 2737 |     _fenceValueArray: *const GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2744:5
[INFO] [stdout]      |
[INFO] [stdout] 2744 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2745:5
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2746:5
[INFO] [stdout]      |
[INFO] [stdout] 2746 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2747:5
[INFO] [stdout]      |
[INFO] [stdout] 2747 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2752:5
[INFO] [stdout]      |
[INFO] [stdout] 2752 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2754:5
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     _binaryFormat: *mut GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2774:5
[INFO] [stdout]      |
[INFO] [stdout] 2774 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2839:5
[INFO] [stdout]      |
[INFO] [stdout] 2839 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2885:5
[INFO] [stdout]      |
[INFO] [stdout] 2885 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3067:5
[INFO] [stdout]      |
[INFO] [stdout] 3067 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxFramebuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3095:5
[INFO] [stdout]      |
[INFO] [stdout] 3095 |     _maxFramebuffers: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_framebuffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numFramebuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3096:5
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     _numFramebuffers: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_framebuffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3105:49
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     unsafe extern "system" fn(_program: GLuint, _uniformBlockName: *const GLchar) -> GLuint;
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3127:5
[INFO] [stdout]      |
[INFO] [stdout] 3127 |     _coverageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3128:5
[INFO] [stdout]      |
[INFO] [stdout] 3128 |     _colorSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3181:5
[INFO] [stdout]      |
[INFO] [stdout] 3181 |     _dstMod: GLuint,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3183:5
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     _arg1Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3184:5
[INFO] [stdout]      |
[INFO] [stdout] 3184 |     _arg1Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3186:5
[INFO] [stdout]      |
[INFO] [stdout] 3186 |     _arg2Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3187:5
[INFO] [stdout]      |
[INFO] [stdout] 3187 |     _arg2Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg3Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3189:5
[INFO] [stdout]      |
[INFO] [stdout] 3189 |     _arg3Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg3_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg3Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3190:5
[INFO] [stdout]      |
[INFO] [stdout] 3190 |     _arg3Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg3_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3198:5
[INFO] [stdout]      |
[INFO] [stdout] 3198 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3200:5
[INFO] [stdout]      |
[INFO] [stdout] 3200 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sourceGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3206:5
[INFO] [stdout]      |
[INFO] [stdout] 3206 |     _sourceGpu: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_source_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_destinationGpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3207:5
[INFO] [stdout]      |
[INFO] [stdout] 3207 |     _destinationGpuMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_destination_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3208:5
[INFO] [stdout]      |
[INFO] [stdout] 3208 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3209:5
[INFO] [stdout]      |
[INFO] [stdout] 3209 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3210:5
[INFO] [stdout]      |
[INFO] [stdout] 3210 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3211:5
[INFO] [stdout]      |
[INFO] [stdout] 3211 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srxY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3212:5
[INFO] [stdout]      |
[INFO] [stdout] 3212 |     _srxY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_srx_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3213:5
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3214:5
[INFO] [stdout]      |
[INFO] [stdout] 3214 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3215:5
[INFO] [stdout]      |
[INFO] [stdout] 3215 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3216:5
[INFO] [stdout]      |
[INFO] [stdout] 3216 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3217:5
[INFO] [stdout]      |
[INFO] [stdout] 3217 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3218:5
[INFO] [stdout]      |
[INFO] [stdout] 3218 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3219:5
[INFO] [stdout]      |
[INFO] [stdout] 3219 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3239:5
[INFO] [stdout]      |
[INFO] [stdout] 3239 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_stencilTagBits` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3264:31
[INFO] [stdout]      |
[INFO] [stdout] 3264 |     unsafe extern "system" fn(_stencilTagBits: GLsizei, _stencilClearTag: GLuint);
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_stencil_tag_bits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_stencilClearTag` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3264:57
[INFO] [stdout]      |
[INFO] [stdout] 3264 |     unsafe extern "system" fn(_stencilTagBits: GLsizei, _stencilClearTag: GLuint);
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_stencil_clear_tag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3328:5
[INFO] [stdout]      |
[INFO] [stdout] 3328 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3331:5
[INFO] [stdout]      |
[INFO] [stdout] 3331 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxPrograms` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3353:5
[INFO] [stdout]      |
[INFO] [stdout] 3353 |     _maxPrograms: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_programs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPrograms` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3354:5
[INFO] [stdout]      |
[INFO] [stdout] 3354 |     _numPrograms: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_programs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3474:5
[INFO] [stdout]      |
[INFO] [stdout] 3474 |     _internalFormat: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3478:5
[INFO] [stdout]      |
[INFO] [stdout] 3478 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_containerObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3602:31
[INFO] [stdout]      |
[INFO] [stdout] 3602 |     unsafe extern "system" fn(_containerObj: GLhandleARB, _obj: GLhandleARB);
[INFO] [stdout]      |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_container_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3704:5
[INFO] [stdout]      |
[INFO] [stdout] 3704 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3730:5
[INFO] [stdout]      |
[INFO] [stdout] 3730 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tokenID` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3788:31
[INFO] [stdout]      |
[INFO] [stdout] 3788 |     unsafe extern "system" fn(_tokenID: GLenum, _size: GLuint) -> GLuint;
[INFO] [stdout]      |                               ^^^^^^^^ help: convert the identifier to snake case: `_token_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3876:5
[INFO] [stdout]      |
[INFO] [stdout] 3876 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3954:45
[INFO] [stdout]      |
[INFO] [stdout] 3954 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3954:63
[INFO] [stdout]      |
[INFO] [stdout] 3954 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_texCoordSet` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4023:31
[INFO] [stdout]      |
[INFO] [stdout] 4023 |     unsafe extern "system" fn(_texCoordSet: GLenum, _pname: GLenum, _value: *mut GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^^ help: convert the identifier to snake case: `_tex_coord_set`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zNear` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4042:58
[INFO] [stdout]      |
[INFO] [stdout] 4042 | pub type PFN_glDepthRangedNV = unsafe extern "system" fn(_zNear: GLdouble, _zFar: GLdouble);
[INFO] [stdout]      |                                                          ^^^^^^ help: convert the identifier to snake case: `_z_near`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zFar` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4042:76
[INFO] [stdout]      |
[INFO] [stdout] 4042 | pub type PFN_glDepthRangedNV = unsafe extern "system" fn(_zNear: GLdouble, _zFar: GLdouble);
[INFO] [stdout]      |                                                                            ^^^^^ help: convert the identifier to snake case: `_z_far`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4052:5
[INFO] [stdout]      |
[INFO] [stdout] 4052 |     _numAttachments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4159:5
[INFO] [stdout]      |
[INFO] [stdout] 4159 |     _signalGpu: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_signal_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceObjectCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4160:5
[INFO] [stdout]      |
[INFO] [stdout] 4160 |     _fenceObjectCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_object_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_semaphoreArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4161:5
[INFO] [stdout]      |
[INFO] [stdout] 4161 |     _semaphoreArray: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceValueArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4162:5
[INFO] [stdout]      |
[INFO] [stdout] 4162 |     _fenceValueArray: *const GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_shaderType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4194:31
[INFO] [stdout]      |
[INFO] [stdout] 4194 |     unsafe extern "system" fn(_shaderType: GLenum) -> GLhandleARB;
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_shader_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4217:5
[INFO] [stdout]      |
[INFO] [stdout] 4217 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numGroups` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4237:31
[INFO] [stdout]      |
[INFO] [stdout] 4237 |     unsafe extern "system" fn(_numGroups: *mut GLint, _groupsSize: GLsizei, _groups: *mut GLuint);
[INFO] [stdout]      |                               ^^^^^^^^^^ help: convert the identifier to snake case: `_num_groups`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_groupsSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4237:55
[INFO] [stdout]      |
[INFO] [stdout] 4237 |     unsafe extern "system" fn(_numGroups: *mut GLint, _groupsSize: GLsizei, _groups: *mut GLuint);
[INFO] [stdout]      |                                                       ^^^^^^^^^^^ help: convert the identifier to snake case: `_groups_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4241:5
[INFO] [stdout]      |
[INFO] [stdout] 4241 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_infoLog` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4243:5
[INFO] [stdout]      |
[INFO] [stdout] 4243 |     _infoLog: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4257:5
[INFO] [stdout]      |
[INFO] [stdout] 4257 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4261:5
[INFO] [stdout]      |
[INFO] [stdout] 4261 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tagId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4320:31
[INFO] [stdout]      |
[INFO] [stdout] 4320 |     unsafe extern "system" fn(_tagId: GLint, _tagString: *const GLchar);
[INFO] [stdout]      |                               ^^^^^^ help: convert the identifier to snake case: `_tag_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tagString` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4320:46
[INFO] [stdout]      |
[INFO] [stdout] 4320 |     unsafe extern "system" fn(_tagId: GLint, _tagString: *const GLchar);
[INFO] [stdout]      |                                              ^^^^^^^^^^ help: convert the identifier to snake case: `_tag_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4333:5
[INFO] [stdout]      |
[INFO] [stdout] 4333 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4357:5
[INFO] [stdout]      |
[INFO] [stdout] 4357 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pEntryPoint` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4364:5
[INFO] [stdout]      |
[INFO] [stdout] 4364 |     _pEntryPoint: *const GLchar,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_entry_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSpecializationConstants` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4365:5
[INFO] [stdout]      |
[INFO] [stdout] 4365 |     _numSpecializationConstants: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_specialization_constants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pConstantIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4366:5
[INFO] [stdout]      |
[INFO] [stdout] 4366 |     _pConstantIndex: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_constant_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pConstantValue` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4367:5
[INFO] [stdout]      |
[INFO] [stdout] 4367 |     _pConstantValue: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_constant_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4388:5
[INFO] [stdout]      |
[INFO] [stdout] 4388 |     _memOffset: GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_mem_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxTextures` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4394:5
[INFO] [stdout]      |
[INFO] [stdout] 4394 |     _maxTextures: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_textures`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextures` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4395:5
[INFO] [stdout]      |
[INFO] [stdout] 4395 |     _numTextures: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_textures`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_startSegment` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4405:5
[INFO] [stdout]      |
[INFO] [stdout] 4405 |     _startSegment: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_start_segment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSegments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4406:5
[INFO] [stdout]      |
[INFO] [stdout] 4406 |     _numSegments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_segments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4464:5
[INFO] [stdout]      |
[INFO] [stdout] 4464 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4480:5
[INFO] [stdout]      |
[INFO] [stdout] 4480 |     _numAttachments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4500:5
[INFO] [stdout]      |
[INFO] [stdout] 4500 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4527:5
[INFO] [stdout]      |
[INFO] [stdout] 4527 |     _coverageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4528:5
[INFO] [stdout]      |
[INFO] [stdout] 4528 |     _colorSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4529:5
[INFO] [stdout]      |
[INFO] [stdout] 4529 |     _internalFormat: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4532:5
[INFO] [stdout]      |
[INFO] [stdout] 4532 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4541:5
[INFO] [stdout]      |
[INFO] [stdout] 4541 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4662:45
[INFO] [stdout]      |
[INFO] [stdout] 4662 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLfloat);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_componentUsage` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4715:5
[INFO] [stdout]      |
[INFO] [stdout] 4715 |     _componentUsage: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_component_usage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4734:31
[INFO] [stdout]      |
[INFO] [stdout] 4734 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4737:5
[INFO] [stdout]      |
[INFO] [stdout] 4737 |     _readBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4738:5
[INFO] [stdout]      |
[INFO] [stdout] 4738 |     _writeBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4739:5
[INFO] [stdout]      |
[INFO] [stdout] 4739 |     _readOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4740:5
[INFO] [stdout]      |
[INFO] [stdout] 4740 |     _writeOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numBufferBarriers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4768:5
[INFO] [stdout]      |
[INFO] [stdout] 4768 |     _numBufferBarriers: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_buffer_barriers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureBarriers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4770:5
[INFO] [stdout]      |
[INFO] [stdout] 4770 |     _numTextureBarriers: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_barriers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLayouts` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4772:5
[INFO] [stdout]      |
[INFO] [stdout] 4772 |     _srcLayouts: *const GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_src_layouts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4791:5
[INFO] [stdout]      |
[INFO] [stdout] 4791 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4792:5
[INFO] [stdout]      |
[INFO] [stdout] 4792 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4793:5
[INFO] [stdout]      |
[INFO] [stdout] 4793 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4794:5
[INFO] [stdout]      |
[INFO] [stdout] 4794 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4811:5
[INFO] [stdout]      |
[INFO] [stdout] 4811 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstPathName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4900:5
[INFO] [stdout]      |
[INFO] [stdout] 4900 |     _firstPathName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_path_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4901:5
[INFO] [stdout]      |
[INFO] [stdout] 4901 |     _fontTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_font_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4902:5
[INFO] [stdout]      |
[INFO] [stdout] 4902 |     _fontName: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_font_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontStyle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4903:5
[INFO] [stdout]      |
[INFO] [stdout] 4903 |     _fontStyle: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_font_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstGlyphIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4904:5
[INFO] [stdout]      |
[INFO] [stdout] 4904 |     _firstGlyphIndex: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_glyph_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numGlyphs` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4905:5
[INFO] [stdout]      |
[INFO] [stdout] 4905 |     _numGlyphs: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathParameterTemplate` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4906:5
[INFO] [stdout]      |
[INFO] [stdout] 4906 |     _pathParameterTemplate: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_parameter_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_emScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4907:5
[INFO] [stdout]      |
[INFO] [stdout] 4907 |     _emScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_em_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4941:5
[INFO] [stdout]      |
[INFO] [stdout] 4941 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_clientBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4950:5
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     _clientBuffer: GLeglClientBufferEXT,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_client_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4977:5
[INFO] [stdout]      |
[INFO] [stdout] 4977 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4995:5
[INFO] [stdout]      |
[INFO] [stdout] 4995 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_primitiveMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5073:5
[INFO] [stdout]      |
[INFO] [stdout] 5073 |     _primitiveMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_primitive_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxLength` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5127:5
[INFO] [stdout]      |
[INFO] [stdout] 5127 |     _maxLength: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_infoLog` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5129:5
[INFO] [stdout]      |
[INFO] [stdout] 5129 |     _infoLog: *mut GLcharARB,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5234:5
[INFO] [stdout]      |
[INFO] [stdout] 5234 |     _drawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vertexBufferCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5236:5
[INFO] [stdout]      |
[INFO] [stdout] 5236 |     _vertexBufferCount: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_vertex_buffer_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_storageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5320:5
[INFO] [stdout]      |
[INFO] [stdout] 5320 |     _storageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_storage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5394:31
[INFO] [stdout]      |
[INFO] [stdout] 5394 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                               ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5394:49
[INFO] [stdout]      |
[INFO] [stdout] 5394 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                 ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zNear` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5409:5
[INFO] [stdout]      |
[INFO] [stdout] 5409 |     _zNear: GLdouble,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_z_near`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zFar` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5410:5
[INFO] [stdout]      |
[INFO] [stdout] 5410 |     _zFar: GLdouble,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_z_far`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_driverControl` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5500:5
[INFO] [stdout]      |
[INFO] [stdout] 5500 |     _driverControl: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_driver_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5501:5
[INFO] [stdout]      |
[INFO] [stdout] 5501 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_driverControlString` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5503:5
[INFO] [stdout]      |
[INFO] [stdout] 5503 |     _driverControlString: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_driver_control_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathListMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5548:5
[INFO] [stdout]      |
[INFO] [stdout] 5548 |     _pathListMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_list_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5549:5
[INFO] [stdout]      |
[INFO] [stdout] 5549 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5550:5
[INFO] [stdout]      |
[INFO] [stdout] 5550 |     _pathNameType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5552:5
[INFO] [stdout]      |
[INFO] [stdout] 5552 |     _pathBase: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_advanceScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5553:5
[INFO] [stdout]      |
[INFO] [stdout] 5553 |     _advanceScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_advance_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_kerningScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5554:5
[INFO] [stdout]      |
[INFO] [stdout] 5554 |     _kerningScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_kerning_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5555:5
[INFO] [stdout]      |
[INFO] [stdout] 5555 |     _transformType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_returnedSpacing` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5556:5
[INFO] [stdout]      |
[INFO] [stdout] 5556 |     _returnedSpacing: *mut GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_returned_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5572:5
[INFO] [stdout]      |
[INFO] [stdout] 5572 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5573:5
[INFO] [stdout]      |
[INFO] [stdout] 5573 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5574:5
[INFO] [stdout]      |
[INFO] [stdout] 5574 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5575:5
[INFO] [stdout]      |
[INFO] [stdout] 5575 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vdpSurface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5619:5
[INFO] [stdout]      |
[INFO] [stdout] 5619 |     _vdpSurface: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_vdp_surface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5621:5
[INFO] [stdout]      |
[INFO] [stdout] 5621 |     _numTextureNames: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_textureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5622:5
[INFO] [stdout]      |
[INFO] [stdout] 5622 |     _textureNames: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dataSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5744:5
[INFO] [stdout]      |
[INFO] [stdout] 5744 |     _dataSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_data_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bytesWritten` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5746:5
[INFO] [stdout]      |
[INFO] [stdout] 5746 |     _bytesWritten: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_bytes_written`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vdpSurface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5755:5
[INFO] [stdout]      |
[INFO] [stdout] 5755 |     _vdpSurface: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_vdp_surface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5757:5
[INFO] [stdout]      |
[INFO] [stdout] 5757 |     _numTextureNames: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_textureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5758:5
[INFO] [stdout]      |
[INFO] [stdout] 5758 |     _textureNames: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5810:5
[INFO] [stdout]      |
[INFO] [stdout] 5810 |     _minX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5811:5
[INFO] [stdout]      |
[INFO] [stdout] 5811 |     _minY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5812:5
[INFO] [stdout]      |
[INFO] [stdout] 5812 |     _minZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5813:5
[INFO] [stdout]      |
[INFO] [stdout] 5813 |     _minW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5814:5
[INFO] [stdout]      |
[INFO] [stdout] 5814 |     _maxX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5815:5
[INFO] [stdout]      |
[INFO] [stdout] 5815 |     _maxY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5816:5
[INFO] [stdout]      |
[INFO] [stdout] 5816 |     _maxZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5817:5
[INFO] [stdout]      |
[INFO] [stdout] 5817 |     _maxW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5823:5
[INFO] [stdout]      |
[INFO] [stdout] 5823 |     _sfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5824:5
[INFO] [stdout]      |
[INFO] [stdout] 5824 |     _dfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5825:5
[INFO] [stdout]      |
[INFO] [stdout] 5825 |     _sfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5826:5
[INFO] [stdout]      |
[INFO] [stdout] 5826 |     _dfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5850:5
[INFO] [stdout]      |
[INFO] [stdout] 5850 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5881:5
[INFO] [stdout]      |
[INFO] [stdout] 5881 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5929:5
[INFO] [stdout]      |
[INFO] [stdout] 5929 |     _uniformBlockIndex: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5999:5
[INFO] [stdout]      |
[INFO] [stdout] 5999 |     _drawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxDrawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6000:5
[INFO] [stdout]      |
[INFO] [stdout] 6000 |     _maxDrawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vertexBufferCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6002:5
[INFO] [stdout]      |
[INFO] [stdout] 6002 |     _vertexBufferCount: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_vertex_buffer_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_objectType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6042:5
[INFO] [stdout]      |
[INFO] [stdout] 6042 |     _objectType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_object_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_resultPath` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6074:55
[INFO] [stdout]      |
[INFO] [stdout] 6074 | pub type PFN_glCopyPathNV = unsafe extern "system" fn(_resultPath: GLuint, _srcPath: GLuint);
[INFO] [stdout]      |                                                       ^^^^^^^^^^^ help: convert the identifier to snake case: `_result_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcPath` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6074:76
[INFO] [stdout]      |
[INFO] [stdout] 6074 | pub type PFN_glCopyPathNV = unsafe extern "system" fn(_resultPath: GLuint, _srcPath: GLuint);
[INFO] [stdout]      |                                                                            ^^^^^^^^ help: convert the identifier to snake case: `_src_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6156:5
[INFO] [stdout]      |
[INFO] [stdout] 6156 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6215:31
[INFO] [stdout]      |
[INFO] [stdout] 6215 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6266:5
[INFO] [stdout]      |
[INFO] [stdout] 6266 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6267:5
[INFO] [stdout]      |
[INFO] [stdout] 6267 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6268:5
[INFO] [stdout]      |
[INFO] [stdout] 6268 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6269:5
[INFO] [stdout]      |
[INFO] [stdout] 6269 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6313:45
[INFO] [stdout]      |
[INFO] [stdout] 6313 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6313:63
[INFO] [stdout]      |
[INFO] [stdout] 6313 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_driverControl` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6320:69
[INFO] [stdout]      |
[INFO] [stdout] 6320 | pub type PFN_glDisableDriverControlQCOM = unsafe extern "system" fn(_driverControl: GLuint);
[INFO] [stdout]      |                                                                     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_driver_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6334:5
[INFO] [stdout]      |
[INFO] [stdout] 6334 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6335:5
[INFO] [stdout]      |
[INFO] [stdout] 6335 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6336:5
[INFO] [stdout]      |
[INFO] [stdout] 6336 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6337:5
[INFO] [stdout]      |
[INFO] [stdout] 6337 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6338:5
[INFO] [stdout]      |
[INFO] [stdout] 6338 |     _srcY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6339:5
[INFO] [stdout]      |
[INFO] [stdout] 6339 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6340:5
[INFO] [stdout]      |
[INFO] [stdout] 6340 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6341:5
[INFO] [stdout]      |
[INFO] [stdout] 6341 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6342:5
[INFO] [stdout]      |
[INFO] [stdout] 6342 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6343:5
[INFO] [stdout]      |
[INFO] [stdout] 6343 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6344:5
[INFO] [stdout]      |
[INFO] [stdout] 6344 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6345:5
[INFO] [stdout]      |
[INFO] [stdout] 6345 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcWidth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6346:5
[INFO] [stdout]      |
[INFO] [stdout] 6346 |     _srcWidth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcHeight` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6347:5
[INFO] [stdout]      |
[INFO] [stdout] 6347 |     _srcHeight: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcDepth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6348:5
[INFO] [stdout]      |
[INFO] [stdout] 6348 |     _srcDepth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6355:5
[INFO] [stdout]      |
[INFO] [stdout] 6355 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6356:5
[INFO] [stdout]      |
[INFO] [stdout] 6356 |     _pathNameType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6358:5
[INFO] [stdout]      |
[INFO] [stdout] 6358 |     _pathBase: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fillMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6359:5
[INFO] [stdout]      |
[INFO] [stdout] 6359 |     _fillMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_fill_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6361:5
[INFO] [stdout]      |
[INFO] [stdout] 6361 |     _transformType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6362:5
[INFO] [stdout]      |
[INFO] [stdout] 6362 |     _transformValues: *const GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6412:5
[INFO] [stdout]      |
[INFO] [stdout] 6412 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6437:5
[INFO] [stdout]      |
[INFO] [stdout] 6437 |     _maxCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_max_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6464:5
[INFO] [stdout]      |
[INFO] [stdout] 6464 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6500:5
[INFO] [stdout]      |
[INFO] [stdout] 6500 |     _numAttachments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6551:45
[INFO] [stdout]      |
[INFO] [stdout] 6551 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLushort);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6565:5
[INFO] [stdout]      |
[INFO] [stdout] 6565 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6566:5
[INFO] [stdout]      |
[INFO] [stdout] 6566 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6567:5
[INFO] [stdout]      |
[INFO] [stdout] 6567 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6568:5
[INFO] [stdout]      |
[INFO] [stdout] 6568 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6569:5
[INFO] [stdout]      |
[INFO] [stdout] 6569 |     _srcY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6570:5
[INFO] [stdout]      |
[INFO] [stdout] 6570 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6571:5
[INFO] [stdout]      |
[INFO] [stdout] 6571 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6572:5
[INFO] [stdout]      |
[INFO] [stdout] 6572 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6573:5
[INFO] [stdout]      |
[INFO] [stdout] 6573 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6574:5
[INFO] [stdout]      |
[INFO] [stdout] 6574 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6575:5
[INFO] [stdout]      |
[INFO] [stdout] 6575 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6576:5
[INFO] [stdout]      |
[INFO] [stdout] 6576 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcWidth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6577:5
[INFO] [stdout]      |
[INFO] [stdout] 6577 |     _srcWidth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcHeight` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6578:5
[INFO] [stdout]      |
[INFO] [stdout] 6578 |     _srcHeight: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcDepth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6579:5
[INFO] [stdout]      |
[INFO] [stdout] 6579 |     _srcDepth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6618:5
[INFO] [stdout]      |
[INFO] [stdout] 6618 |     _binaryFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6664:51
[INFO] [stdout]      |
[INFO] [stdout] 6664 |     unsafe extern "system" fn(_semaphore: GLuint, _handleType: GLenum, _fd: GLint);
[INFO] [stdout]      |                                                   ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_containerObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6677:31
[INFO] [stdout]      |
[INFO] [stdout] 6677 |     unsafe extern "system" fn(_containerObj: GLhandleARB, _attachedObj: GLhandleARB);
[INFO] [stdout]      |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_container_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_attachedObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6677:59
[INFO] [stdout]      |
[INFO] [stdout] 6677 |     unsafe extern "system" fn(_containerObj: GLhandleARB, _attachedObj: GLhandleARB);
[INFO] [stdout]      |                                                           ^^^^^^^^^^^^ help: convert the identifier to snake case: `_attached_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstPathName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6680:5
[INFO] [stdout]      |
[INFO] [stdout] 6680 |     _firstPathName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_path_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6681:5
[INFO] [stdout]      |
[INFO] [stdout] 6681 |     _fontTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_font_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6682:5
[INFO] [stdout]      |
[INFO] [stdout] 6682 |     _fontName: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_font_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontStyle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6683:5
[INFO] [stdout]      |
[INFO] [stdout] 6683 |     _fontStyle: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_font_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numGlyphs` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6684:5
[INFO] [stdout]      |
[INFO] [stdout] 6684 |     _numGlyphs: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleMissingGlyphs` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6687:5
[INFO] [stdout]      |
[INFO] [stdout] 6687 |     _handleMissingGlyphs: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_missing_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathParameterTemplate` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6688:5
[INFO] [stdout]      |
[INFO] [stdout] 6688 |     _pathParameterTemplate: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_parameter_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_emScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6689:5
[INFO] [stdout]      |
[INFO] [stdout] 6689 |     _emScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_em_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_metricQueryMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6756:5
[INFO] [stdout]      |
[INFO] [stdout] 6756 |     _metricQueryMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_metric_query_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6757:5
[INFO] [stdout]      |
[INFO] [stdout] 6757 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6758:5
[INFO] [stdout]      |
[INFO] [stdout] 6758 |     _pathNameType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6760:5
[INFO] [stdout]      |
[INFO] [stdout] 6760 |     _pathBase: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxLength` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6785:5
[INFO] [stdout]      |
[INFO] [stdout] 6785 |     _maxLength: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6848:59
[INFO] [stdout]      |
[INFO] [stdout] 6848 | pub type PFN_glLinkProgramARB = unsafe extern "system" fn(_programObj: GLhandleARB);
[INFO] [stdout]      |                                                           ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6901:5
[INFO] [stdout]      |
[INFO] [stdout] 6901 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxShaders` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7014:54
[INFO] [stdout]      |
[INFO] [stdout] 7014 |     unsafe extern "system" fn(_shaders: *mut GLuint, _maxShaders: GLint, _numShaders: *mut GLint);
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ help: convert the identifier to snake case: `_max_shaders`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numShaders` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7014:74
[INFO] [stdout]      |
[INFO] [stdout] 7014 |     unsafe extern "system" fn(_shaders: *mut GLuint, _maxShaders: GLint, _numShaders: *mut GLint);
[INFO] [stdout]      |                                                                          ^^^^^^^^^^^ help: convert the identifier to snake case: `_num_shaders`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxBuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7020:54
[INFO] [stdout]      |
[INFO] [stdout] 7020 |     unsafe extern "system" fn(_buffers: *mut GLuint, _maxBuffers: GLint, _numBuffers: *mut GLint);
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ help: convert the identifier to snake case: `_max_buffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numBuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7020:74
[INFO] [stdout]      |
[INFO] [stdout] 7020 |     unsafe extern "system" fn(_buffers: *mut GLuint, _maxBuffers: GLint, _numBuffers: *mut GLint);
[INFO] [stdout]      |                                                                          ^^^^^^^^^^^ help: convert the identifier to snake case: `_num_buffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7024:5
[INFO] [stdout]      |
[INFO] [stdout] 7024 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_infoLog` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7026:5
[INFO] [stdout]      |
[INFO] [stdout] 7026 |     _infoLog: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7039:5
[INFO] [stdout]      |
[INFO] [stdout] 7039 |     _uniformCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7040:5
[INFO] [stdout]      |
[INFO] [stdout] 7040 |     _uniformNames: *const *const GLchar,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformIndices` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7041:5
[INFO] [stdout]      |
[INFO] [stdout] 7041 |     _uniformIndices: *mut GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_indices`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7048:5
[INFO] [stdout]      |
[INFO] [stdout] 7048 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7070:5
[INFO] [stdout]      |
[INFO] [stdout] 7070 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7071:5
[INFO] [stdout]      |
[INFO] [stdout] 7071 |     _pathNameType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7073:5
[INFO] [stdout]      |
[INFO] [stdout] 7073 |     _pathBase: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7076:5
[INFO] [stdout]      |
[INFO] [stdout] 7076 |     _transformType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7077:5
[INFO] [stdout]      |
[INFO] [stdout] 7077 |     _transformValues: *const GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_scaleFactor` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7172:78
[INFO] [stdout]      |
[INFO] [stdout] 7172 |     unsafe extern "system" fn(_src1: GLuint, _src2: GLuint, _output: GLuint, _scaleFactor: GLfloat);
[INFO] [stdout]      |                                                                              ^^^^^^^^^^^^ help: convert the identifier to snake case: `_scale_factor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_preserveMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7178:58
[INFO] [stdout]      |
[INFO] [stdout] 7178 | pub type PFN_glEndTilingQCOM = unsafe extern "system" fn(_preserveMask: GLbitfield);
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_preserve_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7223:5
[INFO] [stdout]      |
[INFO] [stdout] 7223 |     _readTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7224:5
[INFO] [stdout]      |
[INFO] [stdout] 7224 |     _writeTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7225:5
[INFO] [stdout]      |
[INFO] [stdout] 7225 |     _readOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7226:5
[INFO] [stdout]      |
[INFO] [stdout] 7226 |     _writeOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_texCoordSet` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7433:5
[INFO] [stdout]      |
[INFO] [stdout] 7433 |     _texCoordSet: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_tex_coord_set`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_genMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7434:5
[INFO] [stdout]      |
[INFO] [stdout] 7434 |     _genMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_gen_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufferMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7444:5
[INFO] [stdout]      |
[INFO] [stdout] 7444 |     _bufferMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_buffer_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7457:5
[INFO] [stdout]      |
[INFO] [stdout] 7457 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7479:5
[INFO] [stdout]      |
[INFO] [stdout] 7479 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorNumber` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7490:5
[INFO] [stdout]      |
[INFO] [stdout] 7490 |     _colorNumber: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7514:31
[INFO] [stdout]      |
[INFO] [stdout] 7514 |     unsafe extern "system" fn(_programObj: GLhandleARB, _location: GLint, _params: *mut GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_primitiveMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7525:69
[INFO] [stdout]      |
[INFO] [stdout] 7525 | pub type PFN_glBeginTransformFeedbackNV = unsafe extern "system" fn(_primitiveMode: GLenum);
[INFO] [stdout]      |                                                                     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_primitive_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_startSegment` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7588:5
[INFO] [stdout]      |
[INFO] [stdout] 7588 |     _startSegment: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_start_segment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSegments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7589:5
[INFO] [stdout]      |
[INFO] [stdout] 7589 |     _numSegments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_segments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tangentX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7593:5
[INFO] [stdout]      |
[INFO] [stdout] 7593 |     _tangentX: *mut GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_tangent_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tangentY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7594:5
[INFO] [stdout]      |
[INFO] [stdout] 7594 |     _tangentY: *mut GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_tangent_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_clientBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7617:5
[INFO] [stdout]      |
[INFO] [stdout] 7617 |     _clientBuffer: GLeglClientBufferEXT,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_client_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7625:5
[INFO] [stdout]      |
[INFO] [stdout] 7625 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7626:5
[INFO] [stdout]      |
[INFO] [stdout] 7626 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7627:5
[INFO] [stdout]      |
[INFO] [stdout] 7627 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7628:5
[INFO] [stdout]      |
[INFO] [stdout] 7628 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7634:5
[INFO] [stdout]      |
[INFO] [stdout] 7634 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7725:5
[INFO] [stdout]      |
[INFO] [stdout] 7725 |     _gpuMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7741:64
[INFO] [stdout]      |
[INFO] [stdout] 7741 | pub type PFN_glUseProgramObjectARB = unsafe extern "system" fn(_programObj: GLhandleARB);
[INFO] [stdout]      |                                                                ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_userParam` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7744:58
[INFO] [stdout]      |
[INFO] [stdout] 7744 |     unsafe extern "system" fn(_callback: GLDEBUGPROCARB, _userParam: *const std::os::raw::c_void);
[INFO] [stdout]      |                                                          ^^^^^^^^^^ help: convert the identifier to snake case: `_user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7763:5
[INFO] [stdout]      |
[INFO] [stdout] 7763 |     _binaryFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7778:5
[INFO] [stdout]      |
[INFO] [stdout] 7778 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memoryObject` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7845:62
[INFO] [stdout]      |
[INFO] [stdout] 7845 | pub type PFN_glIsMemoryObjectEXT = unsafe extern "system" fn(_memoryObject: GLuint) -> GLboolean;
[INFO] [stdout]      |                                                              ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_memory_object`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memoryObjects` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7853:44
[INFO] [stdout]      |
[INFO] [stdout] 7853 |     unsafe extern "system" fn(_n: GLsizei, _memoryObjects: *mut GLuint);
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_memory_objects`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7856:64
[INFO] [stdout]      |
[INFO] [stdout] 7856 |     unsafe extern "system" fn(_target: GLenum, _query: GLenum, _bufSize: GLsizei, _v: *mut GLint);
[INFO] [stdout]      |                                                                ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7865:5
[INFO] [stdout]      |
[INFO] [stdout] 7865 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7953:5
[INFO] [stdout]      |
[INFO] [stdout] 7953 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8033:5
[INFO] [stdout]      |
[INFO] [stdout] 8033 |     _drawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxDrawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8034:5
[INFO] [stdout]      |
[INFO] [stdout] 8034 |     _maxDrawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vertexBufferCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8036:5
[INFO] [stdout]      |
[INFO] [stdout] 8036 |     _vertexBufferCount: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_vertex_buffer_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8042:5
[INFO] [stdout]      |
[INFO] [stdout] 8042 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minPresentTime` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8071:5
[INFO] [stdout]      |
[INFO] [stdout] 8071 |     _minPresentTime: GLuint64EXT,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_min_present_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_beginPresentTimeId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8072:5
[INFO] [stdout]      |
[INFO] [stdout] 8072 |     _beginPresentTimeId: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_begin_present_time_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_presentDurationId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8073:5
[INFO] [stdout]      |
[INFO] [stdout] 8073 |     _presentDurationId: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_present_duration_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX0` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8132:5
[INFO] [stdout]      |
[INFO] [stdout] 8132 |     _srcX0: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_src_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY0` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8133:5
[INFO] [stdout]      |
[INFO] [stdout] 8133 |     _srcY0: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX1` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8134:5
[INFO] [stdout]      |
[INFO] [stdout] 8134 |     _srcX1: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY1` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8135:5
[INFO] [stdout]      |
[INFO] [stdout] 8135 |     _srcY1: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX0` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8136:5
[INFO] [stdout]      |
[INFO] [stdout] 8136 |     _dstX0: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY0` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8137:5
[INFO] [stdout]      |
[INFO] [stdout] 8137 |     _dstY0: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX1` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8138:5
[INFO] [stdout]      |
[INFO] [stdout] 8138 |     _dstX1: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY1` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8139:5
[INFO] [stdout]      |
[INFO] [stdout] 8139 |     _dstY1: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8155:45
[INFO] [stdout]      |
[INFO] [stdout] 8155 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8155:63
[INFO] [stdout]      |
[INFO] [stdout] 8155 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8233:31
[INFO] [stdout]      |
[INFO] [stdout] 8233 |     unsafe extern "system" fn(_programObj: GLhandleARB, _name: *const GLcharARB) -> GLint;
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bindingIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8290:5
[INFO] [stdout]      |
[INFO] [stdout] 8290 |     _bindingIndex: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binding_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_wordIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8291:5
[INFO] [stdout]      |
[INFO] [stdout] 8291 |     _wordIndex: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_word_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8305:5
[INFO] [stdout]      |
[INFO] [stdout] 8305 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8319:31
[INFO] [stdout]      |
[INFO] [stdout] 8319 |     unsafe extern "system" fn(_signalGpu: GLuint, _waitGpuMask: GLbitfield);
[INFO] [stdout]      |                               ^^^^^^^^^^ help: convert the identifier to snake case: `_signal_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitGpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8319:51
[INFO] [stdout]      |
[INFO] [stdout] 8319 |     unsafe extern "system" fn(_signalGpu: GLuint, _waitGpuMask: GLbitfield);
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8338:5
[INFO] [stdout]      |
[INFO] [stdout] 8338 |     _coverageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8339:5
[INFO] [stdout]      |
[INFO] [stdout] 8339 |     _colorSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8438:5
[INFO] [stdout]      |
[INFO] [stdout] 8438 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8452:5
[INFO] [stdout]      |
[INFO] [stdout] 8452 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_preserveMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8461:5
[INFO] [stdout]      |
[INFO] [stdout] 8461 |     _preserveMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_preserve_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_baseViewIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8482:5
[INFO] [stdout]      |
[INFO] [stdout] 8482 |     _baseViewIndex: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_base_view_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numViews` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8483:5
[INFO] [stdout]      |
[INFO] [stdout] 8483 |     _numViews: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_views`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8511:5
[INFO] [stdout]      |
[INFO] [stdout] 8511 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minPresentTime` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8556:5
[INFO] [stdout]      |
[INFO] [stdout] 8556 |     _minPresentTime: GLuint64EXT,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_min_present_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_beginPresentTimeId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8557:5
[INFO] [stdout]      |
[INFO] [stdout] 8557 |     _beginPresentTimeId: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_begin_present_time_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_presentDurationId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8558:5
[INFO] [stdout]      |
[INFO] [stdout] 8558 |     _presentDurationId: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_present_duration_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8634:69
[INFO] [stdout]      |
[INFO] [stdout] 8634 | pub type PFN_glGetFirstPerfQueryIdINTEL = unsafe extern "system" fn(_queryId: *mut GLuint);
[INFO] [stdout]      |                                                                     ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8654:5
[INFO] [stdout]      |
[INFO] [stdout] 8654 |     _fontTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_font_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8655:5
[INFO] [stdout]      |
[INFO] [stdout] 8655 |     _fontName: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_font_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontStyle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8656:5
[INFO] [stdout]      |
[INFO] [stdout] 8656 |     _fontStyle: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_font_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathParameterTemplate` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8657:5
[INFO] [stdout]      |
[INFO] [stdout] 8657 |     _pathParameterTemplate: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_parameter_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_emScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8658:5
[INFO] [stdout]      |
[INFO] [stdout] 8658 |     _emScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_em_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_baseAndCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8659:5
[INFO] [stdout]      |
[INFO] [stdout] 8659 |     _baseAndCount: *mut GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_base_and_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8671:5
[INFO] [stdout]      |
[INFO] [stdout] 8671 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8680:5
[INFO] [stdout]      |
[INFO] [stdout] 8680 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_infoLog` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8682:5
[INFO] [stdout]      |
[INFO] [stdout] 8682 |     _infoLog: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8719:5
[INFO] [stdout]      |
[INFO] [stdout] 8719 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8735:5
[INFO] [stdout]      |
[INFO] [stdout] 8735 |     _readBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8736:5
[INFO] [stdout]      |
[INFO] [stdout] 8736 |     _writeBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8737:5
[INFO] [stdout]      |
[INFO] [stdout] 8737 |     _readOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8738:5
[INFO] [stdout]      |
[INFO] [stdout] 8738 |     _writeOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8745:5
[INFO] [stdout]      |
[INFO] [stdout] 8745 |     _minX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8746:5
[INFO] [stdout]      |
[INFO] [stdout] 8746 |     _minY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8747:5
[INFO] [stdout]      |
[INFO] [stdout] 8747 |     _minZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8748:5
[INFO] [stdout]      |
[INFO] [stdout] 8748 |     _minW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8749:5
[INFO] [stdout]      |
[INFO] [stdout] 8749 |     _maxX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8750:5
[INFO] [stdout]      |
[INFO] [stdout] 8750 |     _maxY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8751:5
[INFO] [stdout]      |
[INFO] [stdout] 8751 |     _maxZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8752:5
[INFO] [stdout]      |
[INFO] [stdout] 8752 |     _maxW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8804:31
[INFO] [stdout]      |
[INFO] [stdout] 8804 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8853:5
[INFO] [stdout]      |
[INFO] [stdout] 8853 |     _srcGpu: GLuint,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstGpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8854:5
[INFO] [stdout]      |
[INFO] [stdout] 8854 |     _dstGpuMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_dst_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8855:5
[INFO] [stdout]      |
[INFO] [stdout] 8855 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8856:5
[INFO] [stdout]      |
[INFO] [stdout] 8856 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8857:5
[INFO] [stdout]      |
[INFO] [stdout] 8857 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8858:5
[INFO] [stdout]      |
[INFO] [stdout] 8858 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8859:5
[INFO] [stdout]      |
[INFO] [stdout] 8859 |     _srcY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8860:5
[INFO] [stdout]      |
[INFO] [stdout] 8860 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8861:5
[INFO] [stdout]      |
[INFO] [stdout] 8861 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8862:5
[INFO] [stdout]      |
[INFO] [stdout] 8862 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8863:5
[INFO] [stdout]      |
[INFO] [stdout] 8863 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8864:5
[INFO] [stdout]      |
[INFO] [stdout] 8864 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8865:5
[INFO] [stdout]      |
[INFO] [stdout] 8865 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8866:5
[INFO] [stdout]      |
[INFO] [stdout] 8866 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcWidth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8867:5
[INFO] [stdout]      |
[INFO] [stdout] 8867 |     _srcWidth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcHeight` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8868:5
[INFO] [stdout]      |
[INFO] [stdout] 8868 |     _srcHeight: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcDepth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8869:5
[INFO] [stdout]      |
[INFO] [stdout] 8869 |     _srcDepth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryHandle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8892:62
[INFO] [stdout]      |
[INFO] [stdout] 8892 | pub type PFN_glEndPerfQueryINTEL = unsafe extern "system" fn(_queryHandle: GLuint);
[INFO] [stdout]      |                                                              ^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vdpDevice` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8936:5
[INFO] [stdout]      |
[INFO] [stdout] 8936 |     _vdpDevice: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_vdp_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_getProcAddress` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8937:5
[INFO] [stdout]      |
[INFO] [stdout] 8937 |     _getProcAddress: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_get_proc_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCoords` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8946:5
[INFO] [stdout]      |
[INFO] [stdout] 8946 |     _numCoords: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_coords`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coordType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8947:5
[INFO] [stdout]      |
[INFO] [stdout] 8947 |     _coordType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_coord_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCounters` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8955:5
[INFO] [stdout]      |
[INFO] [stdout] 8955 |     _numCounters: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_counters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterList` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8956:5
[INFO] [stdout]      |
[INFO] [stdout] 8956 |     _counterList: *mut GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zNear` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9010:5
[INFO] [stdout]      |
[INFO] [stdout] 9010 |     _zNear: GLdouble,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_z_near`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zFar` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9011:5
[INFO] [stdout]      |
[INFO] [stdout] 9011 |     _zFar: GLdouble,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_z_far`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9203:5
[INFO] [stdout]      |
[INFO] [stdout] 9203 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9214:77
[INFO] [stdout]      |
[INFO] [stdout] 9214 | pub type PFN_glCoverStrokePathNV = unsafe extern "system" fn(_path: GLuint, _coverMode: GLenum);
[INFO] [stdout]      |                                                                             ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxRenderbuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9218:5
[INFO] [stdout]      |
[INFO] [stdout] 9218 |     _maxRenderbuffers: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_renderbuffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numRenderbuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9219:5
[INFO] [stdout]      |
[INFO] [stdout] 9219 |     _numRenderbuffers: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_renderbuffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9233:31
[INFO] [stdout]      |
[INFO] [stdout] 9233 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                               ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9233:49
[INFO] [stdout]      |
[INFO] [stdout] 9233 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                 ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9241:65
[INFO] [stdout]      |
[INFO] [stdout] 9241 |     unsafe extern "system" fn(_memory: GLuint, _size: GLuint64, _handleType: GLenum, _fd: GLint);
[INFO] [stdout]      |                                                                 ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9279:5
[INFO] [stdout]      |
[INFO] [stdout] 9279 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalPoint` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9286:5
[INFO] [stdout]      |
[INFO] [stdout] 9286 |     _focalPoint: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_focal_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9287:5
[INFO] [stdout]      |
[INFO] [stdout] 9287 |     _focalX: GLfloat,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_focal_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9288:5
[INFO] [stdout]      |
[INFO] [stdout] 9288 |     _focalY: GLfloat,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_focal_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gainX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9289:5
[INFO] [stdout]      |
[INFO] [stdout] 9289 |     _gainX: GLfloat,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_gain_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gainY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9290:5
[INFO] [stdout]      |
[INFO] [stdout] 9290 |     _gainY: GLfloat,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_gain_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_foveaArea` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9291:5
[INFO] [stdout]      |
[INFO] [stdout] 9291 |     _foveaArea: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_fovea_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tagIds` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9301:79
[INFO] [stdout]      |
[INFO] [stdout] 9301 | pub type PFN_glGenQueryResourceTagNV = unsafe extern "system" fn(_n: GLsizei, _tagIds: *mut GLint);
[INFO] [stdout]      |                                                                               ^^^^^^^ help: convert the identifier to snake case: `_tag_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9372:5
[INFO] [stdout]      |
[INFO] [stdout] 9372 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9410:5
[INFO] [stdout]      |
[INFO] [stdout] 9410 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9444:5
[INFO] [stdout]      |
[INFO] [stdout] 9444 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9515:5
[INFO] [stdout]      |
[INFO] [stdout] 9515 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9575:31
[INFO] [stdout]      |
[INFO] [stdout] 9575 |     unsafe extern "system" fn(_bufSize: GLsizei, _pattern: *mut GLubyte);
[INFO] [stdout]      |                               ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9630:5
[INFO] [stdout]      |
[INFO] [stdout] 9630 |     _sfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9631:5
[INFO] [stdout]      |
[INFO] [stdout] 9631 |     _dfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9632:5
[INFO] [stdout]      |
[INFO] [stdout] 9632 |     _sfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9633:5
[INFO] [stdout]      |
[INFO] [stdout] 9633 |     _dfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9642:5
[INFO] [stdout]      |
[INFO] [stdout] 9642 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9798:5
[INFO] [stdout]      |
[INFO] [stdout] 9798 |     _gpuMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9829:5
[INFO] [stdout]      |
[INFO] [stdout] 9829 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9870:5
[INFO] [stdout]      |
[INFO] [stdout] 9870 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:9873:5
[INFO] [stdout]      |
[INFO] [stdout] 9873 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10036:5
[INFO] [stdout]       |
[INFO] [stdout] 10036 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10063:31
[INFO] [stdout]       |
[INFO] [stdout] 10063 |     unsafe extern "system" fn(_queryId: GLuint, _nextQueryId: *mut GLuint);
[INFO] [stdout]       |                               ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_nextQueryId` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10063:49
[INFO] [stdout]       |
[INFO] [stdout] 10063 |     unsafe extern "system" fn(_queryId: GLuint, _nextQueryId: *mut GLuint);
[INFO] [stdout]       |                                                 ^^^^^^^^^^^^ help: convert the identifier to snake case: `_next_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10165:5
[INFO] [stdout]       |
[INFO] [stdout] 10165 |     _binaryFormat: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10186:45
[INFO] [stdout]       |
[INFO] [stdout] 10186 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLfloat);
[INFO] [stdout]       |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10242:5
[INFO] [stdout]       |
[INFO] [stdout] 10242 |     _programObj: GLhandleARB,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxLength` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10244:5
[INFO] [stdout]       |
[INFO] [stdout] 10244 |     _maxLength: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zNear` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10259:5
[INFO] [stdout]       |
[INFO] [stdout] 10259 |     _zNear: GLdouble,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_z_near`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zFar` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10260:5
[INFO] [stdout]       |
[INFO] [stdout] 10260 |     _zFar: GLdouble,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_z_far`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_componentUsage` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10289:5
[INFO] [stdout]       |
[INFO] [stdout] 10289 |     _componentUsage: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_component_usage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10307:5
[INFO] [stdout]       |
[INFO] [stdout] 10307 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_texCoordSet` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10351:31
[INFO] [stdout]       |
[INFO] [stdout] 10351 |     unsafe extern "system" fn(_texCoordSet: GLenum, _pname: GLenum, _value: *mut GLint);
[INFO] [stdout]       |                               ^^^^^^^^^^^^ help: convert the identifier to snake case: `_tex_coord_set`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readTarget` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10354:5
[INFO] [stdout]       |
[INFO] [stdout] 10354 |     _readTarget: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeTarget` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10355:5
[INFO] [stdout]       |
[INFO] [stdout] 10355 |     _writeTarget: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10356:5
[INFO] [stdout]       |
[INFO] [stdout] 10356 |     _readOffset: GLintptr,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10357:5
[INFO] [stdout]       |
[INFO] [stdout] 10357 |     _writeOffset: GLintptr,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10393:5
[INFO] [stdout]       |
[INFO] [stdout] 10393 |     _handleType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10406:5
[INFO] [stdout]       |
[INFO] [stdout] 10406 |     _numPaths: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10407:5
[INFO] [stdout]       |
[INFO] [stdout] 10407 |     _pathNameType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10409:5
[INFO] [stdout]       |
[INFO] [stdout] 10409 |     _pathBase: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10410:5
[INFO] [stdout]       |
[INFO] [stdout] 10410 |     _coverMode: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10411:5
[INFO] [stdout]       |
[INFO] [stdout] 10411 |     _transformType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10412:5
[INFO] [stdout]       |
[INFO] [stdout] 10412 |     _transformValues: *const GLfloat,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10445:5
[INFO] [stdout]       |
[INFO] [stdout] 10445 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memoryObjects` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10544:44
[INFO] [stdout]       |
[INFO] [stdout] 10544 |     unsafe extern "system" fn(_n: GLsizei, _memoryObjects: *const GLuint);
[INFO] [stdout]       |                                            ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_memory_objects`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10551:5
[INFO] [stdout]       |
[INFO] [stdout] 10551 |     _queryType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_query_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tagId` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10552:5
[INFO] [stdout]       |
[INFO] [stdout] 10552 |     _tagId: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_tag_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10565:5
[INFO] [stdout]       |
[INFO] [stdout] 10565 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10610:5
[INFO] [stdout]       |
[INFO] [stdout] 10610 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10621:31
[INFO] [stdout]       |
[INFO] [stdout] 10621 |     unsafe extern "system" fn(_bufSize: GLsizei, _pattern: *mut GLubyte);
[INFO] [stdout]       |                               ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10627:5
[INFO] [stdout]       |
[INFO] [stdout] 10627 |     _numPaths: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10628:5
[INFO] [stdout]       |
[INFO] [stdout] 10628 |     _pathNameType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10630:5
[INFO] [stdout]       |
[INFO] [stdout] 10630 |     _pathBase: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10633:5
[INFO] [stdout]       |
[INFO] [stdout] 10633 |     _coverMode: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10634:5
[INFO] [stdout]       |
[INFO] [stdout] 10634 |     _transformType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10635:5
[INFO] [stdout]       |
[INFO] [stdout] 10635 |     _transformValues: *const GLfloat,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memoryObject` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10658:31
[INFO] [stdout]       |
[INFO] [stdout] 10658 |     unsafe extern "system" fn(_memoryObject: GLuint, _pname: GLenum, _params: *const GLint);
[INFO] [stdout]       |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_memory_object`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10716:5
[INFO] [stdout]       |
[INFO] [stdout] 10716 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcGpu` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10739:5
[INFO] [stdout]       |
[INFO] [stdout] 10739 |     _srcGpu: GLuint,
[INFO] [stdout]       |     ^^^^^^^ help: convert the identifier to snake case: `_src_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstGpu` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10740:5
[INFO] [stdout]       |
[INFO] [stdout] 10740 |     _dstGpu: GLuint,
[INFO] [stdout]       |     ^^^^^^^ help: convert the identifier to snake case: `_dst_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10741:5
[INFO] [stdout]       |
[INFO] [stdout] 10741 |     _srcX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10742:5
[INFO] [stdout]       |
[INFO] [stdout] 10742 |     _srcY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10743:5
[INFO] [stdout]       |
[INFO] [stdout] 10743 |     _srcX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10744:5
[INFO] [stdout]       |
[INFO] [stdout] 10744 |     _srcY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10745:5
[INFO] [stdout]       |
[INFO] [stdout] 10745 |     _dstX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10746:5
[INFO] [stdout]       |
[INFO] [stdout] 10746 |     _dstY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10747:5
[INFO] [stdout]       |
[INFO] [stdout] 10747 |     _dstX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10748:5
[INFO] [stdout]       |
[INFO] [stdout] 10748 |     _dstY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10758:5
[INFO] [stdout]       |
[INFO] [stdout] 10758 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10762:63
[INFO] [stdout]       |
[INFO] [stdout] 10762 | pub type PFN_glValidateProgramARB = unsafe extern "system" fn(_programObj: GLhandleARB);
[INFO] [stdout]       |                                                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10810:64
[INFO] [stdout]       |
[INFO] [stdout] 10810 |     unsafe extern "system" fn(_target: GLenum, _query: GLenum, _bufSize: GLsizei, _v: *mut GLint);
[INFO] [stdout]       |                                                                ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_driverControls` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10813:65
[INFO] [stdout]       |
[INFO] [stdout] 10813 |     unsafe extern "system" fn(_num: *mut GLint, _size: GLsizei, _driverControls: *mut GLuint);
[INFO] [stdout]       |                                                                 ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_driver_controls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufferIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10875:5
[INFO] [stdout]       |
[INFO] [stdout] 10875 |     _bufferIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_buffer_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10928:64
[INFO] [stdout]       |
[INFO] [stdout] 10928 |     unsafe extern "system" fn(_target: GLenum, _query: GLenum, _bufSize: GLsizei, _v: *mut GLfloat);
[INFO] [stdout]       |                                                                ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10977:5
[INFO] [stdout]       |
[INFO] [stdout] 10977 |     _internalFormat: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstPathName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10991:5
[INFO] [stdout]       |
[INFO] [stdout] 10991 |     _firstPathName: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_path_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontTarget` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10992:5
[INFO] [stdout]       |
[INFO] [stdout] 10992 |     _fontTarget: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_font_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10993:5
[INFO] [stdout]       |
[INFO] [stdout] 10993 |     _fontName: *const std::os::raw::c_void,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_font_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontStyle` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10994:5
[INFO] [stdout]       |
[INFO] [stdout] 10994 |     _fontStyle: GLbitfield,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_font_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstGlyph` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10995:5
[INFO] [stdout]       |
[INFO] [stdout] 10995 |     _firstGlyph: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_first_glyph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numGlyphs` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10996:5
[INFO] [stdout]       |
[INFO] [stdout] 10996 |     _numGlyphs: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleMissingGlyphs` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10997:5
[INFO] [stdout]       |
[INFO] [stdout] 10997 |     _handleMissingGlyphs: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_missing_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathParameterTemplate` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10998:5
[INFO] [stdout]       |
[INFO] [stdout] 10998 |     _pathParameterTemplate: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_parameter_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_emScale` should have a snake case name
[INFO] [stdout]      --> src/command.rs:10999:5
[INFO] [stdout]       |
[INFO] [stdout] 10999 |     _emScale: GLfloat,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_em_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11059:5
[INFO] [stdout]       |
[INFO] [stdout] 11059 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11083:5
[INFO] [stdout]       |
[INFO] [stdout] 11083 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_infoLog` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11085:5
[INFO] [stdout]       |
[INFO] [stdout] 11085 |     _infoLog: *mut GLchar,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11091:5
[INFO] [stdout]       |
[INFO] [stdout] 11091 |     _internalFormat: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11204:31
[INFO] [stdout]       |
[INFO] [stdout] 11204 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]       |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11268:5
[INFO] [stdout]       |
[INFO] [stdout] 11268 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_messageLog` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11274:5
[INFO] [stdout]       |
[INFO] [stdout] 11274 |     _messageLog: *mut GLchar,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_message_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11283:5
[INFO] [stdout]       |
[INFO] [stdout] 11283 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstPathName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11321:5
[INFO] [stdout]       |
[INFO] [stdout] 11321 |     _firstPathName: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_path_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontTarget` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11322:5
[INFO] [stdout]       |
[INFO] [stdout] 11322 |     _fontTarget: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_font_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11323:5
[INFO] [stdout]       |
[INFO] [stdout] 11323 |     _fontSize: GLsizeiptr,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_font_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontData` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11324:5
[INFO] [stdout]       |
[INFO] [stdout] 11324 |     _fontData: *const std::os::raw::c_void,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_font_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_faceIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11325:5
[INFO] [stdout]       |
[INFO] [stdout] 11325 |     _faceIndex: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_face_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstGlyphIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11326:5
[INFO] [stdout]       |
[INFO] [stdout] 11326 |     _firstGlyphIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_glyph_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numGlyphs` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11327:5
[INFO] [stdout]       |
[INFO] [stdout] 11327 |     _numGlyphs: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathParameterTemplate` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11328:5
[INFO] [stdout]       |
[INFO] [stdout] 11328 |     _pathParameterTemplate: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_parameter_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_emScale` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11329:5
[INFO] [stdout]       |
[INFO] [stdout] 11329 |     _emScale: GLfloat,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_em_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufferMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11339:5
[INFO] [stdout]       |
[INFO] [stdout] 11339 |     _bufferMode: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_buffer_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11402:5
[INFO] [stdout]       |
[INFO] [stdout] 11402 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11408:5
[INFO] [stdout]       |
[INFO] [stdout] 11408 |     _uniformIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11409:5
[INFO] [stdout]       |
[INFO] [stdout] 11409 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11411:5
[INFO] [stdout]       |
[INFO] [stdout] 11411 |     _uniformName: *mut GLchar,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11420:5
[INFO] [stdout]       |
[INFO] [stdout] 11420 |     _srcX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11421:5
[INFO] [stdout]       |
[INFO] [stdout] 11421 |     _srcY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11422:5
[INFO] [stdout]       |
[INFO] [stdout] 11422 |     _srcX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11423:5
[INFO] [stdout]       |
[INFO] [stdout] 11423 |     _srcY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11424:5
[INFO] [stdout]       |
[INFO] [stdout] 11424 |     _dstX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11425:5
[INFO] [stdout]       |
[INFO] [stdout] 11425 |     _dstY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11426:5
[INFO] [stdout]       |
[INFO] [stdout] 11426 |     _dstX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11427:5
[INFO] [stdout]       |
[INFO] [stdout] 11427 |     _dstY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11491:5
[INFO] [stdout]       |
[INFO] [stdout] 11491 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMask` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11534:5
[INFO] [stdout]       |
[INFO] [stdout] 11534 |     _dstMask: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11535:5
[INFO] [stdout]       |
[INFO] [stdout] 11535 |     _dstMod: GLuint,
[INFO] [stdout]       |     ^^^^^^^ help: convert the identifier to snake case: `_dst_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Rep` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11537:5
[INFO] [stdout]       |
[INFO] [stdout] 11537 |     _arg1Rep: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Mod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11538:5
[INFO] [stdout]       |
[INFO] [stdout] 11538 |     _arg1Mod: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Rep` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11540:5
[INFO] [stdout]       |
[INFO] [stdout] 11540 |     _arg2Rep: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Mod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11541:5
[INFO] [stdout]       |
[INFO] [stdout] 11541 |     _arg2Mod: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11609:5
[INFO] [stdout]       |
[INFO] [stdout] 11609 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11626:31
[INFO] [stdout]       |
[INFO] [stdout] 11626 |     unsafe extern "system" fn(_bufSize: GLsizei, _v: *mut GLfloat);
[INFO] [stdout]       |                               ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_genMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11657:5
[INFO] [stdout]       |
[INFO] [stdout] 11657 |     _genMode: GLenum,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_gen_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11684:5
[INFO] [stdout]       |
[INFO] [stdout] 11684 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11695:5
[INFO] [stdout]       |
[INFO] [stdout] 11695 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11712:5
[INFO] [stdout]       |
[INFO] [stdout] 11712 |     _coverageSamples: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11713:5
[INFO] [stdout]       |
[INFO] [stdout] 11713 |     _colorSamples: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11714:5
[INFO] [stdout]       |
[INFO] [stdout] 11714 |     _internalFormat: GLint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11718:5
[INFO] [stdout]       |
[INFO] [stdout] 11718 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11730:45
[INFO] [stdout]       |
[INFO] [stdout] 11730 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLuint);
[INFO] [stdout]       |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minX` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11771:5
[INFO] [stdout]       |
[INFO] [stdout] 11771 |     _minX: GLfloat,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_min_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minY` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11772:5
[INFO] [stdout]       |
[INFO] [stdout] 11772 |     _minY: GLfloat,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_min_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minZ` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11773:5
[INFO] [stdout]       |
[INFO] [stdout] 11773 |     _minZ: GLfloat,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_min_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minW` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11774:5
[INFO] [stdout]       |
[INFO] [stdout] 11774 |     _minW: GLfloat,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_min_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxX` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11775:5
[INFO] [stdout]       |
[INFO] [stdout] 11775 |     _maxX: GLfloat,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_max_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxY` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11776:5
[INFO] [stdout]       |
[INFO] [stdout] 11776 |     _maxY: GLfloat,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_max_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxZ` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11777:5
[INFO] [stdout]       |
[INFO] [stdout] 11777 |     _maxZ: GLfloat,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_max_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxW` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11778:5
[INFO] [stdout]       |
[INFO] [stdout] 11778 |     _maxW: GLfloat,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_max_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11790:5
[INFO] [stdout]       |
[INFO] [stdout] 11790 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_messageLog` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11796:5
[INFO] [stdout]       |
[INFO] [stdout] 11796 |     _messageLog: *mut GLchar,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_message_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufferMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11811:72
[INFO] [stdout]       |
[INFO] [stdout] 11811 |     unsafe extern "system" fn(_count: GLsizei, _attribs: *const GLint, _bufferMode: GLenum);
[INFO] [stdout]       |                                                                        ^^^^^^^^^^^ help: convert the identifier to snake case: `_buffer_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11828:5
[INFO] [stdout]       |
[INFO] [stdout] 11828 |     _dstMod: GLuint,
[INFO] [stdout]       |     ^^^^^^^ help: convert the identifier to snake case: `_dst_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Rep` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11830:5
[INFO] [stdout]       |
[INFO] [stdout] 11830 |     _arg1Rep: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Mod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11831:5
[INFO] [stdout]       |
[INFO] [stdout] 11831 |     _arg1Mod: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Rep` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11833:5
[INFO] [stdout]       |
[INFO] [stdout] 11833 |     _arg2Rep: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Mod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11834:5
[INFO] [stdout]       |
[INFO] [stdout] 11834 |     _arg2Mod: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_userParam` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11850:58
[INFO] [stdout]       |
[INFO] [stdout] 11850 |     unsafe extern "system" fn(_callback: GLDEBUGPROCAMD, _userParam: *mut std::os::raw::c_void);
[INFO] [stdout]       |                                                          ^^^^^^^^^^ help: convert the identifier to snake case: `_user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11906:5
[INFO] [stdout]       |
[INFO] [stdout] 11906 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_storageSamples` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11923:5
[INFO] [stdout]       |
[INFO] [stdout] 11923 |     _storageSamples: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_storage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11972:5
[INFO] [stdout]       |
[INFO] [stdout] 11972 |     _srcX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11973:5
[INFO] [stdout]       |
[INFO] [stdout] 11973 |     _srcY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11974:5
[INFO] [stdout]       |
[INFO] [stdout] 11974 |     _srcX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11975:5
[INFO] [stdout]       |
[INFO] [stdout] 11975 |     _srcY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11976:5
[INFO] [stdout]       |
[INFO] [stdout] 11976 |     _dstX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11977:5
[INFO] [stdout]       |
[INFO] [stdout] 11977 |     _dstY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11978:5
[INFO] [stdout]       |
[INFO] [stdout] 11978 |     _dstX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:11979:5
[INFO] [stdout]       |
[INFO] [stdout] 11979 |     _dstY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryHandle` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12026:64
[INFO] [stdout]       |
[INFO] [stdout] 12026 | pub type PFN_glBeginPerfQueryINTEL = unsafe extern "system" fn(_queryHandle: GLuint);
[INFO] [stdout]       |                                                                ^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_driverControl` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12042:68
[INFO] [stdout]       |
[INFO] [stdout] 12042 | pub type PFN_glEnableDriverControlQCOM = unsafe extern "system" fn(_driverControl: GLuint);
[INFO] [stdout]       |                                                                    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_driver_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readGpu` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12059:5
[INFO] [stdout]       |
[INFO] [stdout] 12059 |     _readGpu: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_read_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeGpuMask` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12060:5
[INFO] [stdout]       |
[INFO] [stdout] 12060 |     _writeGpuMask: GLbitfield,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readBuffer` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12061:5
[INFO] [stdout]       |
[INFO] [stdout] 12061 |     _readBuffer: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeBuffer` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12062:5
[INFO] [stdout]       |
[INFO] [stdout] 12062 |     _writeBuffer: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12063:5
[INFO] [stdout]       |
[INFO] [stdout] 12063 |     _readOffset: GLintptr,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12064:5
[INFO] [stdout]       |
[INFO] [stdout] 12064 |     _writeOffset: GLintptr,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_primitiveMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12074:67
[INFO] [stdout]       |
[INFO] [stdout] 12074 | pub type PFN_glBeginTransformFeedback = unsafe extern "system" fn(_primitiveMode: GLenum);
[INFO] [stdout]       |                                                                   ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_primitive_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maskNumber` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12093:56
[INFO] [stdout]       |
[INFO] [stdout] 12093 | pub type PFN_glSampleMaski = unsafe extern "system" fn(_maskNumber: GLuint, _mask: GLbitfield);
[INFO] [stdout]       |                                                        ^^^^^^^^^^^ help: convert the identifier to snake case: `_mask_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12110:5
[INFO] [stdout]       |
[INFO] [stdout] 12110 |     _programInterface: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_propCount` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12112:5
[INFO] [stdout]       |
[INFO] [stdout] 12112 |     _propCount: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_prop_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12158:5
[INFO] [stdout]       |
[INFO] [stdout] 12158 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tagIds` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12167:44
[INFO] [stdout]       |
[INFO] [stdout] 12167 |     unsafe extern "system" fn(_n: GLsizei, _tagIds: *const GLint);
[INFO] [stdout]       |                                            ^^^^^^^ help: convert the identifier to snake case: `_tag_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readFramebuffer` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12192:5
[INFO] [stdout]       |
[INFO] [stdout] 12192 |     _readFramebuffer: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_read_framebuffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawFramebuffer` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12193:5
[INFO] [stdout]       |
[INFO] [stdout] 12193 |     _drawFramebuffer: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_draw_framebuffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12194:5
[INFO] [stdout]       |
[INFO] [stdout] 12194 |     _srcX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12195:5
[INFO] [stdout]       |
[INFO] [stdout] 12195 |     _srcY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12196:5
[INFO] [stdout]       |
[INFO] [stdout] 12196 |     _srcX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12197:5
[INFO] [stdout]       |
[INFO] [stdout] 12197 |     _srcY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12198:5
[INFO] [stdout]       |
[INFO] [stdout] 12198 |     _dstX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12199:5
[INFO] [stdout]       |
[INFO] [stdout] 12199 |     _dstY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12200:5
[INFO] [stdout]       |
[INFO] [stdout] 12200 |     _dstX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12201:5
[INFO] [stdout]       |
[INFO] [stdout] 12201 |     _dstY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12270:5
[INFO] [stdout]       |
[INFO] [stdout] 12270 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numBufferBarriers` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12279:5
[INFO] [stdout]       |
[INFO] [stdout] 12279 |     _numBufferBarriers: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_buffer_barriers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureBarriers` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12281:5
[INFO] [stdout]       |
[INFO] [stdout] 12281 |     _numTextureBarriers: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_barriers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLayouts` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12283:5
[INFO] [stdout]       |
[INFO] [stdout] 12283 |     _dstLayouts: *const GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_dst_layouts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_userParam` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12291:55
[INFO] [stdout]       |
[INFO] [stdout] 12291 |     unsafe extern "system" fn(_callback: GLDEBUGPROC, _userParam: *const std::os::raw::c_void);
[INFO] [stdout]       |                                                       ^^^^^^^^^^ help: convert the identifier to snake case: `_user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_storageBlockIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12295:5
[INFO] [stdout]       |
[INFO] [stdout] 12295 |     _storageBlockIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_storage_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_storageBlockBinding` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12296:5
[INFO] [stdout]       |
[INFO] [stdout] 12296 |     _storageBlockBinding: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_storage_block_binding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12303:5
[INFO] [stdout]       |
[INFO] [stdout] 12303 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathString` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12319:5
[INFO] [stdout]       |
[INFO] [stdout] 12319 |     _pathString: *const std::os::raw::c_void,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_path_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12354:5
[INFO] [stdout]       |
[INFO] [stdout] 12354 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_outX` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12363:5
[INFO] [stdout]       |
[INFO] [stdout] 12363 |     _outX: GLenum,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_out_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_outY` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12364:5
[INFO] [stdout]       |
[INFO] [stdout] 12364 |     _outY: GLenum,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_out_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_outZ` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12365:5
[INFO] [stdout]       |
[INFO] [stdout] 12365 |     _outZ: GLenum,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_out_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_outW` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12366:5
[INFO] [stdout]       |
[INFO] [stdout] 12366 |     _outW: GLenum,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_out_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12435:5
[INFO] [stdout]       |
[INFO] [stdout] 12435 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12492:5
[INFO] [stdout]       |
[INFO] [stdout] 12492 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_objectType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12557:31
[INFO] [stdout]       |
[INFO] [stdout] 12557 |     unsafe extern "system" fn(_objectType: GLenum, _name: GLuint, _option: GLenum) -> GLenum;
[INFO] [stdout]       |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_object_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12581:5
[INFO] [stdout]       |
[INFO] [stdout] 12581 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_groupString` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12583:5
[INFO] [stdout]       |
[INFO] [stdout] 12583 |     _groupString: *mut GLchar,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_group_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12593:80
[INFO] [stdout]       |
[INFO] [stdout] 12593 |     unsafe extern "system" fn(_path: GLuint, _reference: GLint, _mask: GLuint, _coverMode: GLenum);
[INFO] [stdout]       |                                                                                ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pEntryPoint` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12614:5
[INFO] [stdout]       |
[INFO] [stdout] 12614 |     _pEntryPoint: *const GLchar,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_entry_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSpecializationConstants` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12615:5
[INFO] [stdout]       |
[INFO] [stdout] 12615 |     _numSpecializationConstants: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_specialization_constants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pConstantIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12616:5
[INFO] [stdout]       |
[INFO] [stdout] 12616 |     _pConstantIndex: *const GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_constant_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pConstantValue` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12617:5
[INFO] [stdout]       |
[INFO] [stdout] 12617 |     _pConstantValue: *const GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_constant_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_resultPath` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12658:5
[INFO] [stdout]       |
[INFO] [stdout] 12658 |     _resultPath: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_result_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12659:5
[INFO] [stdout]       |
[INFO] [stdout] 12659 |     _numPaths: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12733:5
[INFO] [stdout]       |
[INFO] [stdout] 12733 |     _internalFormat: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_primitiveMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12748:5
[INFO] [stdout]       |
[INFO] [stdout] 12748 |     _primitiveMode: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_primitive_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bindingIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12818:5
[INFO] [stdout]       |
[INFO] [stdout] 12818 |     _bindingIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binding_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_wordIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12819:5
[INFO] [stdout]       |
[INFO] [stdout] 12819 |     _wordIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_word_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_resultPath` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12853:5
[INFO] [stdout]       |
[INFO] [stdout] 12853 |     _resultPath: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_result_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathA` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12854:5
[INFO] [stdout]       |
[INFO] [stdout] 12854 |     _pathA: GLuint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_path_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathB` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12855:5
[INFO] [stdout]       |
[INFO] [stdout] 12855 |     _pathB: GLuint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_path_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12887:5
[INFO] [stdout]       |
[INFO] [stdout] 12887 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12908:64
[INFO] [stdout]       |
[INFO] [stdout] 12908 |     unsafe extern "system" fn(_target: GLenum, _query: GLenum, _bufSize: GLsizei, _v: *mut GLfloat);
[INFO] [stdout]       |                                                                ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12962:5
[INFO] [stdout]       |
[INFO] [stdout] 12962 |     _numAttachments: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12973:31
[INFO] [stdout]       |
[INFO] [stdout] 12973 |     unsafe extern "system" fn(_queryName: *mut GLchar, _queryId: *mut GLuint);
[INFO] [stdout]       |                               ^^^^^^^^^^ help: convert the identifier to snake case: `_query_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]      --> src/command.rs:12973:56
[INFO] [stdout]       |
[INFO] [stdout] 12973 |     unsafe extern "system" fn(_queryName: *mut GLchar, _queryId: *mut GLuint);
[INFO] [stdout]       |                                                        ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13051:5
[INFO] [stdout]       |
[INFO] [stdout] 13051 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13106:5
[INFO] [stdout]       |
[INFO] [stdout] 13106 |     _internalFormat: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13149:5
[INFO] [stdout]       |
[INFO] [stdout] 13149 |     _coverageSamples: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13150:5
[INFO] [stdout]       |
[INFO] [stdout] 13150 |     _colorSamples: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13151:5
[INFO] [stdout]       |
[INFO] [stdout] 13151 |     _internalFormat: GLint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13155:5
[INFO] [stdout]       |
[INFO] [stdout] 13155 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13191:5
[INFO] [stdout]       |
[INFO] [stdout] 13191 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13221:5
[INFO] [stdout]       |
[INFO] [stdout] 13221 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coordStart` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13301:5
[INFO] [stdout]       |
[INFO] [stdout] 13301 |     _coordStart: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_coord_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCoords` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13302:5
[INFO] [stdout]       |
[INFO] [stdout] 13302 |     _numCoords: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_coords`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coordType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13303:5
[INFO] [stdout]       |
[INFO] [stdout] 13303 |     _coordType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_coord_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13332:31
[INFO] [stdout]       |
[INFO] [stdout] 13332 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]       |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13341:45
[INFO] [stdout]       |
[INFO] [stdout] 13341 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]       |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13341:63
[INFO] [stdout]       |
[INFO] [stdout] 13341 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]       |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitSemaphoreCount` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13347:5
[INFO] [stdout]       |
[INFO] [stdout] 13347 |     _waitSemaphoreCount: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_semaphore_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitSemaphoreArray` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13348:5
[INFO] [stdout]       |
[INFO] [stdout] 13348 |     _waitSemaphoreArray: *const GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitValueArray` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13349:5
[INFO] [stdout]       |
[INFO] [stdout] 13349 |     _waitValueArray: *const GLuint64,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcGpu` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13350:5
[INFO] [stdout]       |
[INFO] [stdout] 13350 |     _srcGpu: GLuint,
[INFO] [stdout]       |     ^^^^^^^ help: convert the identifier to snake case: `_src_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstGpuMask` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13351:5
[INFO] [stdout]       |
[INFO] [stdout] 13351 |     _dstGpuMask: GLbitfield,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_dst_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13352:5
[INFO] [stdout]       |
[INFO] [stdout] 13352 |     _srcName: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13353:5
[INFO] [stdout]       |
[INFO] [stdout] 13353 |     _srcTarget: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13354:5
[INFO] [stdout]       |
[INFO] [stdout] 13354 |     _srcLevel: GLint,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13355:5
[INFO] [stdout]       |
[INFO] [stdout] 13355 |     _srcX: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13356:5
[INFO] [stdout]       |
[INFO] [stdout] 13356 |     _srcY: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13357:5
[INFO] [stdout]       |
[INFO] [stdout] 13357 |     _srcZ: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13358:5
[INFO] [stdout]       |
[INFO] [stdout] 13358 |     _dstName: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13359:5
[INFO] [stdout]       |
[INFO] [stdout] 13359 |     _dstTarget: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13360:5
[INFO] [stdout]       |
[INFO] [stdout] 13360 |     _dstLevel: GLint,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13361:5
[INFO] [stdout]       |
[INFO] [stdout] 13361 |     _dstX: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13362:5
[INFO] [stdout]       |
[INFO] [stdout] 13362 |     _dstY: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13363:5
[INFO] [stdout]       |
[INFO] [stdout] 13363 |     _dstZ: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcWidth` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13364:5
[INFO] [stdout]       |
[INFO] [stdout] 13364 |     _srcWidth: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcHeight` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13365:5
[INFO] [stdout]       |
[INFO] [stdout] 13365 |     _srcHeight: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcDepth` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13366:5
[INFO] [stdout]       |
[INFO] [stdout] 13366 |     _srcDepth: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalSemaphoreCount` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13367:5
[INFO] [stdout]       |
[INFO] [stdout] 13367 |     _signalSemaphoreCount: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_semaphore_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalSemaphoreArray` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13368:5
[INFO] [stdout]       |
[INFO] [stdout] 13368 |     _signalSemaphoreArray: *const GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalValueArray` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13369:5
[INFO] [stdout]       |
[INFO] [stdout] 13369 |     _signalValueArray: *const GLuint64,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufferMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13401:5
[INFO] [stdout]       |
[INFO] [stdout] 13401 |     _bufferMode: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_buffer_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bindingIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13427:5
[INFO] [stdout]       |
[INFO] [stdout] 13427 |     _bindingIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binding_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_wordIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13428:5
[INFO] [stdout]       |
[INFO] [stdout] 13428 |     _wordIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_word_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCommands` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13484:5
[INFO] [stdout]       |
[INFO] [stdout] 13484 |     _numCommands: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCoords` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13486:5
[INFO] [stdout]       |
[INFO] [stdout] 13486 |     _numCoords: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_coords`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coordType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13487:5
[INFO] [stdout]       |
[INFO] [stdout] 13487 |     _coordType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_coord_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13532:5
[INFO] [stdout]       |
[INFO] [stdout] 13532 |     _srcName: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13533:5
[INFO] [stdout]       |
[INFO] [stdout] 13533 |     _srcTarget: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13534:5
[INFO] [stdout]       |
[INFO] [stdout] 13534 |     _srcLevel: GLint,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13535:5
[INFO] [stdout]       |
[INFO] [stdout] 13535 |     _srcX: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13536:5
[INFO] [stdout]       |
[INFO] [stdout] 13536 |     _srcY: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13537:5
[INFO] [stdout]       |
[INFO] [stdout] 13537 |     _srcZ: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13538:5
[INFO] [stdout]       |
[INFO] [stdout] 13538 |     _dstName: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13539:5
[INFO] [stdout]       |
[INFO] [stdout] 13539 |     _dstTarget: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13540:5
[INFO] [stdout]       |
[INFO] [stdout] 13540 |     _dstLevel: GLint,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13541:5
[INFO] [stdout]       |
[INFO] [stdout] 13541 |     _dstX: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13542:5
[INFO] [stdout]       |
[INFO] [stdout] 13542 |     _dstY: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13543:5
[INFO] [stdout]       |
[INFO] [stdout] 13543 |     _dstZ: GLint,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcWidth` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13544:5
[INFO] [stdout]       |
[INFO] [stdout] 13544 |     _srcWidth: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcHeight` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13545:5
[INFO] [stdout]       |
[INFO] [stdout] 13545 |     _srcHeight: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcDepth` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13546:5
[INFO] [stdout]       |
[INFO] [stdout] 13546 |     _srcDepth: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorNumber` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13569:5
[INFO] [stdout]       |
[INFO] [stdout] 13569 |     _colorNumber: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13640:5
[INFO] [stdout]       |
[INFO] [stdout] 13640 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13683:5
[INFO] [stdout]       |
[INFO] [stdout] 13683 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_abOutput` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13718:5
[INFO] [stdout]       |
[INFO] [stdout] 13718 |     _abOutput: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_ab_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_cdOutput` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13719:5
[INFO] [stdout]       |
[INFO] [stdout] 13719 |     _cdOutput: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_cd_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sumOutput` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13720:5
[INFO] [stdout]       |
[INFO] [stdout] 13720 |     _sumOutput: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_sum_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_abDotProduct` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13723:5
[INFO] [stdout]       |
[INFO] [stdout] 13723 |     _abDotProduct: GLboolean,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_ab_dot_product`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_cdDotProduct` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13724:5
[INFO] [stdout]       |
[INFO] [stdout] 13724 |     _cdDotProduct: GLboolean,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_cd_dot_product`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_muxSum` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13725:5
[INFO] [stdout]       |
[INFO] [stdout] 13725 |     _muxSum: GLboolean,
[INFO] [stdout]       |     ^^^^^^^ help: convert the identifier to snake case: `_mux_sum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMask` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13757:5
[INFO] [stdout]       |
[INFO] [stdout] 13757 |     _dstMask: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13758:5
[INFO] [stdout]       |
[INFO] [stdout] 13758 |     _dstMod: GLuint,
[INFO] [stdout]       |     ^^^^^^^ help: convert the identifier to snake case: `_dst_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Rep` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13760:5
[INFO] [stdout]       |
[INFO] [stdout] 13760 |     _arg1Rep: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Mod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13761:5
[INFO] [stdout]       |
[INFO] [stdout] 13761 |     _arg1Mod: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13765:45
[INFO] [stdout]       |
[INFO] [stdout] 13765 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLuint);
[INFO] [stdout]       |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13768:31
[INFO] [stdout]       |
[INFO] [stdout] 13768 |     unsafe extern "system" fn(_programObj: GLhandleARB, _name: *const GLcharARB) -> GLint;
[INFO] [stdout]       |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_baseViewIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13806:5
[INFO] [stdout]       |
[INFO] [stdout] 13806 |     _baseViewIndex: GLint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_base_view_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numViews` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13807:5
[INFO] [stdout]       |
[INFO] [stdout] 13807 |     _numViews: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_views`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dashCount` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13834:46
[INFO] [stdout]       |
[INFO] [stdout] 13834 |     unsafe extern "system" fn(_path: GLuint, _dashCount: GLsizei, _dashArray: *const GLfloat);
[INFO] [stdout]       |                                              ^^^^^^^^^^ help: convert the identifier to snake case: `_dash_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dashArray` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13834:67
[INFO] [stdout]       |
[INFO] [stdout] 13834 |     unsafe extern "system" fn(_path: GLuint, _dashCount: GLsizei, _dashArray: *const GLfloat);
[INFO] [stdout]       |                                                                   ^^^^^^^^^^ help: convert the identifier to snake case: `_dash_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_objectType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13914:31
[INFO] [stdout]       |
[INFO] [stdout] 13914 |     unsafe extern "system" fn(_objectType: GLenum, _name: GLuint, _option: GLenum) -> GLenum;
[INFO] [stdout]       |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_object_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13930:5
[INFO] [stdout]       |
[INFO] [stdout] 13930 |     _srcX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13931:5
[INFO] [stdout]       |
[INFO] [stdout] 13931 |     _srcY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13932:5
[INFO] [stdout]       |
[INFO] [stdout] 13932 |     _srcX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13933:5
[INFO] [stdout]       |
[INFO] [stdout] 13933 |     _srcY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13934:5
[INFO] [stdout]       |
[INFO] [stdout] 13934 |     _dstX0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY0` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13935:5
[INFO] [stdout]       |
[INFO] [stdout] 13935 |     _dstY0: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13936:5
[INFO] [stdout]       |
[INFO] [stdout] 13936 |     _dstX1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY1` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13937:5
[INFO] [stdout]       |
[INFO] [stdout] 13937 |     _dstY1: GLint,
[INFO] [stdout]       |     ^^^^^^ help: convert the identifier to snake case: `_dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13983:5
[INFO] [stdout]       |
[INFO] [stdout] 13983 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_messageLog` should have a snake case name
[INFO] [stdout]      --> src/command.rs:13989:5
[INFO] [stdout]       |
[INFO] [stdout] 13989 |     _messageLog: *mut GLchar,
[INFO] [stdout]       |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_message_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fillMode` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14002:46
[INFO] [stdout]       |
[INFO] [stdout] 14002 |     unsafe extern "system" fn(_path: GLuint, _fillMode: GLenum, _mask: GLuint);
[INFO] [stdout]       |                                              ^^^^^^^^^ help: convert the identifier to snake case: `_fill_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14029:5
[INFO] [stdout]       |
[INFO] [stdout] 14029 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockIndex` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14052:5
[INFO] [stdout]       |
[INFO] [stdout] 14052 |     _uniformBlockIndex: GLuint,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14053:5
[INFO] [stdout]       |
[INFO] [stdout] 14053 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockName` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14055:5
[INFO] [stdout]       |
[INFO] [stdout] 14055 |     _uniformBlockName: *mut GLchar,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14080:5
[INFO] [stdout]       |
[INFO] [stdout] 14080 |     _programInterface: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_propCount` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14082:5
[INFO] [stdout]       |
[INFO] [stdout] 14082 |     _propCount: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_prop_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14134:5
[INFO] [stdout]       |
[INFO] [stdout] 14134 |     _dstMod: GLuint,
[INFO] [stdout]       |     ^^^^^^^ help: convert the identifier to snake case: `_dst_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Rep` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14136:5
[INFO] [stdout]       |
[INFO] [stdout] 14136 |     _arg1Rep: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Mod` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14137:5
[INFO] [stdout]       |
[INFO] [stdout] 14137 |     _arg1Mod: GLuint,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14218:5
[INFO] [stdout]       |
[INFO] [stdout] 14218 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14227:5
[INFO] [stdout]       |
[INFO] [stdout] 14227 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14243:5
[INFO] [stdout]       |
[INFO] [stdout] 14243 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_commandStart` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14252:5
[INFO] [stdout]       |
[INFO] [stdout] 14252 |     _commandStart: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_command_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_commandsToDelete` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14253:5
[INFO] [stdout]       |
[INFO] [stdout] 14253 |     _commandsToDelete: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_commands_to_delete`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCommands` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14254:5
[INFO] [stdout]       |
[INFO] [stdout] 14254 |     _numCommands: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCoords` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14256:5
[INFO] [stdout]       |
[INFO] [stdout] 14256 |     _numCoords: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_coords`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coordType` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14257:5
[INFO] [stdout]       |
[INFO] [stdout] 14257 |     _coordType: GLenum,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_coord_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dashArray` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14265:46
[INFO] [stdout]       |
[INFO] [stdout] 14265 |     unsafe extern "system" fn(_path: GLuint, _dashArray: *mut GLfloat);
[INFO] [stdout]       |                                              ^^^^^^^^^^ help: convert the identifier to snake case: `_dash_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_outX` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14276:5
[INFO] [stdout]       |
[INFO] [stdout] 14276 |     _outX: GLenum,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_out_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_outY` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14277:5
[INFO] [stdout]       |
[INFO] [stdout] 14277 |     _outY: GLenum,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_out_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_outZ` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14278:5
[INFO] [stdout]       |
[INFO] [stdout] 14278 |     _outZ: GLenum,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_out_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_outW` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14279:5
[INFO] [stdout]       |
[INFO] [stdout] 14279 |     _outW: GLenum,
[INFO] [stdout]       |     ^^^^^ help: convert the identifier to snake case: `_out_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14287:5
[INFO] [stdout]       |
[INFO] [stdout] 14287 |     _bufSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14311:31
[INFO] [stdout]       |
[INFO] [stdout] 14311 |     unsafe extern "system" fn(_programObj: GLhandleARB, _index: GLuint, _name: *const GLcharARB);
[INFO] [stdout]       |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryHandle` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14401:65
[INFO] [stdout]       |
[INFO] [stdout] 14401 | pub type PFN_glDeletePerfQueryINTEL = unsafe extern "system" fn(_queryHandle: GLuint);
[INFO] [stdout]       |                                                                 ^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]      --> src/command.rs:14445:5
[INFO] [stdout]       |
[INFO] [stdout] 14445 |     _imageSize: GLsizei,
[INFO] [stdout]       |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]   --> src/types.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     userParam: *mut c_void,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]   --> src/types.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     userParam: *mut c_void,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]   --> src/types.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     userParam: *mut c_void,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]   --> src/types.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     userParam: *mut c_void,
[INFO] [stdout]    |     ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] running `Command { std: "docker" "inspect" "6b527663649cc6c3b805820c948cbec7e419d53d276387224da4bd3cf74bf903", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b527663649cc6c3b805820c948cbec7e419d53d276387224da4bd3cf74bf903", kill_on_drop: false }`
[INFO] [stdout] 6b527663649cc6c3b805820c948cbec7e419d53d276387224da4bd3cf74bf903
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2440270361ccdb12ab77d79a913f132d4095c4b08a21b20303a43a0d5392b9e4
[INFO] running `Command { std: "docker" "start" "-a" "2440270361ccdb12ab77d79a913f132d4095c4b08a21b20303a43a0d5392b9e4", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `crate::types::*`
[INFO] [stdout]  --> src/gles/feature.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::types::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `entry` is never read
[INFO] [stdout]  --> src/gles/context.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct GLESContext {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 9 |     pub(crate) entry: crate::gles::feature::EntryGLESFn,
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `GLESContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]   --> src/command.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     _handleType: GLenum,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]   --> src/command.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     _numAttachments: GLsizei,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockIndex` should have a snake case name
[INFO] [stdout]   --> src/command.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     _uniformBlockIndex: GLuint,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockBinding` should have a snake case name
[INFO] [stdout]   --> src/command.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     _uniformBlockBinding: GLuint,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_binding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]   --> src/command.rs:82:31
[INFO] [stdout]    |
[INFO] [stdout] 82 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]    |                               ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]   --> src/command.rs:82:49
[INFO] [stdout]    |
[INFO] [stdout] 82 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]    |                                                 ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 |     _bufSize: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]    --> src/command.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 151 |     _numPaths: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     _pathNameType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]    --> src/command.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     _pathBase: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fillMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:155:5
[INFO] [stdout]     |
[INFO] [stdout] 155 |     _fillMode: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_fill_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 |     _coverMode: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:158:5
[INFO] [stdout]     |
[INFO] [stdout] 158 |     _transformType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]    --> src/command.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 159 |     _transformValues: *const GLfloat,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]    --> src/command.rs:263:5
[INFO] [stdout]     |
[INFO] [stdout] 263 |     _internalFormat: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vkImage` should have a snake case name
[INFO] [stdout]    --> src/command.rs:290:5
[INFO] [stdout]     |
[INFO] [stdout] 290 |     _vkImage: GLuint64,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_vk_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:333:5
[INFO] [stdout]     |
[INFO] [stdout] 333 |     _bufSize: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]    --> src/command.rs:335:5
[INFO] [stdout]     |
[INFO] [stdout] 335 |     _binaryFormat: *mut GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:388:5
[INFO] [stdout]     |
[INFO] [stdout] 388 |     _bufSize: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawCount` should have a snake case name
[INFO] [stdout]    --> src/command.rs:425:5
[INFO] [stdout]     |
[INFO] [stdout] 425 |     _drawCount: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vertexBufferCount` should have a snake case name
[INFO] [stdout]    --> src/command.rs:427:5
[INFO] [stdout]     |
[INFO] [stdout] 427 |     _vertexBufferCount: GLint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_vertex_buffer_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:501:5
[INFO] [stdout]     |
[INFO] [stdout] 501 |     _handleType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]    --> src/command.rs:518:5
[INFO] [stdout]     |
[INFO] [stdout] 518 |     _queryId: GLuint,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryNameLength` should have a snake case name
[INFO] [stdout]    --> src/command.rs:519:5
[INFO] [stdout]     |
[INFO] [stdout] 519 |     _queryNameLength: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_name_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryName` should have a snake case name
[INFO] [stdout]    --> src/command.rs:520:5
[INFO] [stdout]     |
[INFO] [stdout] 520 |     _queryName: *mut GLchar,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_query_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dataSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:521:5
[INFO] [stdout]     |
[INFO] [stdout] 521 |     _dataSize: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_data_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_noCounters` should have a snake case name
[INFO] [stdout]    --> src/command.rs:522:5
[INFO] [stdout]     |
[INFO] [stdout] 522 |     _noCounters: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_no_counters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_noInstances` should have a snake case name
[INFO] [stdout]    --> src/command.rs:523:5
[INFO] [stdout]     |
[INFO] [stdout] 523 |     _noInstances: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_no_instances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_capsMask` should have a snake case name
[INFO] [stdout]    --> src/command.rs:524:5
[INFO] [stdout]     |
[INFO] [stdout] 524 |     _capsMask: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_caps_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_resultPath` should have a snake case name
[INFO] [stdout]    --> src/command.rs:541:5
[INFO] [stdout]     |
[INFO] [stdout] 541 |     _resultPath: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_result_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcPath` should have a snake case name
[INFO] [stdout]    --> src/command.rs:542:5
[INFO] [stdout]     |
[INFO] [stdout] 542 |     _srcPath: GLuint,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_src_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:543:5
[INFO] [stdout]     |
[INFO] [stdout] 543 |     _transformType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]    --> src/command.rs:544:5
[INFO] [stdout]     |
[INFO] [stdout] 544 |     _transformValues: *const GLfloat,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fillMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:591:46
[INFO] [stdout]     |
[INFO] [stdout] 591 |     unsafe extern "system" fn(_path: GLuint, _fillMode: GLenum, _mask: GLuint, _coverMode: GLenum);
[INFO] [stdout]     |                                              ^^^^^^^^^ help: convert the identifier to snake case: `_fill_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:591:80
[INFO] [stdout]     |
[INFO] [stdout] 591 |     unsafe extern "system" fn(_path: GLuint, _fillMode: GLenum, _mask: GLuint, _coverMode: GLenum);
[INFO] [stdout]     |                                                                                ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]    --> src/command.rs:600:5
[INFO] [stdout]     |
[INFO] [stdout] 600 |     _internalFormat: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]    --> src/command.rs:604:5
[INFO] [stdout]     |
[INFO] [stdout] 604 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformCount` should have a snake case name
[INFO] [stdout]    --> src/command.rs:611:5
[INFO] [stdout]     |
[INFO] [stdout] 611 |     _uniformCount: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformIndices` should have a snake case name
[INFO] [stdout]    --> src/command.rs:612:5
[INFO] [stdout]     |
[INFO] [stdout] 612 |     _uniformIndices: *const GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_indices`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]    --> src/command.rs:618:5
[INFO] [stdout]     |
[INFO] [stdout] 618 |     _queryId: GLuint,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterId` should have a snake case name
[INFO] [stdout]    --> src/command.rs:619:5
[INFO] [stdout]     |
[INFO] [stdout] 619 |     _counterId: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_counter_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterNameLength` should have a snake case name
[INFO] [stdout]    --> src/command.rs:620:5
[INFO] [stdout]     |
[INFO] [stdout] 620 |     _counterNameLength: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_name_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterName` should have a snake case name
[INFO] [stdout]    --> src/command.rs:621:5
[INFO] [stdout]     |
[INFO] [stdout] 621 |     _counterName: *mut GLchar,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterDescLength` should have a snake case name
[INFO] [stdout]    --> src/command.rs:622:5
[INFO] [stdout]     |
[INFO] [stdout] 622 |     _counterDescLength: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_desc_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterDesc` should have a snake case name
[INFO] [stdout]    --> src/command.rs:623:5
[INFO] [stdout]     |
[INFO] [stdout] 623 |     _counterDesc: *mut GLchar,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterOffset` should have a snake case name
[INFO] [stdout]    --> src/command.rs:624:5
[INFO] [stdout]     |
[INFO] [stdout] 624 |     _counterOffset: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterDataSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:625:5
[INFO] [stdout]     |
[INFO] [stdout] 625 |     _counterDataSize: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_data_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterTypeEnum` should have a snake case name
[INFO] [stdout]    --> src/command.rs:626:5
[INFO] [stdout]     |
[INFO] [stdout] 626 |     _counterTypeEnum: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_type_enum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterDataTypeEnum` should have a snake case name
[INFO] [stdout]    --> src/command.rs:627:5
[INFO] [stdout]     |
[INFO] [stdout] 627 |     _counterDataTypeEnum: *mut GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_data_type_enum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_rawCounterMaxValue` should have a snake case name
[INFO] [stdout]    --> src/command.rs:628:5
[INFO] [stdout]     |
[INFO] [stdout] 628 |     _rawCounterMaxValue: *mut GLuint64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_raw_counter_max_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]    --> src/command.rs:653:5
[INFO] [stdout]     |
[INFO] [stdout] 653 |     _programObj: GLhandleARB,
[INFO] [stdout]     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxLength` should have a snake case name
[INFO] [stdout]    --> src/command.rs:655:5
[INFO] [stdout]     |
[INFO] [stdout] 655 |     _maxLength: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_genMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:740:5
[INFO] [stdout]     |
[INFO] [stdout] 740 |     _genMode: GLenum,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_gen_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorFormat` should have a snake case name
[INFO] [stdout]    --> src/command.rs:741:5
[INFO] [stdout]     |
[INFO] [stdout] 741 |     _colorFormat: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSurface` should have a snake case name
[INFO] [stdout]    --> src/command.rs:783:31
[INFO] [stdout]     |
[INFO] [stdout] 783 |     unsafe extern "system" fn(_numSurface: GLsizei, _surfaces: *const GLvdpauSurfaceNV);
[INFO] [stdout]     |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_num_surface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitGpu` should have a snake case name
[INFO] [stdout]    --> src/command.rs:841:5
[INFO] [stdout]     |
[INFO] [stdout] 841 |     _waitGpu: GLuint,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_wait_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceObjectCount` should have a snake case name
[INFO] [stdout]    --> src/command.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     _fenceObjectCount: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_object_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_semaphoreArray` should have a snake case name
[INFO] [stdout]    --> src/command.rs:843:5
[INFO] [stdout]     |
[INFO] [stdout] 843 |     _semaphoreArray: *const GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceValueArray` should have a snake case name
[INFO] [stdout]    --> src/command.rs:844:5
[INFO] [stdout]     |
[INFO] [stdout] 844 |     _fenceValueArray: *const GLuint64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]    --> src/command.rs:860:5
[INFO] [stdout]     |
[INFO] [stdout] 860 |     _bufSize: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]    --> src/command.rs:886:5
[INFO] [stdout]     |
[INFO] [stdout] 886 |     _numPaths: GLsizei,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:887:5
[INFO] [stdout]     |
[INFO] [stdout] 887 |     _pathNameType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]    --> src/command.rs:889:5
[INFO] [stdout]     |
[INFO] [stdout] 889 |     _pathBase: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:890:5
[INFO] [stdout]     |
[INFO] [stdout] 890 |     _coverMode: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]    --> src/command.rs:891:5
[INFO] [stdout]     |
[INFO] [stdout] 891 |     _transformType: GLenum,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]    --> src/command.rs:892:5
[INFO] [stdout]     |
[INFO] [stdout] 892 |     _transformValues: *const GLfloat,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_genMode` should have a snake case name
[INFO] [stdout]    --> src/command.rs:918:57
[INFO] [stdout]     |
[INFO] [stdout] 918 | pub type PFN_glPathFogGenNV = unsafe extern "system" fn(_genMode: GLenum);
[INFO] [stdout]     |                                                         ^^^^^^^^ help: convert the identifier to snake case: `_gen_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1041:5
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_rowBufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1116:5
[INFO] [stdout]      |
[INFO] [stdout] 1116 |     _rowBufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_row_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_columnBufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1118:5
[INFO] [stdout]      |
[INFO] [stdout] 1118 |     _columnBufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_column_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1178:5
[INFO] [stdout]      |
[INFO] [stdout] 1178 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1192:5
[INFO] [stdout]      |
[INFO] [stdout] 1192 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vdpSurface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1203:9
[INFO] [stdout]      |
[INFO] [stdout] 1203 |         _vdpSurface: *const std::os::raw::c_void,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `_vdp_surface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1205:9
[INFO] [stdout]      |
[INFO] [stdout] 1205 |         _numTextureNames: GLsizei,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_textureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1206:9
[INFO] [stdout]      |
[INFO] [stdout] 1206 |         _textureNames: *const GLuint,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_isFrameStructure` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1207:9
[INFO] [stdout]      |
[INFO] [stdout] 1207 |         _isFrameStructure: GLboolean,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_is_frame_structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_shaderObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1250:5
[INFO] [stdout]      |
[INFO] [stdout] 1250 |     _shaderObj: GLhandleARB,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_shader_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1271:5
[INFO] [stdout]      |
[INFO] [stdout] 1271 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterString` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1273:5
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     _counterString: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1299:5
[INFO] [stdout]      |
[INFO] [stdout] 1299 |     _sfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1300:5
[INFO] [stdout]      |
[INFO] [stdout] 1300 |     _dfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1301:5
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     _sfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout] 1302 |     _dfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1389:31
[INFO] [stdout]      |
[INFO] [stdout] 1389 |     unsafe extern "system" fn(_programObj: GLhandleARB, _location: GLint, _params: *mut GLint);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1423:5
[INFO] [stdout]      |
[INFO] [stdout] 1423 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1464:45
[INFO] [stdout]      |
[INFO] [stdout] 1464 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLushort);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vkFence` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1526:60
[INFO] [stdout]      |
[INFO] [stdout] 1526 | pub type PFN_glSignalVkFenceNV = unsafe extern "system" fn(_vkFence: GLuint64);
[INFO] [stdout]      |                                                            ^^^^^^^^ help: convert the identifier to snake case: `_vk_fence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitSemaphoreCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1537:5
[INFO] [stdout]      |
[INFO] [stdout] 1537 |     _waitSemaphoreCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_semaphore_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitSemaphoreArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1538:5
[INFO] [stdout]      |
[INFO] [stdout] 1538 |     _waitSemaphoreArray: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceValueArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1539:5
[INFO] [stdout]      |
[INFO] [stdout] 1539 |     _fenceValueArray: *const GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1540:5
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     _readGpu: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_read_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeGpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1541:5
[INFO] [stdout]      |
[INFO] [stdout] 1541 |     _writeGpuMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1542:5
[INFO] [stdout]      |
[INFO] [stdout] 1542 |     _readBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1543:5
[INFO] [stdout]      |
[INFO] [stdout] 1543 |     _writeBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1544:5
[INFO] [stdout]      |
[INFO] [stdout] 1544 |     _readOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1545:5
[INFO] [stdout]      |
[INFO] [stdout] 1545 |     _writeOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalSemaphoreCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1547:5
[INFO] [stdout]      |
[INFO] [stdout] 1547 |     _signalSemaphoreCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_semaphore_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalSemaphoreArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1548:5
[INFO] [stdout]      |
[INFO] [stdout] 1548 |     _signalSemaphoreArray: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalValueArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1549:5
[INFO] [stdout]      |
[INFO] [stdout] 1549 |     _signalValueArray: *const GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_signal_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1592:5
[INFO] [stdout]      |
[INFO] [stdout] 1592 |     _memOffset: GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_mem_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numLayers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1604:5
[INFO] [stdout]      |
[INFO] [stdout] 1604 |     _numLayers: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_layers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalPointsPerLayer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1605:5
[INFO] [stdout]      |
[INFO] [stdout] 1605 |     _focalPointsPerLayer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_focal_points_per_layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_requestedFeatures` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1606:5
[INFO] [stdout]      |
[INFO] [stdout] 1606 |     _requestedFeatures: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_requested_features`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_providedFeatures` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1607:5
[INFO] [stdout]      |
[INFO] [stdout] 1607 |     _providedFeatures: *mut GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_provided_features`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1615:5
[INFO] [stdout]      |
[INFO] [stdout] 1615 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1659:5
[INFO] [stdout]      |
[INFO] [stdout] 1659 |     _handleType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1695:5
[INFO] [stdout]      |
[INFO] [stdout] 1695 |     _coverageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1696:5
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     _colorSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1697:5
[INFO] [stdout]      |
[INFO] [stdout] 1697 |     _internalFormat: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1700:5
[INFO] [stdout]      |
[INFO] [stdout] 1700 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vkSemaphore` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1703:64
[INFO] [stdout]      |
[INFO] [stdout] 1703 | pub type PFN_glSignalVkSemaphoreNV = unsafe extern "system" fn(_vkSemaphore: GLuint64);
[INFO] [stdout]      |                                                                ^^^^^^^^^^^^ help: convert the identifier to snake case: `_vk_semaphore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1709:5
[INFO] [stdout]      |
[INFO] [stdout] 1709 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1710:5
[INFO] [stdout]      |
[INFO] [stdout] 1710 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1711:5
[INFO] [stdout]      |
[INFO] [stdout] 1711 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1712:5
[INFO] [stdout]      |
[INFO] [stdout] 1712 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1713:5
[INFO] [stdout]      |
[INFO] [stdout] 1713 |     _srcY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1714:5
[INFO] [stdout]      |
[INFO] [stdout] 1714 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1715:5
[INFO] [stdout]      |
[INFO] [stdout] 1715 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1716:5
[INFO] [stdout]      |
[INFO] [stdout] 1716 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1717:5
[INFO] [stdout]      |
[INFO] [stdout] 1717 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1718:5
[INFO] [stdout]      |
[INFO] [stdout] 1718 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1719:5
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1720:5
[INFO] [stdout]      |
[INFO] [stdout] 1720 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memoryObject` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1729:31
[INFO] [stdout]      |
[INFO] [stdout] 1729 |     unsafe extern "system" fn(_memoryObject: GLuint, _pname: GLenum, _params: *mut GLint);
[INFO] [stdout]      |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_memory_object`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_userParam` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1754:58
[INFO] [stdout]      |
[INFO] [stdout] 1754 |     unsafe extern "system" fn(_callback: GLDEBUGPROCKHR, _userParam: *const std::os::raw::c_void);
[INFO] [stdout]      |                                                          ^^^^^^^^^^ help: convert the identifier to snake case: `_user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1781:5
[INFO] [stdout]      |
[INFO] [stdout] 1781 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_metricQueryMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1826:5
[INFO] [stdout]      |
[INFO] [stdout] 1826 |     _metricQueryMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_metric_query_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstPathName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1827:5
[INFO] [stdout]      |
[INFO] [stdout] 1827 |     _firstPathName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_path_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1828:5
[INFO] [stdout]      |
[INFO] [stdout] 1828 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufferMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:1873:5
[INFO] [stdout]      |
[INFO] [stdout] 1873 |     _bufferMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_buffer_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2023:75
[INFO] [stdout]      |
[INFO] [stdout] 2023 | pub type PFN_glCoverFillPathNV = unsafe extern "system" fn(_path: GLuint, _coverMode: GLenum);
[INFO] [stdout]      |                                                                           ^^^^^^^^^^ help: convert the identifier to snake case: `_cover_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_shaderObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2082:61
[INFO] [stdout]      |
[INFO] [stdout] 2082 | pub type PFN_glCompileShaderARB = unsafe extern "system" fn(_shaderObj: GLhandleARB);
[INFO] [stdout]      |                                                             ^^^^^^^^^^ help: convert the identifier to snake case: `_shader_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2087:5
[INFO] [stdout]      |
[INFO] [stdout] 2087 |     _dstMask: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2088:5
[INFO] [stdout]      |
[INFO] [stdout] 2088 |     _dstMod: GLuint,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2090:5
[INFO] [stdout]      |
[INFO] [stdout] 2090 |     _arg1Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2091:5
[INFO] [stdout]      |
[INFO] [stdout] 2091 |     _arg1Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2093:5
[INFO] [stdout]      |
[INFO] [stdout] 2093 |     _arg2Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2094:5
[INFO] [stdout]      |
[INFO] [stdout] 2094 |     _arg2Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg3Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2096:5
[INFO] [stdout]      |
[INFO] [stdout] 2096 |     _arg3Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg3_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg3Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2097:5
[INFO] [stdout]      |
[INFO] [stdout] 2097 |     _arg3Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg3_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_destinationTexture` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2122:5
[INFO] [stdout]      |
[INFO] [stdout] 2122 |     _destinationTexture: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_destination_texture`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sourceTexture` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2123:5
[INFO] [stdout]      |
[INFO] [stdout] 2123 |     _sourceTexture: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_source_texture`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sourceBaseLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2124:5
[INFO] [stdout]      |
[INFO] [stdout] 2124 |     _sourceBaseLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_source_base_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sourceLevelCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2125:5
[INFO] [stdout]      |
[INFO] [stdout] 2125 |     _sourceLevelCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_source_level_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_rowBufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2132:5
[INFO] [stdout]      |
[INFO] [stdout] 2132 |     _rowBufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_row_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_columnBufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2134:5
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     _columnBufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_column_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_containerObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2148:5
[INFO] [stdout]      |
[INFO] [stdout] 2148 |     _containerObj: GLhandleARB,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_container_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2149:5
[INFO] [stdout]      |
[INFO] [stdout] 2149 |     _maxCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_max_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2169:31
[INFO] [stdout]      |
[INFO] [stdout] 2169 |     unsafe extern "system" fn(_queryId: GLuint, _queryHandle: *mut GLuint);
[INFO] [stdout]      |                               ^^^^^^^^ help: convert the identifier to snake case: `_query_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryHandle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2169:49
[INFO] [stdout]      |
[INFO] [stdout] 2169 |     unsafe extern "system" fn(_queryId: GLuint, _queryHandle: *mut GLuint);
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2248:31
[INFO] [stdout]      |
[INFO] [stdout] 2248 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalPoint` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2253:5
[INFO] [stdout]      |
[INFO] [stdout] 2253 |     _focalPoint: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_focal_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2254:5
[INFO] [stdout]      |
[INFO] [stdout] 2254 |     _focalX: GLfloat,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_focal_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_focalY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2255:5
[INFO] [stdout]      |
[INFO] [stdout] 2255 |     _focalY: GLfloat,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_focal_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gainX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2256:5
[INFO] [stdout]      |
[INFO] [stdout] 2256 |     _gainX: GLfloat,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_gain_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gainY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2257:5
[INFO] [stdout]      |
[INFO] [stdout] 2257 |     _gainY: GLfloat,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_gain_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_foveaArea` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2258:5
[INFO] [stdout]      |
[INFO] [stdout] 2258 |     _foveaArea: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_fovea_area`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2295:5
[INFO] [stdout]      |
[INFO] [stdout] 2295 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zNear` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2327:5
[INFO] [stdout]      |
[INFO] [stdout] 2327 |     _zNear: GLdouble,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_z_near`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zFar` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2328:5
[INFO] [stdout]      |
[INFO] [stdout] 2328 |     _zFar: GLdouble,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_z_far`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2359:5
[INFO] [stdout]      |
[INFO] [stdout] 2359 |     _minX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2360:5
[INFO] [stdout]      |
[INFO] [stdout] 2360 |     _minY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2361:5
[INFO] [stdout]      |
[INFO] [stdout] 2361 |     _minZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2362:5
[INFO] [stdout]      |
[INFO] [stdout] 2362 |     _minW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2363:5
[INFO] [stdout]      |
[INFO] [stdout] 2363 |     _maxX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2364:5
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     _maxY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2365:5
[INFO] [stdout]      |
[INFO] [stdout] 2365 |     _maxZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2366:5
[INFO] [stdout]      |
[INFO] [stdout] 2366 |     _maxW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2370:45
[INFO] [stdout]      |
[INFO] [stdout] 2370 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2370:63
[INFO] [stdout]      |
[INFO] [stdout] 2370 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2394:5
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2395:5
[INFO] [stdout]      |
[INFO] [stdout] 2395 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2396:5
[INFO] [stdout]      |
[INFO] [stdout] 2396 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2397:5
[INFO] [stdout]      |
[INFO] [stdout] 2397 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2414:5
[INFO] [stdout]      |
[INFO] [stdout] 2414 |     _internalFormat: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2417:5
[INFO] [stdout]      |
[INFO] [stdout] 2417 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2432:5
[INFO] [stdout]      |
[INFO] [stdout] 2432 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vkSemaphore` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2500:62
[INFO] [stdout]      |
[INFO] [stdout] 2500 | pub type PFN_glWaitVkSemaphoreNV = unsafe extern "system" fn(_vkSemaphore: GLuint64);
[INFO] [stdout]      |                                                              ^^^^^^^^^^^^ help: convert the identifier to snake case: `_vk_semaphore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2533:5
[INFO] [stdout]      |
[INFO] [stdout] 2533 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_queryHandle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2553:5
[INFO] [stdout]      |
[INFO] [stdout] 2553 |     _queryHandle: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_query_handle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dataSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2555:5
[INFO] [stdout]      |
[INFO] [stdout] 2555 |     _dataSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_data_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bytesWritten` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2557:5
[INFO] [stdout]      |
[INFO] [stdout] 2557 |     _bytesWritten: *mut GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_bytes_written`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_primitiveMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2579:70
[INFO] [stdout]      |
[INFO] [stdout] 2579 | pub type PFN_glBeginTransformFeedbackEXT = unsafe extern "system" fn(_primitiveMode: GLenum);
[INFO] [stdout]      |                                                                      ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_primitive_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSurfaces` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2634:31
[INFO] [stdout]      |
[INFO] [stdout] 2634 |     unsafe extern "system" fn(_numSurfaces: GLsizei, _surfaces: *const GLvdpauSurfaceNV);
[INFO] [stdout]      |                               ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_surfaces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numCounters` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2660:5
[INFO] [stdout]      |
[INFO] [stdout] 2660 |     _numCounters: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_counters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxActiveCounters` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2661:5
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     _maxActiveCounters: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_active_counters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_counterSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2662:5
[INFO] [stdout]      |
[INFO] [stdout] 2662 |     _counterSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_counter_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceObjectCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2735:5
[INFO] [stdout]      |
[INFO] [stdout] 2735 |     _fenceObjectCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_object_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_semaphoreArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2736:5
[INFO] [stdout]      |
[INFO] [stdout] 2736 |     _semaphoreArray: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceValueArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2737:5
[INFO] [stdout]      |
[INFO] [stdout] 2737 |     _fenceValueArray: *const GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2744:5
[INFO] [stdout]      |
[INFO] [stdout] 2744 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2745:5
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2746:5
[INFO] [stdout]      |
[INFO] [stdout] 2746 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2747:5
[INFO] [stdout]      |
[INFO] [stdout] 2747 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2752:5
[INFO] [stdout]      |
[INFO] [stdout] 2752 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2754:5
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     _binaryFormat: *mut GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2774:5
[INFO] [stdout]      |
[INFO] [stdout] 2774 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2839:5
[INFO] [stdout]      |
[INFO] [stdout] 2839 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:2885:5
[INFO] [stdout]      |
[INFO] [stdout] 2885 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3067:5
[INFO] [stdout]      |
[INFO] [stdout] 3067 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxFramebuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3095:5
[INFO] [stdout]      |
[INFO] [stdout] 3095 |     _maxFramebuffers: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_framebuffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numFramebuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3096:5
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     _numFramebuffers: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_framebuffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3105:49
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     unsafe extern "system" fn(_program: GLuint, _uniformBlockName: *const GLchar) -> GLuint;
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3127:5
[INFO] [stdout]      |
[INFO] [stdout] 3127 |     _coverageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3128:5
[INFO] [stdout]      |
[INFO] [stdout] 3128 |     _colorSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstMod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3181:5
[INFO] [stdout]      |
[INFO] [stdout] 3181 |     _dstMod: GLuint,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3183:5
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     _arg1Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg1Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3184:5
[INFO] [stdout]      |
[INFO] [stdout] 3184 |     _arg1Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg1_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3186:5
[INFO] [stdout]      |
[INFO] [stdout] 3186 |     _arg2Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg2Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3187:5
[INFO] [stdout]      |
[INFO] [stdout] 3187 |     _arg2Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg2_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg3Rep` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3189:5
[INFO] [stdout]      |
[INFO] [stdout] 3189 |     _arg3Rep: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg3_rep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_arg3Mod` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3190:5
[INFO] [stdout]      |
[INFO] [stdout] 3190 |     _arg3Mod: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_arg3_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3198:5
[INFO] [stdout]      |
[INFO] [stdout] 3198 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3200:5
[INFO] [stdout]      |
[INFO] [stdout] 3200 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sourceGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3206:5
[INFO] [stdout]      |
[INFO] [stdout] 3206 |     _sourceGpu: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_source_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_destinationGpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3207:5
[INFO] [stdout]      |
[INFO] [stdout] 3207 |     _destinationGpuMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_destination_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3208:5
[INFO] [stdout]      |
[INFO] [stdout] 3208 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3209:5
[INFO] [stdout]      |
[INFO] [stdout] 3209 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3210:5
[INFO] [stdout]      |
[INFO] [stdout] 3210 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3211:5
[INFO] [stdout]      |
[INFO] [stdout] 3211 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srxY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3212:5
[INFO] [stdout]      |
[INFO] [stdout] 3212 |     _srxY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_srx_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3213:5
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3214:5
[INFO] [stdout]      |
[INFO] [stdout] 3214 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3215:5
[INFO] [stdout]      |
[INFO] [stdout] 3215 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3216:5
[INFO] [stdout]      |
[INFO] [stdout] 3216 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3217:5
[INFO] [stdout]      |
[INFO] [stdout] 3217 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3218:5
[INFO] [stdout]      |
[INFO] [stdout] 3218 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3219:5
[INFO] [stdout]      |
[INFO] [stdout] 3219 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3239:5
[INFO] [stdout]      |
[INFO] [stdout] 3239 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_stencilTagBits` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3264:31
[INFO] [stdout]      |
[INFO] [stdout] 3264 |     unsafe extern "system" fn(_stencilTagBits: GLsizei, _stencilClearTag: GLuint);
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_stencil_tag_bits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_stencilClearTag` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3264:57
[INFO] [stdout]      |
[INFO] [stdout] 3264 |     unsafe extern "system" fn(_stencilTagBits: GLsizei, _stencilClearTag: GLuint);
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_stencil_clear_tag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3328:5
[INFO] [stdout]      |
[INFO] [stdout] 3328 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3331:5
[INFO] [stdout]      |
[INFO] [stdout] 3331 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxPrograms` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3353:5
[INFO] [stdout]      |
[INFO] [stdout] 3353 |     _maxPrograms: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_programs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPrograms` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3354:5
[INFO] [stdout]      |
[INFO] [stdout] 3354 |     _numPrograms: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_programs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3474:5
[INFO] [stdout]      |
[INFO] [stdout] 3474 |     _internalFormat: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3478:5
[INFO] [stdout]      |
[INFO] [stdout] 3478 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_containerObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3602:31
[INFO] [stdout]      |
[INFO] [stdout] 3602 |     unsafe extern "system" fn(_containerObj: GLhandleARB, _obj: GLhandleARB);
[INFO] [stdout]      |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_container_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3704:5
[INFO] [stdout]      |
[INFO] [stdout] 3704 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3730:5
[INFO] [stdout]      |
[INFO] [stdout] 3730 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tokenID` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3788:31
[INFO] [stdout]      |
[INFO] [stdout] 3788 |     unsafe extern "system" fn(_tokenID: GLenum, _size: GLuint) -> GLuint;
[INFO] [stdout]      |                               ^^^^^^^^ help: convert the identifier to snake case: `_token_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3876:5
[INFO] [stdout]      |
[INFO] [stdout] 3876 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3954:45
[INFO] [stdout]      |
[INFO] [stdout] 3954 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:3954:63
[INFO] [stdout]      |
[INFO] [stdout] 3954 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_texCoordSet` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4023:31
[INFO] [stdout]      |
[INFO] [stdout] 4023 |     unsafe extern "system" fn(_texCoordSet: GLenum, _pname: GLenum, _value: *mut GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^^ help: convert the identifier to snake case: `_tex_coord_set`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zNear` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4042:58
[INFO] [stdout]      |
[INFO] [stdout] 4042 | pub type PFN_glDepthRangedNV = unsafe extern "system" fn(_zNear: GLdouble, _zFar: GLdouble);
[INFO] [stdout]      |                                                          ^^^^^^ help: convert the identifier to snake case: `_z_near`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zFar` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4042:76
[INFO] [stdout]      |
[INFO] [stdout] 4042 | pub type PFN_glDepthRangedNV = unsafe extern "system" fn(_zNear: GLdouble, _zFar: GLdouble);
[INFO] [stdout]      |                                                                            ^^^^^ help: convert the identifier to snake case: `_z_far`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4052:5
[INFO] [stdout]      |
[INFO] [stdout] 4052 |     _numAttachments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4159:5
[INFO] [stdout]      |
[INFO] [stdout] 4159 |     _signalGpu: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_signal_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceObjectCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4160:5
[INFO] [stdout]      |
[INFO] [stdout] 4160 |     _fenceObjectCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_object_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_semaphoreArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4161:5
[INFO] [stdout]      |
[INFO] [stdout] 4161 |     _semaphoreArray: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_semaphore_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fenceValueArray` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4162:5
[INFO] [stdout]      |
[INFO] [stdout] 4162 |     _fenceValueArray: *const GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fence_value_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_shaderType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4194:31
[INFO] [stdout]      |
[INFO] [stdout] 4194 |     unsafe extern "system" fn(_shaderType: GLenum) -> GLhandleARB;
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_shader_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4217:5
[INFO] [stdout]      |
[INFO] [stdout] 4217 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numGroups` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4237:31
[INFO] [stdout]      |
[INFO] [stdout] 4237 |     unsafe extern "system" fn(_numGroups: *mut GLint, _groupsSize: GLsizei, _groups: *mut GLuint);
[INFO] [stdout]      |                               ^^^^^^^^^^ help: convert the identifier to snake case: `_num_groups`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_groupsSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4237:55
[INFO] [stdout]      |
[INFO] [stdout] 4237 |     unsafe extern "system" fn(_numGroups: *mut GLint, _groupsSize: GLsizei, _groups: *mut GLuint);
[INFO] [stdout]      |                                                       ^^^^^^^^^^^ help: convert the identifier to snake case: `_groups_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4241:5
[INFO] [stdout]      |
[INFO] [stdout] 4241 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_infoLog` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4243:5
[INFO] [stdout]      |
[INFO] [stdout] 4243 |     _infoLog: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4257:5
[INFO] [stdout]      |
[INFO] [stdout] 4257 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4261:5
[INFO] [stdout]      |
[INFO] [stdout] 4261 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tagId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4320:31
[INFO] [stdout]      |
[INFO] [stdout] 4320 |     unsafe extern "system" fn(_tagId: GLint, _tagString: *const GLchar);
[INFO] [stdout]      |                               ^^^^^^ help: convert the identifier to snake case: `_tag_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tagString` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4320:46
[INFO] [stdout]      |
[INFO] [stdout] 4320 |     unsafe extern "system" fn(_tagId: GLint, _tagString: *const GLchar);
[INFO] [stdout]      |                                              ^^^^^^^^^^ help: convert the identifier to snake case: `_tag_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4333:5
[INFO] [stdout]      |
[INFO] [stdout] 4333 |     _internalFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4357:5
[INFO] [stdout]      |
[INFO] [stdout] 4357 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pEntryPoint` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4364:5
[INFO] [stdout]      |
[INFO] [stdout] 4364 |     _pEntryPoint: *const GLchar,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_entry_point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSpecializationConstants` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4365:5
[INFO] [stdout]      |
[INFO] [stdout] 4365 |     _numSpecializationConstants: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_specialization_constants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pConstantIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4366:5
[INFO] [stdout]      |
[INFO] [stdout] 4366 |     _pConstantIndex: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_constant_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pConstantValue` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4367:5
[INFO] [stdout]      |
[INFO] [stdout] 4367 |     _pConstantValue: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_p_constant_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4388:5
[INFO] [stdout]      |
[INFO] [stdout] 4388 |     _memOffset: GLuint64,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_mem_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxTextures` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4394:5
[INFO] [stdout]      |
[INFO] [stdout] 4394 |     _maxTextures: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_textures`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextures` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4395:5
[INFO] [stdout]      |
[INFO] [stdout] 4395 |     _numTextures: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_textures`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_startSegment` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4405:5
[INFO] [stdout]      |
[INFO] [stdout] 4405 |     _startSegment: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_start_segment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSegments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4406:5
[INFO] [stdout]      |
[INFO] [stdout] 4406 |     _numSegments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_segments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4464:5
[INFO] [stdout]      |
[INFO] [stdout] 4464 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4480:5
[INFO] [stdout]      |
[INFO] [stdout] 4480 |     _numAttachments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4500:5
[INFO] [stdout]      |
[INFO] [stdout] 4500 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4527:5
[INFO] [stdout]      |
[INFO] [stdout] 4527 |     _coverageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4528:5
[INFO] [stdout]      |
[INFO] [stdout] 4528 |     _colorSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_internalFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4529:5
[INFO] [stdout]      |
[INFO] [stdout] 4529 |     _internalFormat: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_internal_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fixedSampleLocations` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4532:5
[INFO] [stdout]      |
[INFO] [stdout] 4532 |     _fixedSampleLocations: GLboolean,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_fixed_sample_locations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4541:5
[INFO] [stdout]      |
[INFO] [stdout] 4541 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4662:45
[INFO] [stdout]      |
[INFO] [stdout] 4662 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLfloat);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_componentUsage` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4715:5
[INFO] [stdout]      |
[INFO] [stdout] 4715 |     _componentUsage: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_component_usage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4734:31
[INFO] [stdout]      |
[INFO] [stdout] 4734 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4737:5
[INFO] [stdout]      |
[INFO] [stdout] 4737 |     _readBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4738:5
[INFO] [stdout]      |
[INFO] [stdout] 4738 |     _writeBuffer: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4739:5
[INFO] [stdout]      |
[INFO] [stdout] 4739 |     _readOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4740:5
[INFO] [stdout]      |
[INFO] [stdout] 4740 |     _writeOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numBufferBarriers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4768:5
[INFO] [stdout]      |
[INFO] [stdout] 4768 |     _numBufferBarriers: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_buffer_barriers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureBarriers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4770:5
[INFO] [stdout]      |
[INFO] [stdout] 4770 |     _numTextureBarriers: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_barriers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLayouts` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4772:5
[INFO] [stdout]      |
[INFO] [stdout] 4772 |     _srcLayouts: *const GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_src_layouts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4791:5
[INFO] [stdout]      |
[INFO] [stdout] 4791 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4792:5
[INFO] [stdout]      |
[INFO] [stdout] 4792 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4793:5
[INFO] [stdout]      |
[INFO] [stdout] 4793 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4794:5
[INFO] [stdout]      |
[INFO] [stdout] 4794 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4811:5
[INFO] [stdout]      |
[INFO] [stdout] 4811 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstPathName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4900:5
[INFO] [stdout]      |
[INFO] [stdout] 4900 |     _firstPathName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_path_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4901:5
[INFO] [stdout]      |
[INFO] [stdout] 4901 |     _fontTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_font_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4902:5
[INFO] [stdout]      |
[INFO] [stdout] 4902 |     _fontName: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_font_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontStyle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4903:5
[INFO] [stdout]      |
[INFO] [stdout] 4903 |     _fontStyle: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_font_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstGlyphIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4904:5
[INFO] [stdout]      |
[INFO] [stdout] 4904 |     _firstGlyphIndex: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_glyph_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numGlyphs` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4905:5
[INFO] [stdout]      |
[INFO] [stdout] 4905 |     _numGlyphs: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathParameterTemplate` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4906:5
[INFO] [stdout]      |
[INFO] [stdout] 4906 |     _pathParameterTemplate: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_parameter_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_emScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4907:5
[INFO] [stdout]      |
[INFO] [stdout] 4907 |     _emScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_em_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4941:5
[INFO] [stdout]      |
[INFO] [stdout] 4941 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_clientBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4950:5
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     _clientBuffer: GLeglClientBufferEXT,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_client_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programInterface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4977:5
[INFO] [stdout]      |
[INFO] [stdout] 4977 |     _programInterface: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_program_interface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:4995:5
[INFO] [stdout]      |
[INFO] [stdout] 4995 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_primitiveMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5073:5
[INFO] [stdout]      |
[INFO] [stdout] 5073 |     _primitiveMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_primitive_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxLength` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5127:5
[INFO] [stdout]      |
[INFO] [stdout] 5127 |     _maxLength: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_infoLog` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5129:5
[INFO] [stdout]      |
[INFO] [stdout] 5129 |     _infoLog: *mut GLcharARB,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5234:5
[INFO] [stdout]      |
[INFO] [stdout] 5234 |     _drawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vertexBufferCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5236:5
[INFO] [stdout]      |
[INFO] [stdout] 5236 |     _vertexBufferCount: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_vertex_buffer_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_storageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5320:5
[INFO] [stdout]      |
[INFO] [stdout] 5320 |     _storageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_storage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5394:31
[INFO] [stdout]      |
[INFO] [stdout] 5394 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                               ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5394:49
[INFO] [stdout]      |
[INFO] [stdout] 5394 |     unsafe extern "system" fn(_modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                 ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zNear` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5409:5
[INFO] [stdout]      |
[INFO] [stdout] 5409 |     _zNear: GLdouble,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_z_near`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_zFar` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5410:5
[INFO] [stdout]      |
[INFO] [stdout] 5410 |     _zFar: GLdouble,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_z_far`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_driverControl` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5500:5
[INFO] [stdout]      |
[INFO] [stdout] 5500 |     _driverControl: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_driver_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5501:5
[INFO] [stdout]      |
[INFO] [stdout] 5501 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_driverControlString` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5503:5
[INFO] [stdout]      |
[INFO] [stdout] 5503 |     _driverControlString: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_driver_control_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathListMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5548:5
[INFO] [stdout]      |
[INFO] [stdout] 5548 |     _pathListMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_list_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5549:5
[INFO] [stdout]      |
[INFO] [stdout] 5549 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5550:5
[INFO] [stdout]      |
[INFO] [stdout] 5550 |     _pathNameType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5552:5
[INFO] [stdout]      |
[INFO] [stdout] 5552 |     _pathBase: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_advanceScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5553:5
[INFO] [stdout]      |
[INFO] [stdout] 5553 |     _advanceScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_advance_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_kerningScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5554:5
[INFO] [stdout]      |
[INFO] [stdout] 5554 |     _kerningScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_kerning_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5555:5
[INFO] [stdout]      |
[INFO] [stdout] 5555 |     _transformType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_returnedSpacing` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5556:5
[INFO] [stdout]      |
[INFO] [stdout] 5556 |     _returnedSpacing: *mut GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_returned_spacing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5572:5
[INFO] [stdout]      |
[INFO] [stdout] 5572 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5573:5
[INFO] [stdout]      |
[INFO] [stdout] 5573 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5574:5
[INFO] [stdout]      |
[INFO] [stdout] 5574 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5575:5
[INFO] [stdout]      |
[INFO] [stdout] 5575 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vdpSurface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5619:5
[INFO] [stdout]      |
[INFO] [stdout] 5619 |     _vdpSurface: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_vdp_surface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5621:5
[INFO] [stdout]      |
[INFO] [stdout] 5621 |     _numTextureNames: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_textureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5622:5
[INFO] [stdout]      |
[INFO] [stdout] 5622 |     _textureNames: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dataSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5744:5
[INFO] [stdout]      |
[INFO] [stdout] 5744 |     _dataSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_data_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bytesWritten` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5746:5
[INFO] [stdout]      |
[INFO] [stdout] 5746 |     _bytesWritten: *mut GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_bytes_written`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vdpSurface` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5755:5
[INFO] [stdout]      |
[INFO] [stdout] 5755 |     _vdpSurface: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_vdp_surface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numTextureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5757:5
[INFO] [stdout]      |
[INFO] [stdout] 5757 |     _numTextureNames: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_textureNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5758:5
[INFO] [stdout]      |
[INFO] [stdout] 5758 |     _textureNames: *const GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_texture_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5810:5
[INFO] [stdout]      |
[INFO] [stdout] 5810 |     _minX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5811:5
[INFO] [stdout]      |
[INFO] [stdout] 5811 |     _minY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5812:5
[INFO] [stdout]      |
[INFO] [stdout] 5812 |     _minZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5813:5
[INFO] [stdout]      |
[INFO] [stdout] 5813 |     _minW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_min_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5814:5
[INFO] [stdout]      |
[INFO] [stdout] 5814 |     _maxX: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5815:5
[INFO] [stdout]      |
[INFO] [stdout] 5815 |     _maxY: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5816:5
[INFO] [stdout]      |
[INFO] [stdout] 5816 |     _maxZ: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxW` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5817:5
[INFO] [stdout]      |
[INFO] [stdout] 5817 |     _maxW: GLfloat,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_max_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5823:5
[INFO] [stdout]      |
[INFO] [stdout] 5823 |     _sfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5824:5
[INFO] [stdout]      |
[INFO] [stdout] 5824 |     _dfactorRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_sfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5825:5
[INFO] [stdout]      |
[INFO] [stdout] 5825 |     _sfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_sfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dfactorAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5826:5
[INFO] [stdout]      |
[INFO] [stdout] 5826 |     _dfactorAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_dfactor_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5850:5
[INFO] [stdout]      |
[INFO] [stdout] 5850 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5881:5
[INFO] [stdout]      |
[INFO] [stdout] 5881 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformBlockIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5929:5
[INFO] [stdout]      |
[INFO] [stdout] 5929 |     _uniformBlockIndex: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:5999:5
[INFO] [stdout]      |
[INFO] [stdout] 5999 |     _drawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxDrawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6000:5
[INFO] [stdout]      |
[INFO] [stdout] 6000 |     _maxDrawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vertexBufferCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6002:5
[INFO] [stdout]      |
[INFO] [stdout] 6002 |     _vertexBufferCount: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_vertex_buffer_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_objectType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6042:5
[INFO] [stdout]      |
[INFO] [stdout] 6042 |     _objectType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_object_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_resultPath` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6074:55
[INFO] [stdout]      |
[INFO] [stdout] 6074 | pub type PFN_glCopyPathNV = unsafe extern "system" fn(_resultPath: GLuint, _srcPath: GLuint);
[INFO] [stdout]      |                                                       ^^^^^^^^^^^ help: convert the identifier to snake case: `_result_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcPath` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6074:76
[INFO] [stdout]      |
[INFO] [stdout] 6074 | pub type PFN_glCopyPathNV = unsafe extern "system" fn(_resultPath: GLuint, _srcPath: GLuint);
[INFO] [stdout]      |                                                                            ^^^^^^^^ help: convert the identifier to snake case: `_src_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6156:5
[INFO] [stdout]      |
[INFO] [stdout] 6156 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_matrixMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6215:31
[INFO] [stdout]      |
[INFO] [stdout] 6215 |     unsafe extern "system" fn(_matrixMode: GLenum, _m: *const GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_matrix_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6266:5
[INFO] [stdout]      |
[INFO] [stdout] 6266 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6267:5
[INFO] [stdout]      |
[INFO] [stdout] 6267 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6268:5
[INFO] [stdout]      |
[INFO] [stdout] 6268 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6269:5
[INFO] [stdout]      |
[INFO] [stdout] 6269 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6313:45
[INFO] [stdout]      |
[INFO] [stdout] 6313 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6313:63
[INFO] [stdout]      |
[INFO] [stdout] 6313 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_driverControl` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6320:69
[INFO] [stdout]      |
[INFO] [stdout] 6320 | pub type PFN_glDisableDriverControlQCOM = unsafe extern "system" fn(_driverControl: GLuint);
[INFO] [stdout]      |                                                                     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_driver_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6334:5
[INFO] [stdout]      |
[INFO] [stdout] 6334 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6335:5
[INFO] [stdout]      |
[INFO] [stdout] 6335 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6336:5
[INFO] [stdout]      |
[INFO] [stdout] 6336 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6337:5
[INFO] [stdout]      |
[INFO] [stdout] 6337 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6338:5
[INFO] [stdout]      |
[INFO] [stdout] 6338 |     _srcY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6339:5
[INFO] [stdout]      |
[INFO] [stdout] 6339 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6340:5
[INFO] [stdout]      |
[INFO] [stdout] 6340 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6341:5
[INFO] [stdout]      |
[INFO] [stdout] 6341 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6342:5
[INFO] [stdout]      |
[INFO] [stdout] 6342 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6343:5
[INFO] [stdout]      |
[INFO] [stdout] 6343 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6344:5
[INFO] [stdout]      |
[INFO] [stdout] 6344 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6345:5
[INFO] [stdout]      |
[INFO] [stdout] 6345 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcWidth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6346:5
[INFO] [stdout]      |
[INFO] [stdout] 6346 |     _srcWidth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcHeight` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6347:5
[INFO] [stdout]      |
[INFO] [stdout] 6347 |     _srcHeight: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcDepth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6348:5
[INFO] [stdout]      |
[INFO] [stdout] 6348 |     _srcDepth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6355:5
[INFO] [stdout]      |
[INFO] [stdout] 6355 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6356:5
[INFO] [stdout]      |
[INFO] [stdout] 6356 |     _pathNameType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6358:5
[INFO] [stdout]      |
[INFO] [stdout] 6358 |     _pathBase: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fillMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6359:5
[INFO] [stdout]      |
[INFO] [stdout] 6359 |     _fillMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_fill_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6361:5
[INFO] [stdout]      |
[INFO] [stdout] 6361 |     _transformType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6362:5
[INFO] [stdout]      |
[INFO] [stdout] 6362 |     _transformValues: *const GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6412:5
[INFO] [stdout]      |
[INFO] [stdout] 6412 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6437:5
[INFO] [stdout]      |
[INFO] [stdout] 6437 |     _maxCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_max_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6464:5
[INFO] [stdout]      |
[INFO] [stdout] 6464 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numAttachments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6500:5
[INFO] [stdout]      |
[INFO] [stdout] 6500 |     _numAttachments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_attachments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6551:45
[INFO] [stdout]      |
[INFO] [stdout] 6551 |     unsafe extern "system" fn(_map: GLenum, _bufSize: GLsizei, _values: *mut GLushort);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6565:5
[INFO] [stdout]      |
[INFO] [stdout] 6565 |     _srcName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_src_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6566:5
[INFO] [stdout]      |
[INFO] [stdout] 6566 |     _srcTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6567:5
[INFO] [stdout]      |
[INFO] [stdout] 6567 |     _srcLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6568:5
[INFO] [stdout]      |
[INFO] [stdout] 6568 |     _srcX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6569:5
[INFO] [stdout]      |
[INFO] [stdout] 6569 |     _srcY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6570:5
[INFO] [stdout]      |
[INFO] [stdout] 6570 |     _srcZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_src_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6571:5
[INFO] [stdout]      |
[INFO] [stdout] 6571 |     _dstName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_dst_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6572:5
[INFO] [stdout]      |
[INFO] [stdout] 6572 |     _dstTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_dst_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstLevel` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6573:5
[INFO] [stdout]      |
[INFO] [stdout] 6573 |     _dstLevel: GLint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6574:5
[INFO] [stdout]      |
[INFO] [stdout] 6574 |     _dstX: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6575:5
[INFO] [stdout]      |
[INFO] [stdout] 6575 |     _dstY: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstZ` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6576:5
[INFO] [stdout]      |
[INFO] [stdout] 6576 |     _dstZ: GLint,
[INFO] [stdout]      |     ^^^^^ help: convert the identifier to snake case: `_dst_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcWidth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6577:5
[INFO] [stdout]      |
[INFO] [stdout] 6577 |     _srcWidth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcHeight` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6578:5
[INFO] [stdout]      |
[INFO] [stdout] 6578 |     _srcHeight: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_src_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcDepth` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6579:5
[INFO] [stdout]      |
[INFO] [stdout] 6579 |     _srcDepth: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6618:5
[INFO] [stdout]      |
[INFO] [stdout] 6618 |     _binaryFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6664:51
[INFO] [stdout]      |
[INFO] [stdout] 6664 |     unsafe extern "system" fn(_semaphore: GLuint, _handleType: GLenum, _fd: GLint);
[INFO] [stdout]      |                                                   ^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_containerObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6677:31
[INFO] [stdout]      |
[INFO] [stdout] 6677 |     unsafe extern "system" fn(_containerObj: GLhandleARB, _attachedObj: GLhandleARB);
[INFO] [stdout]      |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_container_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_attachedObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6677:59
[INFO] [stdout]      |
[INFO] [stdout] 6677 |     unsafe extern "system" fn(_containerObj: GLhandleARB, _attachedObj: GLhandleARB);
[INFO] [stdout]      |                                                           ^^^^^^^^^^^^ help: convert the identifier to snake case: `_attached_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_firstPathName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6680:5
[INFO] [stdout]      |
[INFO] [stdout] 6680 |     _firstPathName: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_first_path_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6681:5
[INFO] [stdout]      |
[INFO] [stdout] 6681 |     _fontTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_font_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontName` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6682:5
[INFO] [stdout]      |
[INFO] [stdout] 6682 |     _fontName: *const std::os::raw::c_void,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_font_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_fontStyle` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6683:5
[INFO] [stdout]      |
[INFO] [stdout] 6683 |     _fontStyle: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_font_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numGlyphs` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6684:5
[INFO] [stdout]      |
[INFO] [stdout] 6684 |     _numGlyphs: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_num_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_handleMissingGlyphs` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6687:5
[INFO] [stdout]      |
[INFO] [stdout] 6687 |     _handleMissingGlyphs: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_handle_missing_glyphs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathParameterTemplate` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6688:5
[INFO] [stdout]      |
[INFO] [stdout] 6688 |     _pathParameterTemplate: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_parameter_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_emScale` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6689:5
[INFO] [stdout]      |
[INFO] [stdout] 6689 |     _emScale: GLfloat,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_em_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_metricQueryMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6756:5
[INFO] [stdout]      |
[INFO] [stdout] 6756 |     _metricQueryMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_metric_query_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6757:5
[INFO] [stdout]      |
[INFO] [stdout] 6757 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6758:5
[INFO] [stdout]      |
[INFO] [stdout] 6758 |     _pathNameType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6760:5
[INFO] [stdout]      |
[INFO] [stdout] 6760 |     _pathBase: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxLength` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6785:5
[INFO] [stdout]      |
[INFO] [stdout] 6785 |     _maxLength: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6848:59
[INFO] [stdout]      |
[INFO] [stdout] 6848 | pub type PFN_glLinkProgramARB = unsafe extern "system" fn(_programObj: GLhandleARB);
[INFO] [stdout]      |                                                           ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:6901:5
[INFO] [stdout]      |
[INFO] [stdout] 6901 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxShaders` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7014:54
[INFO] [stdout]      |
[INFO] [stdout] 7014 |     unsafe extern "system" fn(_shaders: *mut GLuint, _maxShaders: GLint, _numShaders: *mut GLint);
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ help: convert the identifier to snake case: `_max_shaders`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numShaders` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7014:74
[INFO] [stdout]      |
[INFO] [stdout] 7014 |     unsafe extern "system" fn(_shaders: *mut GLuint, _maxShaders: GLint, _numShaders: *mut GLint);
[INFO] [stdout]      |                                                                          ^^^^^^^^^^^ help: convert the identifier to snake case: `_num_shaders`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxBuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7020:54
[INFO] [stdout]      |
[INFO] [stdout] 7020 |     unsafe extern "system" fn(_buffers: *mut GLuint, _maxBuffers: GLint, _numBuffers: *mut GLint);
[INFO] [stdout]      |                                                      ^^^^^^^^^^^ help: convert the identifier to snake case: `_max_buffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numBuffers` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7020:74
[INFO] [stdout]      |
[INFO] [stdout] 7020 |     unsafe extern "system" fn(_buffers: *mut GLuint, _maxBuffers: GLint, _numBuffers: *mut GLint);
[INFO] [stdout]      |                                                                          ^^^^^^^^^^^ help: convert the identifier to snake case: `_num_buffers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7024:5
[INFO] [stdout]      |
[INFO] [stdout] 7024 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_infoLog` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7026:5
[INFO] [stdout]      |
[INFO] [stdout] 7026 |     _infoLog: *mut GLchar,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7039:5
[INFO] [stdout]      |
[INFO] [stdout] 7039 |     _uniformCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformNames` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7040:5
[INFO] [stdout]      |
[INFO] [stdout] 7040 |     _uniformNames: *const *const GLchar,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_uniformIndices` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7041:5
[INFO] [stdout]      |
[INFO] [stdout] 7041 |     _uniformIndices: *mut GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_uniform_indices`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7048:5
[INFO] [stdout]      |
[INFO] [stdout] 7048 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numPaths` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7070:5
[INFO] [stdout]      |
[INFO] [stdout] 7070 |     _numPaths: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_num_paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathNameType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7071:5
[INFO] [stdout]      |
[INFO] [stdout] 7071 |     _pathNameType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_path_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_pathBase` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7073:5
[INFO] [stdout]      |
[INFO] [stdout] 7073 |     _pathBase: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_path_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformType` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7076:5
[INFO] [stdout]      |
[INFO] [stdout] 7076 |     _transformType: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_transformValues` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7077:5
[INFO] [stdout]      |
[INFO] [stdout] 7077 |     _transformValues: *const GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_transform_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_scaleFactor` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7172:78
[INFO] [stdout]      |
[INFO] [stdout] 7172 |     unsafe extern "system" fn(_src1: GLuint, _src2: GLuint, _output: GLuint, _scaleFactor: GLfloat);
[INFO] [stdout]      |                                                                              ^^^^^^^^^^^^ help: convert the identifier to snake case: `_scale_factor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_preserveMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7178:58
[INFO] [stdout]      |
[INFO] [stdout] 7178 | pub type PFN_glEndTilingQCOM = unsafe extern "system" fn(_preserveMask: GLbitfield);
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_preserve_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7223:5
[INFO] [stdout]      |
[INFO] [stdout] 7223 |     _readTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeTarget` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7224:5
[INFO] [stdout]      |
[INFO] [stdout] 7224 |     _writeTarget: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_readOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7225:5
[INFO] [stdout]      |
[INFO] [stdout] 7225 |     _readOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_read_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_writeOffset` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7226:5
[INFO] [stdout]      |
[INFO] [stdout] 7226 |     _writeOffset: GLintptr,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_write_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_texCoordSet` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7433:5
[INFO] [stdout]      |
[INFO] [stdout] 7433 |     _texCoordSet: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_tex_coord_set`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_genMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7434:5
[INFO] [stdout]      |
[INFO] [stdout] 7434 |     _genMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_gen_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufferMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7444:5
[INFO] [stdout]      |
[INFO] [stdout] 7444 |     _bufferMode: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^ help: convert the identifier to snake case: `_buffer_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7457:5
[INFO] [stdout]      |
[INFO] [stdout] 7457 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7479:5
[INFO] [stdout]      |
[INFO] [stdout] 7479 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorNumber` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7490:5
[INFO] [stdout]      |
[INFO] [stdout] 7490 |     _colorNumber: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7514:31
[INFO] [stdout]      |
[INFO] [stdout] 7514 |     unsafe extern "system" fn(_programObj: GLhandleARB, _location: GLint, _params: *mut GLfloat);
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_primitiveMode` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7525:69
[INFO] [stdout]      |
[INFO] [stdout] 7525 | pub type PFN_glBeginTransformFeedbackNV = unsafe extern "system" fn(_primitiveMode: GLenum);
[INFO] [stdout]      |                                                                     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_primitive_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_startSegment` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7588:5
[INFO] [stdout]      |
[INFO] [stdout] 7588 |     _startSegment: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_start_segment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_numSegments` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7589:5
[INFO] [stdout]      |
[INFO] [stdout] 7589 |     _numSegments: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `_num_segments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tangentX` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7593:5
[INFO] [stdout]      |
[INFO] [stdout] 7593 |     _tangentX: *mut GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_tangent_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_tangentY` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7594:5
[INFO] [stdout]      |
[INFO] [stdout] 7594 |     _tangentY: *mut GLfloat,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_tangent_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_clientBuffer` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7617:5
[INFO] [stdout]      |
[INFO] [stdout] 7617 |     _clientBuffer: GLeglClientBufferEXT,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_client_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7625:5
[INFO] [stdout]      |
[INFO] [stdout] 7625 |     _srcRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_src_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7626:5
[INFO] [stdout]      |
[INFO] [stdout] 7626 |     _dstRGB: GLenum,
[INFO] [stdout]      |     ^^^^^^^ help: convert the identifier to snake case: `_dst_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7627:5
[INFO] [stdout]      |
[INFO] [stdout] 7627 |     _srcAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_src_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7628:5
[INFO] [stdout]      |
[INFO] [stdout] 7628 |     _dstAlpha: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^ help: convert the identifier to snake case: `_dst_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7634:5
[INFO] [stdout]      |
[INFO] [stdout] 7634 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_gpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7725:5
[INFO] [stdout]      |
[INFO] [stdout] 7725 |     _gpuMask: GLbitfield,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7741:64
[INFO] [stdout]      |
[INFO] [stdout] 7741 | pub type PFN_glUseProgramObjectARB = unsafe extern "system" fn(_programObj: GLhandleARB);
[INFO] [stdout]      |                                                                ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_userParam` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7744:58
[INFO] [stdout]      |
[INFO] [stdout] 7744 |     unsafe extern "system" fn(_callback: GLDEBUGPROCARB, _userParam: *const std::os::raw::c_void);
[INFO] [stdout]      |                                                          ^^^^^^^^^^ help: convert the identifier to snake case: `_user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_binaryFormat` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7763:5
[INFO] [stdout]      |
[INFO] [stdout] 7763 |     _binaryFormat: GLenum,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binary_format`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7778:5
[INFO] [stdout]      |
[INFO] [stdout] 7778 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memoryObject` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7845:62
[INFO] [stdout]      |
[INFO] [stdout] 7845 | pub type PFN_glIsMemoryObjectEXT = unsafe extern "system" fn(_memoryObject: GLuint) -> GLboolean;
[INFO] [stdout]      |                                                              ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_memory_object`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_memoryObjects` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7853:44
[INFO] [stdout]      |
[INFO] [stdout] 7853 |     unsafe extern "system" fn(_n: GLsizei, _memoryObjects: *mut GLuint);
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_memory_objects`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7856:64
[INFO] [stdout]      |
[INFO] [stdout] 7856 |     unsafe extern "system" fn(_target: GLenum, _query: GLenum, _bufSize: GLsizei, _v: *mut GLint);
[INFO] [stdout]      |                                                                ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7865:5
[INFO] [stdout]      |
[INFO] [stdout] 7865 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:7953:5
[INFO] [stdout]      |
[INFO] [stdout] 7953 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_drawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8033:5
[INFO] [stdout]      |
[INFO] [stdout] 8033 |     _drawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_maxDrawCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8034:5
[INFO] [stdout]      |
[INFO] [stdout] 8034 |     _maxDrawCount: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_max_draw_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_vertexBufferCount` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8036:5
[INFO] [stdout]      |
[INFO] [stdout] 8036 |     _vertexBufferCount: GLint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_vertex_buffer_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bufSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8042:5
[INFO] [stdout]      |
[INFO] [stdout] 8042 |     _bufSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^ help: convert the identifier to snake case: `_buf_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_minPresentTime` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8071:5
[INFO] [stdout]      |
[INFO] [stdout] 8071 |     _minPresentTime: GLuint64EXT,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_min_present_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_beginPresentTimeId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8072:5
[INFO] [stdout]      |
[INFO] [stdout] 8072 |     _beginPresentTimeId: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_begin_present_time_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_presentDurationId` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8073:5
[INFO] [stdout]      |
[INFO] [stdout] 8073 |     _presentDurationId: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_present_duration_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX0` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8132:5
[INFO] [stdout]      |
[INFO] [stdout] 8132 |     _srcX0: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_src_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY0` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8133:5
[INFO] [stdout]      |
[INFO] [stdout] 8133 |     _srcY0: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcX1` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8134:5
[INFO] [stdout]      |
[INFO] [stdout] 8134 |     _srcX1: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_srcY1` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8135:5
[INFO] [stdout]      |
[INFO] [stdout] 8135 |     _srcY1: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX0` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8136:5
[INFO] [stdout]      |
[INFO] [stdout] 8136 |     _dstX0: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY0` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8137:5
[INFO] [stdout]      |
[INFO] [stdout] 8137 |     _dstY0: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstX1` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8138:5
[INFO] [stdout]      |
[INFO] [stdout] 8138 |     _dstX1: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_dstY1` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8139:5
[INFO] [stdout]      |
[INFO] [stdout] 8139 |     _dstY1: GLint,
[INFO] [stdout]      |     ^^^^^^ help: convert the identifier to snake case: `_dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeRGB` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8155:45
[INFO] [stdout]      |
[INFO] [stdout] 8155 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                             ^^^^^^^^ help: convert the identifier to snake case: `_mode_rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_modeAlpha` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8155:63
[INFO] [stdout]      |
[INFO] [stdout] 8155 |     unsafe extern "system" fn(_buf: GLuint, _modeRGB: GLenum, _modeAlpha: GLenum);
[INFO] [stdout]      |                                                               ^^^^^^^^^^ help: convert the identifier to snake case: `_mode_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_programObj` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8233:31
[INFO] [stdout]      |
[INFO] [stdout] 8233 |     unsafe extern "system" fn(_programObj: GLhandleARB, _name: *const GLcharARB) -> GLint;
[INFO] [stdout]      |                               ^^^^^^^^^^^ help: convert the identifier to snake case: `_program_obj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_bindingIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8290:5
[INFO] [stdout]      |
[INFO] [stdout] 8290 |     _bindingIndex: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_binding_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_wordIndex` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8291:5
[INFO] [stdout]      |
[INFO] [stdout] 8291 |     _wordIndex: GLuint,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_word_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8305:5
[INFO] [stdout]      |
[INFO] [stdout] 8305 |     _imageSize: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^ help: convert the identifier to snake case: `_image_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_signalGpu` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8319:31
[INFO] [stdout]      |
[INFO] [stdout] 8319 |     unsafe extern "system" fn(_signalGpu: GLuint, _waitGpuMask: GLbitfield);
[INFO] [stdout]      |                               ^^^^^^^^^^ help: convert the identifier to snake case: `_signal_gpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_waitGpuMask` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8319:51
[INFO] [stdout]      |
[INFO] [stdout] 8319 |     unsafe extern "system" fn(_signalGpu: GLuint, _waitGpuMask: GLbitfield);
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^ help: convert the identifier to snake case: `_wait_gpu_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_coverageSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8338:5
[INFO] [stdout]      |
[INFO] [stdout] 8338 |     _coverageSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_coverage_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_colorSamples` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8339:5
[INFO] [stdout]      |
[INFO] [stdout] 8339 |     _colorSamples: GLsizei,
[INFO] [stdout]      |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_color_samples`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `_imageSize` should have a snake case name
[INFO] [stdout]     --> src/command.rs:8438:5
[INFO] [stdout]      |
[WARN] too many lines in the log, truncating it
