[INFO] fetching crate miniaudio_aurex 0.11.26... [INFO] testing miniaudio_aurex-0.11.26 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate miniaudio_aurex 0.11.26 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate miniaudio_aurex 0.11.26 [INFO] finished tweaking crates.io crate miniaudio_aurex 0.11.26 [INFO] tweaked toml for crates.io crate miniaudio_aurex 0.11.26 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate miniaudio_aurex 0.11.26 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate miniaudio_aurex 0.11.26 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 857231d9eb2ba69c13e84bb505d7b6c318088642bd28e98f415f6ad6def5b840 [INFO] running `Command { std: "docker" "start" "-a" "857231d9eb2ba69c13e84bb505d7b6c318088642bd28e98f415f6ad6def5b840", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "857231d9eb2ba69c13e84bb505d7b6c318088642bd28e98f415f6ad6def5b840", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "857231d9eb2ba69c13e84bb505d7b6c318088642bd28e98f415f6ad6def5b840", kill_on_drop: false }` [INFO] [stdout] 857231d9eb2ba69c13e84bb505d7b6c318088642bd28e98f415f6ad6def5b840 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 56dfe5f94ec647d231d17f302fa98abe2e5bc7458599b648d5a9a8bed87c9cf0 [INFO] running `Command { std: "docker" "start" "-a" "56dfe5f94ec647d231d17f302fa98abe2e5bc7458599b648d5a9a8bed87c9cf0", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.32 [INFO] [stderr] Compiling miniaudio_aurex v0.11.26 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type wchar_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `max_align_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub type max_align_t = f64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaxAlignT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_int8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type ma_int8 = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MaInt8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_uint8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type ma_uint8 = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `MaUint8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_int16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | pub type ma_int16 = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `MaInt16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_uint16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | pub type ma_uint16 = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaUint16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_int32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | pub type ma_int32 = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `MaInt32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_uint32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | pub type ma_uint32 = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaUint32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_int64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | pub type ma_int64 = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `MaInt64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_uint64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | pub type ma_uint64 = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaUint64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_uintptr` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | pub type ma_uintptr = ma_uint64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `MaUintptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_bool8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | pub type ma_bool8 = ma_uint8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `MaBool8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_bool32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | pub type ma_bool32 = ma_uint32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaBool32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_float` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | pub type ma_float = f32; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `MaFloat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_double` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | pub type ma_double = f64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaDouble` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_handle` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | pub type ma_handle = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaHandle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_ptr` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | pub type ma_ptr = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `MaPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | pub type ma_proc = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MaProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_wchar_win32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:43:10 [INFO] [stdout] | [INFO] [stdout] 43 | pub type ma_wchar_win32 = wchar_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaWcharWin32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_log_level` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:48:10 [INFO] [stdout] | [INFO] [stdout] 48 | pub type ma_log_level = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaLogLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_channel` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | pub type ma_channel = ma_uint8; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `MaChannel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_ma_channel_position` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | pub type _ma_channel_position = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaChannelPosition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_result` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | pub type ma_result = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_stream_format` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | pub type ma_stream_format = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaStreamFormat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_stream_layout` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | pub type ma_stream_layout = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaStreamLayout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_dither_mode` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:186:10 [INFO] [stdout] | [INFO] [stdout] 186 | pub type ma_dither_mode = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDitherMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_format` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:194:10 [INFO] [stdout] | [INFO] [stdout] 194 | pub type ma_format = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaFormat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_standard_sample_rate` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:212:10 [INFO] [stdout] | [INFO] [stdout] 212 | pub type ma_standard_sample_rate = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaStandardSampleRate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_channel_mix_mode` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:217:10 [INFO] [stdout] | [INFO] [stdout] 217 | pub type ma_channel_mix_mode = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaChannelMixMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_standard_channel_map` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | pub type ma_standard_channel_map = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaStandardChannelMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_performance_profile` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:230:10 [INFO] [stdout] | [INFO] [stdout] 230 | pub type ma_performance_profile = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaPerformanceProfile` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_spinlock` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | pub type ma_spinlock = ma_uint32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaSpinlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_thread_priority` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | pub type ma_thread_priority = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaThreadPriority` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_thread` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | pub type ma_thread = ma_handle; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `MaThread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_mutex` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | pub type ma_mutex = ma_handle; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `MaMutex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_event` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:352:10 [INFO] [stdout] | [INFO] [stdout] 352 | pub type ma_event = ma_handle; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `MaEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_semaphore` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | pub type ma_semaphore = ma_handle; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaSemaphore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | pub type __gnuc_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GnucVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | pub type va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_log_callback_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | pub type ma_log_callback_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaLogCallbackProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_lpf2_config` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:609:10 [INFO] [stdout] | [INFO] [stdout] 609 | pub type ma_lpf2_config = ma_lpf1_config; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaLpf2Config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_hpf2_config` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:864:10 [INFO] [stdout] | [INFO] [stdout] 864 | pub type ma_hpf2_config = ma_hpf1_config; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaHpf2Config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_notch_config` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1282:10 [INFO] [stdout] | [INFO] [stdout] 1282 | pub type ma_notch_config = ma_notch2_config; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaNotchConfig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_peak_config` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1372:10 [INFO] [stdout] | [INFO] [stdout] 1372 | pub type ma_peak_config = ma_peak2_config; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaPeakConfig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_loshelf_config` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1463:10 [INFO] [stdout] | [INFO] [stdout] 1463 | pub type ma_loshelf_config = ma_loshelf2_config; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaLoshelfConfig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_hishelf_config` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1557:10 [INFO] [stdout] | [INFO] [stdout] 1557 | pub type ma_hishelf_config = ma_hishelf2_config; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaHishelfConfig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_pan_mode` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1813:10 [INFO] [stdout] | [INFO] [stdout] 1813 | pub type ma_pan_mode = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaPanMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_attenuation_model` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1996:10 [INFO] [stdout] | [INFO] [stdout] 1996 | pub type ma_attenuation_model = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaAttenuationModel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_positioning` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1999:10 [INFO] [stdout] | [INFO] [stdout] 1999 | pub type ma_positioning = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaPositioning` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_handedness` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2002:10 [INFO] [stdout] | [INFO] [stdout] 2002 | pub type ma_handedness = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaHandedness` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_resampling_backend` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2701:10 [INFO] [stdout] | [INFO] [stdout] 2701 | pub type ma_resampling_backend = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaResamplingBackend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_resample_algorithm` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2813:10 [INFO] [stdout] | [INFO] [stdout] 2813 | pub type ma_resample_algorithm = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaResampleAlgorithm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_channel_conversion_path` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3003:10 [INFO] [stdout] | [INFO] [stdout] 3003 | pub type ma_channel_conversion_path = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaChannelConversionPath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_mono_expansion_mode` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3008:10 [INFO] [stdout] | [INFO] [stdout] 3008 | pub type ma_mono_expansion_mode = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaMonoExpansionMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_data_converter_execution_path` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3244:10 [INFO] [stdout] | [INFO] [stdout] 3244 | pub type ma_data_converter_execution_path = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDataConverterExecutionPath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_data_source` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3689:10 [INFO] [stdout] | [INFO] [stdout] 3689 | pub type ma_data_source = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDataSource` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_data_source_get_next_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3751:10 [INFO] [stdout] | [INFO] [stdout] 3751 | pub type ma_data_source_get_next_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDataSourceGetNextProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_async_notification` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4744:10 [INFO] [stdout] | [INFO] [stdout] 4744 | pub type ma_async_notification = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaAsyncNotification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_job_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4921:10 [INFO] [stdout] | [INFO] [stdout] 4921 | pub type ma_job_proc = ::std::option::Option ma_result>; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaJobProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_job_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4935:10 [INFO] [stdout] | [INFO] [stdout] 4935 | pub type ma_job_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaJobType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_job_queue_flags` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5451:10 [INFO] [stdout] | [INFO] [stdout] 5451 | pub type ma_job_queue_flags = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaJobQueueFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_device_state` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5540:10 [INFO] [stdout] | [INFO] [stdout] 5540 | pub type ma_device_state = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDeviceState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_backend` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5589:10 [INFO] [stdout] | [INFO] [stdout] 5589 | pub type ma_backend = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `MaBackend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_device_notification_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5668:10 [INFO] [stdout] | [INFO] [stdout] 5668 | pub type ma_device_notification_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDeviceNotificationType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_device_notification_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5775:10 [INFO] [stdout] | [INFO] [stdout] 5775 | pub type ma_device_notification_proc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDeviceNotificationProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_device_data_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5777:10 [INFO] [stdout] | [INFO] [stdout] 5777 | pub type ma_device_data_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDeviceDataProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_stop_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5785:10 [INFO] [stdout] | [INFO] [stdout] 5785 | pub type ma_stop_proc = ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaStopProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_device_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5790:10 [INFO] [stdout] | [INFO] [stdout] 5790 | pub type ma_device_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDeviceType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_share_mode` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5793:10 [INFO] [stdout] | [INFO] [stdout] 5793 | pub type ma_share_mode = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaShareMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_ios_session_category` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5803:10 [INFO] [stdout] | [INFO] [stdout] 5803 | pub type ma_ios_session_category = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaIosSessionCategory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_ios_session_category_option` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5817:10 [INFO] [stdout] | [INFO] [stdout] 5817 | pub type ma_ios_session_category_option = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaIosSessionCategoryOption` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_opensl_stream_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5825:10 [INFO] [stdout] | [INFO] [stdout] 5825 | pub type ma_opensl_stream_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaOpenslStreamType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_opensl_recording_preset` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5838:10 [INFO] [stdout] | [INFO] [stdout] 5838 | pub type ma_opensl_recording_preset = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaOpenslRecordingPreset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_wasapi_usage` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5842:10 [INFO] [stdout] | [INFO] [stdout] 5842 | pub type ma_wasapi_usage = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaWasapiUsage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_aaudio_usage` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5860:10 [INFO] [stdout] | [INFO] [stdout] 5860 | pub type ma_aaudio_usage = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaAaudioUsage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_aaudio_content_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5866:10 [INFO] [stdout] | [INFO] [stdout] 5866 | pub type ma_aaudio_content_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaAaudioContentType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_aaudio_input_preset` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5877:10 [INFO] [stdout] | [INFO] [stdout] 5877 | pub type ma_aaudio_input_preset = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaAaudioInputPreset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_aaudio_allowed_capture_policy` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5886:10 [INFO] [stdout] | [INFO] [stdout] 5886 | pub type ma_aaudio_allowed_capture_policy = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaAaudioAllowedCapturePolicy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_enum_devices_callback_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:6313:10 [INFO] [stdout] | [INFO] [stdout] 6313 | pub type ma_enum_devices_callback_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEnumDevicesCallbackProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_vfs` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8285:10 [INFO] [stdout] | [INFO] [stdout] 8285 | pub type ma_vfs = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `MaVfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_vfs_file` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8286:10 [INFO] [stdout] | [INFO] [stdout] 8286 | pub type ma_vfs_file = ma_handle; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaVfsFile` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_open_mode_flags` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8289:10 [INFO] [stdout] | [INFO] [stdout] 8289 | pub type ma_open_mode_flags = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaOpenModeFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_seek_origin` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8293:10 [INFO] [stdout] | [INFO] [stdout] 8293 | pub type ma_seek_origin = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaSeekOrigin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_read_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8471:10 [INFO] [stdout] | [INFO] [stdout] 8471 | pub type ma_read_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaReadProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_seek_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8479:10 [INFO] [stdout] | [INFO] [stdout] 8479 | pub type ma_seek_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaSeekProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_tell_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8486:10 [INFO] [stdout] | [INFO] [stdout] 8486 | pub type ma_tell_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaTellProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_encoding_format` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8497:10 [INFO] [stdout] | [INFO] [stdout] 8497 | pub type ma_encoding_format = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEncodingFormat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_decoder_read_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8589:10 [INFO] [stdout] | [INFO] [stdout] 8589 | pub type ma_decoder_read_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDecoderReadProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_decoder_seek_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8597:10 [INFO] [stdout] | [INFO] [stdout] 8597 | pub type ma_decoder_seek_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDecoderSeekProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_decoder_tell_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8604:10 [INFO] [stdout] | [INFO] [stdout] 8604 | pub type ma_decoder_tell_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaDecoderTellProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_encoder_write_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8898:10 [INFO] [stdout] | [INFO] [stdout] 8898 | pub type ma_encoder_write_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEncoderWriteProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_encoder_seek_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8906:10 [INFO] [stdout] | [INFO] [stdout] 8906 | pub type ma_encoder_seek_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEncoderSeekProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_encoder_init_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8913:10 [INFO] [stdout] | [INFO] [stdout] 8913 | pub type ma_encoder_init_proc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEncoderInitProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_encoder_uninit_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8915:10 [INFO] [stdout] | [INFO] [stdout] 8915 | pub type ma_encoder_uninit_proc = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEncoderUninitProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_encoder_write_pcm_frames_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8917:10 [INFO] [stdout] | [INFO] [stdout] 8917 | pub type ma_encoder_write_pcm_frames_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEncoderWritePcmFramesProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_waveform_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9073:10 [INFO] [stdout] | [INFO] [stdout] 9073 | pub type ma_waveform_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaWaveformType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_noise_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9260:10 [INFO] [stdout] | [INFO] [stdout] 9260 | pub type ma_noise_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaNoiseType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_resource_manager_data_source_flags` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9423:10 [INFO] [stdout] | [INFO] [stdout] 9423 | pub type ma_resource_manager_data_source_flags = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaResourceManagerDataSourceFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_resource_manager_flags` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9468:10 [INFO] [stdout] | [INFO] [stdout] 9468 | pub type ma_resource_manager_flags = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaResourceManagerFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_resource_manager_data_supply_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:9533:10 [INFO] [stdout] | [INFO] [stdout] 9533 | pub type ma_resource_manager_data_supply_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaResourceManagerDataSupplyType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_node` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10390:10 [INFO] [stdout] | [INFO] [stdout] 10390 | pub type ma_node = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `MaNode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_node_flags` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10396:10 [INFO] [stdout] | [INFO] [stdout] 10396 | pub type ma_node_flags = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaNodeFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_node_state` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10399:10 [INFO] [stdout] | [INFO] [stdout] 10399 | pub type ma_node_state = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaNodeState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_sound_flags` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11439:10 [INFO] [stdout] | [INFO] [stdout] 11439 | pub type ma_sound_flags = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaSoundFlags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_engine_node_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11442:10 [INFO] [stdout] | [INFO] [stdout] 11442 | pub type ma_engine_node_type = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEngineNodeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_sound_end_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11613:10 [INFO] [stdout] | [INFO] [stdout] 11613 | pub type ma_sound_end_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaSoundEndProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_sound_group_config` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11753:10 [INFO] [stdout] | [INFO] [stdout] 11753 | pub type ma_sound_group_config = ma_sound_config; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaSoundGroupConfig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_sound_group` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11754:10 [INFO] [stdout] | [INFO] [stdout] 11754 | pub type ma_sound_group = ma_sound; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaSoundGroup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ma_engine_process_proc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11761:10 [INFO] [stdout] | [INFO] [stdout] 11761 | pub type ma_engine_process_proc = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaEngineProcessProc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:12687:10 [INFO] [stdout] | [INFO] [stdout] 12687 | pub type __builtin_va_list = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_log_level_MA_LOG_LEVEL_DEBUG` should have an upper case name [INFO] [stdout] --> src/lib.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | pub const ma_log_level_MA_LOG_LEVEL_DEBUG: ma_log_level = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_LOG_LEVEL_MA_LOG_LEVEL_DEBUG` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_log_level_MA_LOG_LEVEL_INFO` should have an upper case name [INFO] [stdout] --> src/lib.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | pub const ma_log_level_MA_LOG_LEVEL_INFO: ma_log_level = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_LOG_LEVEL_MA_LOG_LEVEL_INFO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_log_level_MA_LOG_LEVEL_WARNING` should have an upper case name [INFO] [stdout] --> src/lib.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | pub const ma_log_level_MA_LOG_LEVEL_WARNING: ma_log_level = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_LOG_LEVEL_MA_LOG_LEVEL_WARNING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_log_level_MA_LOG_LEVEL_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | pub const ma_log_level_MA_LOG_LEVEL_ERROR: ma_log_level = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_LOG_LEVEL_MA_LOG_LEVEL_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_NONE` should have an upper case name [INFO] [stdout] --> src/lib.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | pub const _ma_channel_position_MA_CHANNEL_NONE: _ma_channel_position = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_MONO` should have an upper case name [INFO] [stdout] --> src/lib.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | pub const _ma_channel_position_MA_CHANNEL_MONO: _ma_channel_position = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_MONO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_FRONT_LEFT` should have an upper case name [INFO] [stdout] --> src/lib.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | pub const _ma_channel_position_MA_CHANNEL_FRONT_LEFT: _ma_channel_position = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_FRONT_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_FRONT_RIGHT` should have an upper case name [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | pub const _ma_channel_position_MA_CHANNEL_FRONT_RIGHT: _ma_channel_position = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_FRONT_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_FRONT_CENTER` should have an upper case name [INFO] [stdout] --> src/lib.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | pub const _ma_channel_position_MA_CHANNEL_FRONT_CENTER: _ma_channel_position = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_FRONT_CENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_LFE` should have an upper case name [INFO] [stdout] --> src/lib.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | pub const _ma_channel_position_MA_CHANNEL_LFE: _ma_channel_position = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_LFE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_BACK_LEFT` should have an upper case name [INFO] [stdout] --> src/lib.rs:56:11 [INFO] [stdout] | [INFO] [stdout] 56 | pub const _ma_channel_position_MA_CHANNEL_BACK_LEFT: _ma_channel_position = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_BACK_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_BACK_RIGHT` should have an upper case name [INFO] [stdout] --> src/lib.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | pub const _ma_channel_position_MA_CHANNEL_BACK_RIGHT: _ma_channel_position = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_BACK_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_FRONT_LEFT_CENTER` should have an upper case name [INFO] [stdout] --> src/lib.rs:58:11 [INFO] [stdout] | [INFO] [stdout] 58 | pub const _ma_channel_position_MA_CHANNEL_FRONT_LEFT_CENTER: _ma_channel_position = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_FRONT_LEFT_CENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_FRONT_RIGHT_CENTER` should have an upper case name [INFO] [stdout] --> src/lib.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | pub const _ma_channel_position_MA_CHANNEL_FRONT_RIGHT_CENTER: _ma_channel_position = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_FRONT_RIGHT_CENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_BACK_CENTER` should have an upper case name [INFO] [stdout] --> src/lib.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | pub const _ma_channel_position_MA_CHANNEL_BACK_CENTER: _ma_channel_position = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_BACK_CENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_SIDE_LEFT` should have an upper case name [INFO] [stdout] --> src/lib.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | pub const _ma_channel_position_MA_CHANNEL_SIDE_LEFT: _ma_channel_position = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_SIDE_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_SIDE_RIGHT` should have an upper case name [INFO] [stdout] --> src/lib.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | pub const _ma_channel_position_MA_CHANNEL_SIDE_RIGHT: _ma_channel_position = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_SIDE_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_TOP_CENTER` should have an upper case name [INFO] [stdout] --> src/lib.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | pub const _ma_channel_position_MA_CHANNEL_TOP_CENTER: _ma_channel_position = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_TOP_CENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_TOP_FRONT_LEFT` should have an upper case name [INFO] [stdout] --> src/lib.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub const _ma_channel_position_MA_CHANNEL_TOP_FRONT_LEFT: _ma_channel_position = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_TOP_FRONT_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_TOP_FRONT_CENTER` should have an upper case name [INFO] [stdout] --> src/lib.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | pub const _ma_channel_position_MA_CHANNEL_TOP_FRONT_CENTER: _ma_channel_position = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_TOP_FRONT_CENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_TOP_FRONT_RIGHT` should have an upper case name [INFO] [stdout] --> src/lib.rs:66:11 [INFO] [stdout] | [INFO] [stdout] 66 | pub const _ma_channel_position_MA_CHANNEL_TOP_FRONT_RIGHT: _ma_channel_position = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_TOP_FRONT_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_TOP_BACK_LEFT` should have an upper case name [INFO] [stdout] --> src/lib.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | pub const _ma_channel_position_MA_CHANNEL_TOP_BACK_LEFT: _ma_channel_position = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_TOP_BACK_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_TOP_BACK_CENTER` should have an upper case name [INFO] [stdout] --> src/lib.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | pub const _ma_channel_position_MA_CHANNEL_TOP_BACK_CENTER: _ma_channel_position = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_TOP_BACK_CENTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_TOP_BACK_RIGHT` should have an upper case name [INFO] [stdout] --> src/lib.rs:69:11 [INFO] [stdout] | [INFO] [stdout] 69 | pub const _ma_channel_position_MA_CHANNEL_TOP_BACK_RIGHT: _ma_channel_position = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_TOP_BACK_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_0` should have an upper case name [INFO] [stdout] --> src/lib.rs:70:11 [INFO] [stdout] | [INFO] [stdout] 70 | pub const _ma_channel_position_MA_CHANNEL_AUX_0: _ma_channel_position = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_1` should have an upper case name [INFO] [stdout] --> src/lib.rs:71:11 [INFO] [stdout] | [INFO] [stdout] 71 | pub const _ma_channel_position_MA_CHANNEL_AUX_1: _ma_channel_position = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_2` should have an upper case name [INFO] [stdout] --> src/lib.rs:72:11 [INFO] [stdout] | [INFO] [stdout] 72 | pub const _ma_channel_position_MA_CHANNEL_AUX_2: _ma_channel_position = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_3` should have an upper case name [INFO] [stdout] --> src/lib.rs:73:11 [INFO] [stdout] | [INFO] [stdout] 73 | pub const _ma_channel_position_MA_CHANNEL_AUX_3: _ma_channel_position = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_4` should have an upper case name [INFO] [stdout] --> src/lib.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const _ma_channel_position_MA_CHANNEL_AUX_4: _ma_channel_position = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_5` should have an upper case name [INFO] [stdout] --> src/lib.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 75 | pub const _ma_channel_position_MA_CHANNEL_AUX_5: _ma_channel_position = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_6` should have an upper case name [INFO] [stdout] --> src/lib.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | pub const _ma_channel_position_MA_CHANNEL_AUX_6: _ma_channel_position = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_7` should have an upper case name [INFO] [stdout] --> src/lib.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | pub const _ma_channel_position_MA_CHANNEL_AUX_7: _ma_channel_position = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_8` should have an upper case name [INFO] [stdout] --> src/lib.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | pub const _ma_channel_position_MA_CHANNEL_AUX_8: _ma_channel_position = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_9` should have an upper case name [INFO] [stdout] --> src/lib.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | pub const _ma_channel_position_MA_CHANNEL_AUX_9: _ma_channel_position = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_10` should have an upper case name [INFO] [stdout] --> src/lib.rs:80:11 [INFO] [stdout] | [INFO] [stdout] 80 | pub const _ma_channel_position_MA_CHANNEL_AUX_10: _ma_channel_position = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_11` should have an upper case name [INFO] [stdout] --> src/lib.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | pub const _ma_channel_position_MA_CHANNEL_AUX_11: _ma_channel_position = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_12` should have an upper case name [INFO] [stdout] --> src/lib.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | pub const _ma_channel_position_MA_CHANNEL_AUX_12: _ma_channel_position = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_13` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const _ma_channel_position_MA_CHANNEL_AUX_13: _ma_channel_position = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_14` should have an upper case name [INFO] [stdout] --> src/lib.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const _ma_channel_position_MA_CHANNEL_AUX_14: _ma_channel_position = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_15` should have an upper case name [INFO] [stdout] --> src/lib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const _ma_channel_position_MA_CHANNEL_AUX_15: _ma_channel_position = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_16` should have an upper case name [INFO] [stdout] --> src/lib.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | pub const _ma_channel_position_MA_CHANNEL_AUX_16: _ma_channel_position = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_17` should have an upper case name [INFO] [stdout] --> src/lib.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub const _ma_channel_position_MA_CHANNEL_AUX_17: _ma_channel_position = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_18` should have an upper case name [INFO] [stdout] --> src/lib.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | pub const _ma_channel_position_MA_CHANNEL_AUX_18: _ma_channel_position = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_19` should have an upper case name [INFO] [stdout] --> src/lib.rs:89:11 [INFO] [stdout] | [INFO] [stdout] 89 | pub const _ma_channel_position_MA_CHANNEL_AUX_19: _ma_channel_position = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_20` should have an upper case name [INFO] [stdout] --> src/lib.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | pub const _ma_channel_position_MA_CHANNEL_AUX_20: _ma_channel_position = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_21` should have an upper case name [INFO] [stdout] --> src/lib.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | pub const _ma_channel_position_MA_CHANNEL_AUX_21: _ma_channel_position = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_22` should have an upper case name [INFO] [stdout] --> src/lib.rs:92:11 [INFO] [stdout] | [INFO] [stdout] 92 | pub const _ma_channel_position_MA_CHANNEL_AUX_22: _ma_channel_position = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_23` should have an upper case name [INFO] [stdout] --> src/lib.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub const _ma_channel_position_MA_CHANNEL_AUX_23: _ma_channel_position = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_24` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:11 [INFO] [stdout] | [INFO] [stdout] 94 | pub const _ma_channel_position_MA_CHANNEL_AUX_24: _ma_channel_position = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_25` should have an upper case name [INFO] [stdout] --> src/lib.rs:95:11 [INFO] [stdout] | [INFO] [stdout] 95 | pub const _ma_channel_position_MA_CHANNEL_AUX_25: _ma_channel_position = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_26` should have an upper case name [INFO] [stdout] --> src/lib.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | pub const _ma_channel_position_MA_CHANNEL_AUX_26: _ma_channel_position = 46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_27` should have an upper case name [INFO] [stdout] --> src/lib.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | pub const _ma_channel_position_MA_CHANNEL_AUX_27: _ma_channel_position = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_28` should have an upper case name [INFO] [stdout] --> src/lib.rs:98:11 [INFO] [stdout] | [INFO] [stdout] 98 | pub const _ma_channel_position_MA_CHANNEL_AUX_28: _ma_channel_position = 48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_29` should have an upper case name [INFO] [stdout] --> src/lib.rs:99:11 [INFO] [stdout] | [INFO] [stdout] 99 | pub const _ma_channel_position_MA_CHANNEL_AUX_29: _ma_channel_position = 49; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_30` should have an upper case name [INFO] [stdout] --> src/lib.rs:100:11 [INFO] [stdout] | [INFO] [stdout] 100 | pub const _ma_channel_position_MA_CHANNEL_AUX_30: _ma_channel_position = 50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_AUX_31` should have an upper case name [INFO] [stdout] --> src/lib.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | pub const _ma_channel_position_MA_CHANNEL_AUX_31: _ma_channel_position = 51; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_AUX_31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_POSITION_COUNT` should have an upper case name [INFO] [stdout] --> src/lib.rs:102:11 [INFO] [stdout] | [INFO] [stdout] 102 | pub const _ma_channel_position_MA_CHANNEL_POSITION_COUNT: _ma_channel_position = 52; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_POSITION_COUNT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_LEFT` should have an upper case name [INFO] [stdout] --> src/lib.rs:103:11 [INFO] [stdout] | [INFO] [stdout] 103 | pub const _ma_channel_position_MA_CHANNEL_LEFT: _ma_channel_position = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_ma_channel_position_MA_CHANNEL_RIGHT` should have an upper case name [INFO] [stdout] --> src/lib.rs:104:11 [INFO] [stdout] | [INFO] [stdout] 104 | pub const _ma_channel_position_MA_CHANNEL_RIGHT: _ma_channel_position = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_MA_CHANNEL_POSITION_MA_CHANNEL_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_SUCCESS` should have an upper case name [INFO] [stdout] --> src/lib.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub const ma_result_MA_SUCCESS: ma_result = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_SUCCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:11 [INFO] [stdout] | [INFO] [stdout] 107 | pub const ma_result_MA_ERROR: ma_result = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_INVALID_ARGS` should have an upper case name [INFO] [stdout] --> src/lib.rs:108:11 [INFO] [stdout] | [INFO] [stdout] 108 | pub const ma_result_MA_INVALID_ARGS: ma_result = -2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_INVALID_ARGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_INVALID_OPERATION` should have an upper case name [INFO] [stdout] --> src/lib.rs:109:11 [INFO] [stdout] | [INFO] [stdout] 109 | pub const ma_result_MA_INVALID_OPERATION: ma_result = -3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_INVALID_OPERATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_OUT_OF_MEMORY` should have an upper case name [INFO] [stdout] --> src/lib.rs:110:11 [INFO] [stdout] | [INFO] [stdout] 110 | pub const ma_result_MA_OUT_OF_MEMORY: ma_result = -4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_OUT_OF_RANGE` should have an upper case name [INFO] [stdout] --> src/lib.rs:111:11 [INFO] [stdout] | [INFO] [stdout] 111 | pub const ma_result_MA_OUT_OF_RANGE: ma_result = -5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_OUT_OF_RANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_ACCESS_DENIED` should have an upper case name [INFO] [stdout] --> src/lib.rs:112:11 [INFO] [stdout] | [INFO] [stdout] 112 | pub const ma_result_MA_ACCESS_DENIED: ma_result = -6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_ACCESS_DENIED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_DOES_NOT_EXIST` should have an upper case name [INFO] [stdout] --> src/lib.rs:113:11 [INFO] [stdout] | [INFO] [stdout] 113 | pub const ma_result_MA_DOES_NOT_EXIST: ma_result = -7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_DOES_NOT_EXIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_ALREADY_EXISTS` should have an upper case name [INFO] [stdout] --> src/lib.rs:114:11 [INFO] [stdout] | [INFO] [stdout] 114 | pub const ma_result_MA_ALREADY_EXISTS: ma_result = -8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_ALREADY_EXISTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_TOO_MANY_OPEN_FILES` should have an upper case name [INFO] [stdout] --> src/lib.rs:115:11 [INFO] [stdout] | [INFO] [stdout] 115 | pub const ma_result_MA_TOO_MANY_OPEN_FILES: ma_result = -9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_TOO_MANY_OPEN_FILES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_INVALID_FILE` should have an upper case name [INFO] [stdout] --> src/lib.rs:116:11 [INFO] [stdout] | [INFO] [stdout] 116 | pub const ma_result_MA_INVALID_FILE: ma_result = -10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_INVALID_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_TOO_BIG` should have an upper case name [INFO] [stdout] --> src/lib.rs:117:11 [INFO] [stdout] | [INFO] [stdout] 117 | pub const ma_result_MA_TOO_BIG: ma_result = -11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_TOO_BIG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_PATH_TOO_LONG` should have an upper case name [INFO] [stdout] --> src/lib.rs:118:11 [INFO] [stdout] | [INFO] [stdout] 118 | pub const ma_result_MA_PATH_TOO_LONG: ma_result = -12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_PATH_TOO_LONG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NAME_TOO_LONG` should have an upper case name [INFO] [stdout] --> src/lib.rs:119:11 [INFO] [stdout] | [INFO] [stdout] 119 | pub const ma_result_MA_NAME_TOO_LONG: ma_result = -13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NAME_TOO_LONG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NOT_DIRECTORY` should have an upper case name [INFO] [stdout] --> src/lib.rs:120:11 [INFO] [stdout] | [INFO] [stdout] 120 | pub const ma_result_MA_NOT_DIRECTORY: ma_result = -14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NOT_DIRECTORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_IS_DIRECTORY` should have an upper case name [INFO] [stdout] --> src/lib.rs:121:11 [INFO] [stdout] | [INFO] [stdout] 121 | pub const ma_result_MA_IS_DIRECTORY: ma_result = -15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_IS_DIRECTORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_DIRECTORY_NOT_EMPTY` should have an upper case name [INFO] [stdout] --> src/lib.rs:122:11 [INFO] [stdout] | [INFO] [stdout] 122 | pub const ma_result_MA_DIRECTORY_NOT_EMPTY: ma_result = -16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_DIRECTORY_NOT_EMPTY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_AT_END` should have an upper case name [INFO] [stdout] --> src/lib.rs:123:11 [INFO] [stdout] | [INFO] [stdout] 123 | pub const ma_result_MA_AT_END: ma_result = -17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_AT_END` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NO_SPACE` should have an upper case name [INFO] [stdout] --> src/lib.rs:124:11 [INFO] [stdout] | [INFO] [stdout] 124 | pub const ma_result_MA_NO_SPACE: ma_result = -18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NO_SPACE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_BUSY` should have an upper case name [INFO] [stdout] --> src/lib.rs:125:11 [INFO] [stdout] | [INFO] [stdout] 125 | pub const ma_result_MA_BUSY: ma_result = -19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_BUSY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_IO_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:126:11 [INFO] [stdout] | [INFO] [stdout] 126 | pub const ma_result_MA_IO_ERROR: ma_result = -20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_IO_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_INTERRUPT` should have an upper case name [INFO] [stdout] --> src/lib.rs:127:11 [INFO] [stdout] | [INFO] [stdout] 127 | pub const ma_result_MA_INTERRUPT: ma_result = -21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_INTERRUPT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_UNAVAILABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:128:11 [INFO] [stdout] | [INFO] [stdout] 128 | pub const ma_result_MA_UNAVAILABLE: ma_result = -22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_UNAVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_ALREADY_IN_USE` should have an upper case name [INFO] [stdout] --> src/lib.rs:129:11 [INFO] [stdout] | [INFO] [stdout] 129 | pub const ma_result_MA_ALREADY_IN_USE: ma_result = -23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_ALREADY_IN_USE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_BAD_ADDRESS` should have an upper case name [INFO] [stdout] --> src/lib.rs:130:11 [INFO] [stdout] | [INFO] [stdout] 130 | pub const ma_result_MA_BAD_ADDRESS: ma_result = -24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_BAD_ADDRESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_BAD_SEEK` should have an upper case name [INFO] [stdout] --> src/lib.rs:131:11 [INFO] [stdout] | [INFO] [stdout] 131 | pub const ma_result_MA_BAD_SEEK: ma_result = -25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_BAD_SEEK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_BAD_PIPE` should have an upper case name [INFO] [stdout] --> src/lib.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | pub const ma_result_MA_BAD_PIPE: ma_result = -26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_BAD_PIPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_DEADLOCK` should have an upper case name [INFO] [stdout] --> src/lib.rs:133:11 [INFO] [stdout] | [INFO] [stdout] 133 | pub const ma_result_MA_DEADLOCK: ma_result = -27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_DEADLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_TOO_MANY_LINKS` should have an upper case name [INFO] [stdout] --> src/lib.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | pub const ma_result_MA_TOO_MANY_LINKS: ma_result = -28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_TOO_MANY_LINKS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NOT_IMPLEMENTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:135:11 [INFO] [stdout] | [INFO] [stdout] 135 | pub const ma_result_MA_NOT_IMPLEMENTED: ma_result = -29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NOT_IMPLEMENTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NO_MESSAGE` should have an upper case name [INFO] [stdout] --> src/lib.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 136 | pub const ma_result_MA_NO_MESSAGE: ma_result = -30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NO_MESSAGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_BAD_MESSAGE` should have an upper case name [INFO] [stdout] --> src/lib.rs:137:11 [INFO] [stdout] | [INFO] [stdout] 137 | pub const ma_result_MA_BAD_MESSAGE: ma_result = -31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_BAD_MESSAGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NO_DATA_AVAILABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:138:11 [INFO] [stdout] | [INFO] [stdout] 138 | pub const ma_result_MA_NO_DATA_AVAILABLE: ma_result = -32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NO_DATA_AVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_INVALID_DATA` should have an upper case name [INFO] [stdout] --> src/lib.rs:139:11 [INFO] [stdout] | [INFO] [stdout] 139 | pub const ma_result_MA_INVALID_DATA: ma_result = -33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_INVALID_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_TIMEOUT` should have an upper case name [INFO] [stdout] --> src/lib.rs:140:11 [INFO] [stdout] | [INFO] [stdout] 140 | pub const ma_result_MA_TIMEOUT: ma_result = -34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_TIMEOUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NO_NETWORK` should have an upper case name [INFO] [stdout] --> src/lib.rs:141:11 [INFO] [stdout] | [INFO] [stdout] 141 | pub const ma_result_MA_NO_NETWORK: ma_result = -35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NO_NETWORK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NOT_UNIQUE` should have an upper case name [INFO] [stdout] --> src/lib.rs:142:11 [INFO] [stdout] | [INFO] [stdout] 142 | pub const ma_result_MA_NOT_UNIQUE: ma_result = -36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NOT_UNIQUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NOT_SOCKET` should have an upper case name [INFO] [stdout] --> src/lib.rs:143:11 [INFO] [stdout] | [INFO] [stdout] 143 | pub const ma_result_MA_NOT_SOCKET: ma_result = -37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NOT_SOCKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NO_ADDRESS` should have an upper case name [INFO] [stdout] --> src/lib.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | pub const ma_result_MA_NO_ADDRESS: ma_result = -38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NO_ADDRESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_BAD_PROTOCOL` should have an upper case name [INFO] [stdout] --> src/lib.rs:145:11 [INFO] [stdout] | [INFO] [stdout] 145 | pub const ma_result_MA_BAD_PROTOCOL: ma_result = -39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_BAD_PROTOCOL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_PROTOCOL_UNAVAILABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | pub const ma_result_MA_PROTOCOL_UNAVAILABLE: ma_result = -40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_PROTOCOL_UNAVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_PROTOCOL_NOT_SUPPORTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:147:11 [INFO] [stdout] | [INFO] [stdout] 147 | pub const ma_result_MA_PROTOCOL_NOT_SUPPORTED: ma_result = -41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_PROTOCOL_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_PROTOCOL_FAMILY_NOT_SUPPORTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:148:11 [INFO] [stdout] | [INFO] [stdout] 148 | pub const ma_result_MA_PROTOCOL_FAMILY_NOT_SUPPORTED: ma_result = -42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_PROTOCOL_FAMILY_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_ADDRESS_FAMILY_NOT_SUPPORTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:149:11 [INFO] [stdout] | [INFO] [stdout] 149 | pub const ma_result_MA_ADDRESS_FAMILY_NOT_SUPPORTED: ma_result = -43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_ADDRESS_FAMILY_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_SOCKET_NOT_SUPPORTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:150:11 [INFO] [stdout] | [INFO] [stdout] 150 | pub const ma_result_MA_SOCKET_NOT_SUPPORTED: ma_result = -44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_SOCKET_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_CONNECTION_RESET` should have an upper case name [INFO] [stdout] --> src/lib.rs:151:11 [INFO] [stdout] | [INFO] [stdout] 151 | pub const ma_result_MA_CONNECTION_RESET: ma_result = -45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_CONNECTION_RESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_ALREADY_CONNECTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub const ma_result_MA_ALREADY_CONNECTED: ma_result = -46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_ALREADY_CONNECTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NOT_CONNECTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:153:11 [INFO] [stdout] | [INFO] [stdout] 153 | pub const ma_result_MA_NOT_CONNECTED: ma_result = -47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NOT_CONNECTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_CONNECTION_REFUSED` should have an upper case name [INFO] [stdout] --> src/lib.rs:154:11 [INFO] [stdout] | [INFO] [stdout] 154 | pub const ma_result_MA_CONNECTION_REFUSED: ma_result = -48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_CONNECTION_REFUSED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NO_HOST` should have an upper case name [INFO] [stdout] --> src/lib.rs:155:11 [INFO] [stdout] | [INFO] [stdout] 155 | pub const ma_result_MA_NO_HOST: ma_result = -49; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NO_HOST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_IN_PROGRESS` should have an upper case name [INFO] [stdout] --> src/lib.rs:156:11 [INFO] [stdout] | [INFO] [stdout] 156 | pub const ma_result_MA_IN_PROGRESS: ma_result = -50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_IN_PROGRESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_CANCELLED` should have an upper case name [INFO] [stdout] --> src/lib.rs:157:11 [INFO] [stdout] | [INFO] [stdout] 157 | pub const ma_result_MA_CANCELLED: ma_result = -51; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_CANCELLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_MEMORY_ALREADY_MAPPED` should have an upper case name [INFO] [stdout] --> src/lib.rs:158:11 [INFO] [stdout] | [INFO] [stdout] 158 | pub const ma_result_MA_MEMORY_ALREADY_MAPPED: ma_result = -52; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_MEMORY_ALREADY_MAPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_CRC_MISMATCH` should have an upper case name [INFO] [stdout] --> src/lib.rs:159:11 [INFO] [stdout] | [INFO] [stdout] 159 | pub const ma_result_MA_CRC_MISMATCH: ma_result = -100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_CRC_MISMATCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_FORMAT_NOT_SUPPORTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:160:11 [INFO] [stdout] | [INFO] [stdout] 160 | pub const ma_result_MA_FORMAT_NOT_SUPPORTED: ma_result = -200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_FORMAT_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_DEVICE_TYPE_NOT_SUPPORTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:161:11 [INFO] [stdout] | [INFO] [stdout] 161 | pub const ma_result_MA_DEVICE_TYPE_NOT_SUPPORTED: ma_result = -201; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_DEVICE_TYPE_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_SHARE_MODE_NOT_SUPPORTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:162:11 [INFO] [stdout] | [INFO] [stdout] 162 | pub const ma_result_MA_SHARE_MODE_NOT_SUPPORTED: ma_result = -202; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_SHARE_MODE_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NO_BACKEND` should have an upper case name [INFO] [stdout] --> src/lib.rs:163:11 [INFO] [stdout] | [INFO] [stdout] 163 | pub const ma_result_MA_NO_BACKEND: ma_result = -203; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NO_BACKEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_NO_DEVICE` should have an upper case name [INFO] [stdout] --> src/lib.rs:164:11 [INFO] [stdout] | [INFO] [stdout] 164 | pub const ma_result_MA_NO_DEVICE: ma_result = -204; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_NO_DEVICE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_API_NOT_FOUND` should have an upper case name [INFO] [stdout] --> src/lib.rs:165:11 [INFO] [stdout] | [INFO] [stdout] 165 | pub const ma_result_MA_API_NOT_FOUND: ma_result = -205; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_API_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_INVALID_DEVICE_CONFIG` should have an upper case name [INFO] [stdout] --> src/lib.rs:166:11 [INFO] [stdout] | [INFO] [stdout] 166 | pub const ma_result_MA_INVALID_DEVICE_CONFIG: ma_result = -206; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_INVALID_DEVICE_CONFIG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_LOOP` should have an upper case name [INFO] [stdout] --> src/lib.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | pub const ma_result_MA_LOOP: ma_result = -207; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_LOOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_BACKEND_NOT_ENABLED` should have an upper case name [INFO] [stdout] --> src/lib.rs:168:11 [INFO] [stdout] | [INFO] [stdout] 168 | pub const ma_result_MA_BACKEND_NOT_ENABLED: ma_result = -208; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_BACKEND_NOT_ENABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_DEVICE_NOT_INITIALIZED` should have an upper case name [INFO] [stdout] --> src/lib.rs:169:11 [INFO] [stdout] | [INFO] [stdout] 169 | pub const ma_result_MA_DEVICE_NOT_INITIALIZED: ma_result = -300; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_DEVICE_NOT_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_DEVICE_ALREADY_INITIALIZED` should have an upper case name [INFO] [stdout] --> src/lib.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub const ma_result_MA_DEVICE_ALREADY_INITIALIZED: ma_result = -301; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_DEVICE_ALREADY_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_DEVICE_NOT_STARTED` should have an upper case name [INFO] [stdout] --> src/lib.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | pub const ma_result_MA_DEVICE_NOT_STARTED: ma_result = -302; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_DEVICE_NOT_STARTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_DEVICE_NOT_STOPPED` should have an upper case name [INFO] [stdout] --> src/lib.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | pub const ma_result_MA_DEVICE_NOT_STOPPED: ma_result = -303; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_DEVICE_NOT_STOPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_FAILED_TO_INIT_BACKEND` should have an upper case name [INFO] [stdout] --> src/lib.rs:173:11 [INFO] [stdout] | [INFO] [stdout] 173 | pub const ma_result_MA_FAILED_TO_INIT_BACKEND: ma_result = -400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_FAILED_TO_INIT_BACKEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_FAILED_TO_OPEN_BACKEND_DEVICE` should have an upper case name [INFO] [stdout] --> src/lib.rs:174:11 [INFO] [stdout] | [INFO] [stdout] 174 | pub const ma_result_MA_FAILED_TO_OPEN_BACKEND_DEVICE: ma_result = -401; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_FAILED_TO_OPEN_BACKEND_DEVICE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_FAILED_TO_START_BACKEND_DEVICE` should have an upper case name [INFO] [stdout] --> src/lib.rs:175:11 [INFO] [stdout] | [INFO] [stdout] 175 | pub const ma_result_MA_FAILED_TO_START_BACKEND_DEVICE: ma_result = -402; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_FAILED_TO_START_BACKEND_DEVICE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_result_MA_FAILED_TO_STOP_BACKEND_DEVICE` should have an upper case name [INFO] [stdout] --> src/lib.rs:176:11 [INFO] [stdout] | [INFO] [stdout] 176 | pub const ma_result_MA_FAILED_TO_STOP_BACKEND_DEVICE: ma_result = -403; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESULT_MA_FAILED_TO_STOP_BACKEND_DEVICE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_stream_format_ma_stream_format_pcm` should have an upper case name [INFO] [stdout] --> src/lib.rs:178:11 [INFO] [stdout] | [INFO] [stdout] 178 | pub const ma_stream_format_ma_stream_format_pcm: ma_stream_format = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STREAM_FORMAT_MA_STREAM_FORMAT_PCM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_stream_layout_ma_stream_layout_interleaved` should have an upper case name [INFO] [stdout] --> src/lib.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | pub const ma_stream_layout_ma_stream_layout_interleaved: ma_stream_layout = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STREAM_LAYOUT_MA_STREAM_LAYOUT_INTERLEAVED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_stream_layout_ma_stream_layout_deinterleaved` should have an upper case name [INFO] [stdout] --> src/lib.rs:181:11 [INFO] [stdout] | [INFO] [stdout] 181 | pub const ma_stream_layout_ma_stream_layout_deinterleaved: ma_stream_layout = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STREAM_LAYOUT_MA_STREAM_LAYOUT_DEINTERLEAVED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_dither_mode_ma_dither_mode_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:183:11 [INFO] [stdout] | [INFO] [stdout] 183 | pub const ma_dither_mode_ma_dither_mode_none: ma_dither_mode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DITHER_MODE_MA_DITHER_MODE_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_dither_mode_ma_dither_mode_rectangle` should have an upper case name [INFO] [stdout] --> src/lib.rs:184:11 [INFO] [stdout] | [INFO] [stdout] 184 | pub const ma_dither_mode_ma_dither_mode_rectangle: ma_dither_mode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DITHER_MODE_MA_DITHER_MODE_RECTANGLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_dither_mode_ma_dither_mode_triangle` should have an upper case name [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | pub const ma_dither_mode_ma_dither_mode_triangle: ma_dither_mode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DITHER_MODE_MA_DITHER_MODE_TRIANGLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_format_ma_format_unknown` should have an upper case name [INFO] [stdout] --> src/lib.rs:187:11 [INFO] [stdout] | [INFO] [stdout] 187 | pub const ma_format_ma_format_unknown: ma_format = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_FORMAT_MA_FORMAT_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_format_ma_format_u8` should have an upper case name [INFO] [stdout] --> src/lib.rs:188:11 [INFO] [stdout] | [INFO] [stdout] 188 | pub const ma_format_ma_format_u8: ma_format = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_FORMAT_MA_FORMAT_U8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_format_ma_format_s16` should have an upper case name [INFO] [stdout] --> src/lib.rs:189:11 [INFO] [stdout] | [INFO] [stdout] 189 | pub const ma_format_ma_format_s16: ma_format = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_FORMAT_MA_FORMAT_S16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_format_ma_format_s24` should have an upper case name [INFO] [stdout] --> src/lib.rs:190:11 [INFO] [stdout] | [INFO] [stdout] 190 | pub const ma_format_ma_format_s24: ma_format = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_FORMAT_MA_FORMAT_S24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_format_ma_format_s32` should have an upper case name [INFO] [stdout] --> src/lib.rs:191:11 [INFO] [stdout] | [INFO] [stdout] 191 | pub const ma_format_ma_format_s32: ma_format = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_FORMAT_MA_FORMAT_S32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_format_ma_format_f32` should have an upper case name [INFO] [stdout] --> src/lib.rs:192:11 [INFO] [stdout] | [INFO] [stdout] 192 | pub const ma_format_ma_format_f32: ma_format = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_FORMAT_MA_FORMAT_F32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_format_ma_format_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const ma_format_ma_format_count: ma_format = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_FORMAT_MA_FORMAT_COUNT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_48000` should have an upper case name [INFO] [stdout] --> src/lib.rs:195:11 [INFO] [stdout] | [INFO] [stdout] 195 | pub const ma_standard_sample_rate_ma_standard_sample_rate_48000: ma_standard_sample_rate = 48000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_48000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_44100` should have an upper case name [INFO] [stdout] --> src/lib.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const ma_standard_sample_rate_ma_standard_sample_rate_44100: ma_standard_sample_rate = 44100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_44100` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_32000` should have an upper case name [INFO] [stdout] --> src/lib.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | pub const ma_standard_sample_rate_ma_standard_sample_rate_32000: ma_standard_sample_rate = 32000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_32000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_24000` should have an upper case name [INFO] [stdout] --> src/lib.rs:198:11 [INFO] [stdout] | [INFO] [stdout] 198 | pub const ma_standard_sample_rate_ma_standard_sample_rate_24000: ma_standard_sample_rate = 24000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_24000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_22050` should have an upper case name [INFO] [stdout] --> src/lib.rs:199:11 [INFO] [stdout] | [INFO] [stdout] 199 | pub const ma_standard_sample_rate_ma_standard_sample_rate_22050: ma_standard_sample_rate = 22050; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_22050` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_88200` should have an upper case name [INFO] [stdout] --> src/lib.rs:200:11 [INFO] [stdout] | [INFO] [stdout] 200 | pub const ma_standard_sample_rate_ma_standard_sample_rate_88200: ma_standard_sample_rate = 88200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_88200` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_96000` should have an upper case name [INFO] [stdout] --> src/lib.rs:201:11 [INFO] [stdout] | [INFO] [stdout] 201 | pub const ma_standard_sample_rate_ma_standard_sample_rate_96000: ma_standard_sample_rate = 96000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_96000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_176400` should have an upper case name [INFO] [stdout] --> src/lib.rs:202:11 [INFO] [stdout] | [INFO] [stdout] 202 | pub const ma_standard_sample_rate_ma_standard_sample_rate_176400: ma_standard_sample_rate = 176400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_176400` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_192000` should have an upper case name [INFO] [stdout] --> src/lib.rs:203:11 [INFO] [stdout] | [INFO] [stdout] 203 | pub const ma_standard_sample_rate_ma_standard_sample_rate_192000: ma_standard_sample_rate = 192000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_192000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_16000` should have an upper case name [INFO] [stdout] --> src/lib.rs:204:11 [INFO] [stdout] | [INFO] [stdout] 204 | pub const ma_standard_sample_rate_ma_standard_sample_rate_16000: ma_standard_sample_rate = 16000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_16000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_11025` should have an upper case name [INFO] [stdout] --> src/lib.rs:205:11 [INFO] [stdout] | [INFO] [stdout] 205 | pub const ma_standard_sample_rate_ma_standard_sample_rate_11025: ma_standard_sample_rate = 11025; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_11025` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_8000` should have an upper case name [INFO] [stdout] --> src/lib.rs:206:11 [INFO] [stdout] | [INFO] [stdout] 206 | pub const ma_standard_sample_rate_ma_standard_sample_rate_8000: ma_standard_sample_rate = 8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_8000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_352800` should have an upper case name [INFO] [stdout] --> src/lib.rs:207:11 [INFO] [stdout] | [INFO] [stdout] 207 | pub const ma_standard_sample_rate_ma_standard_sample_rate_352800: ma_standard_sample_rate = 352800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_352800` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_384000` should have an upper case name [INFO] [stdout] --> src/lib.rs:208:11 [INFO] [stdout] | [INFO] [stdout] 208 | pub const ma_standard_sample_rate_ma_standard_sample_rate_384000: ma_standard_sample_rate = 384000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_384000` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_min` should have an upper case name [INFO] [stdout] --> src/lib.rs:209:11 [INFO] [stdout] | [INFO] [stdout] 209 | pub const ma_standard_sample_rate_ma_standard_sample_rate_min: ma_standard_sample_rate = 8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_MIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_max` should have an upper case name [INFO] [stdout] --> src/lib.rs:210:11 [INFO] [stdout] | [INFO] [stdout] 210 | pub const ma_standard_sample_rate_ma_standard_sample_rate_max: ma_standard_sample_rate = 384000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_MAX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_sample_rate_ma_standard_sample_rate_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:211:11 [INFO] [stdout] | [INFO] [stdout] 211 | pub const ma_standard_sample_rate_ma_standard_sample_rate_count: ma_standard_sample_rate = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_SAMPLE_RATE_MA_STANDARD_SAMPLE_RATE_COUNT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_mix_mode_ma_channel_mix_mode_rectangular` should have an upper case name [INFO] [stdout] --> src/lib.rs:213:11 [INFO] [stdout] | [INFO] [stdout] 213 | pub const ma_channel_mix_mode_ma_channel_mix_mode_rectangular: ma_channel_mix_mode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_MIX_MODE_MA_CHANNEL_MIX_MODE_RECTANGULAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_mix_mode_ma_channel_mix_mode_simple` should have an upper case name [INFO] [stdout] --> src/lib.rs:214:11 [INFO] [stdout] | [INFO] [stdout] 214 | pub const ma_channel_mix_mode_ma_channel_mix_mode_simple: ma_channel_mix_mode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_MIX_MODE_MA_CHANNEL_MIX_MODE_SIMPLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_mix_mode_ma_channel_mix_mode_custom_weights` should have an upper case name [INFO] [stdout] --> src/lib.rs:215:11 [INFO] [stdout] | [INFO] [stdout] 215 | pub const ma_channel_mix_mode_ma_channel_mix_mode_custom_weights: ma_channel_mix_mode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_MIX_MODE_MA_CHANNEL_MIX_MODE_CUSTOM_WEIGHTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_mix_mode_ma_channel_mix_mode_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:216:11 [INFO] [stdout] | [INFO] [stdout] 216 | pub const ma_channel_mix_mode_ma_channel_mix_mode_default: ma_channel_mix_mode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_MIX_MODE_MA_CHANNEL_MIX_MODE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_microsoft` should have an upper case name [INFO] [stdout] --> src/lib.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | pub const ma_standard_channel_map_ma_standard_channel_map_microsoft: ma_standard_channel_map = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_MICROSOFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_alsa` should have an upper case name [INFO] [stdout] --> src/lib.rs:219:11 [INFO] [stdout] | [INFO] [stdout] 219 | pub const ma_standard_channel_map_ma_standard_channel_map_alsa: ma_standard_channel_map = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_ALSA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_rfc3551` should have an upper case name [INFO] [stdout] --> src/lib.rs:220:11 [INFO] [stdout] | [INFO] [stdout] 220 | pub const ma_standard_channel_map_ma_standard_channel_map_rfc3551: ma_standard_channel_map = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_RFC3551` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_flac` should have an upper case name [INFO] [stdout] --> src/lib.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | pub const ma_standard_channel_map_ma_standard_channel_map_flac: ma_standard_channel_map = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_FLAC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_vorbis` should have an upper case name [INFO] [stdout] --> src/lib.rs:222:11 [INFO] [stdout] | [INFO] [stdout] 222 | pub const ma_standard_channel_map_ma_standard_channel_map_vorbis: ma_standard_channel_map = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_VORBIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_sound4` should have an upper case name [INFO] [stdout] --> src/lib.rs:223:11 [INFO] [stdout] | [INFO] [stdout] 223 | pub const ma_standard_channel_map_ma_standard_channel_map_sound4: ma_standard_channel_map = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_SOUND4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_sndio` should have an upper case name [INFO] [stdout] --> src/lib.rs:224:11 [INFO] [stdout] | [INFO] [stdout] 224 | pub const ma_standard_channel_map_ma_standard_channel_map_sndio: ma_standard_channel_map = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_SNDIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_webaudio` should have an upper case name [INFO] [stdout] --> src/lib.rs:225:11 [INFO] [stdout] | [INFO] [stdout] 225 | pub const ma_standard_channel_map_ma_standard_channel_map_webaudio: ma_standard_channel_map = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_WEBAUDIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_standard_channel_map_ma_standard_channel_map_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:226:11 [INFO] [stdout] | [INFO] [stdout] 226 | pub const ma_standard_channel_map_ma_standard_channel_map_default: ma_standard_channel_map = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_STANDARD_CHANNEL_MAP_MA_STANDARD_CHANNEL_MAP_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_performance_profile_ma_performance_profile_low_latency` should have an upper case name [INFO] [stdout] --> src/lib.rs:228:11 [INFO] [stdout] | [INFO] [stdout] 228 | pub const ma_performance_profile_ma_performance_profile_low_latency: ma_performance_profile = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_PERFORMANCE_PROFILE_MA_PERFORMANCE_PROFILE_LOW_LATENCY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_performance_profile_ma_performance_profile_conservative` should have an upper case name [INFO] [stdout] --> src/lib.rs:229:11 [INFO] [stdout] | [INFO] [stdout] 229 | pub const ma_performance_profile_ma_performance_profile_conservative: ma_performance_profile = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_PERFORMANCE_PROFILE_MA_PERFORMANCE_PROFILE_CONSERVATIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | pub pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onMalloc` should have a snake case name [INFO] [stdout] --> src/lib.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | pub onMalloc: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `on_malloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onRealloc` should have a snake case name [INFO] [stdout] --> src/lib.rs:241:9 [INFO] [stdout] | [INFO] [stdout] 241 | pub onRealloc: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `on_realloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onFree` should have a snake case name [INFO] [stdout] --> src/lib.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | pub onFree: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_free` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:238:13 [INFO] [stdout] | [INFO] [stdout] 238 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:245:13 [INFO] [stdout] | [INFO] [stdout] 245 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_thread_priority_ma_thread_priority_idle` should have an upper case name [INFO] [stdout] --> src/lib.rs:341:11 [INFO] [stdout] | [INFO] [stdout] 341 | pub const ma_thread_priority_ma_thread_priority_idle: ma_thread_priority = -5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_THREAD_PRIORITY_MA_THREAD_PRIORITY_IDLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_thread_priority_ma_thread_priority_lowest` should have an upper case name [INFO] [stdout] --> src/lib.rs:342:11 [INFO] [stdout] | [INFO] [stdout] 342 | pub const ma_thread_priority_ma_thread_priority_lowest: ma_thread_priority = -4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_THREAD_PRIORITY_MA_THREAD_PRIORITY_LOWEST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_thread_priority_ma_thread_priority_low` should have an upper case name [INFO] [stdout] --> src/lib.rs:343:11 [INFO] [stdout] | [INFO] [stdout] 343 | pub const ma_thread_priority_ma_thread_priority_low: ma_thread_priority = -3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_THREAD_PRIORITY_MA_THREAD_PRIORITY_LOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_thread_priority_ma_thread_priority_normal` should have an upper case name [INFO] [stdout] --> src/lib.rs:344:11 [INFO] [stdout] | [INFO] [stdout] 344 | pub const ma_thread_priority_ma_thread_priority_normal: ma_thread_priority = -2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_THREAD_PRIORITY_MA_THREAD_PRIORITY_NORMAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_thread_priority_ma_thread_priority_high` should have an upper case name [INFO] [stdout] --> src/lib.rs:345:11 [INFO] [stdout] | [INFO] [stdout] 345 | pub const ma_thread_priority_ma_thread_priority_high: ma_thread_priority = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_THREAD_PRIORITY_MA_THREAD_PRIORITY_HIGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_thread_priority_ma_thread_priority_highest` should have an upper case name [INFO] [stdout] --> src/lib.rs:346:11 [INFO] [stdout] | [INFO] [stdout] 346 | pub const ma_thread_priority_ma_thread_priority_highest: ma_thread_priority = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_THREAD_PRIORITY_MA_THREAD_PRIORITY_HIGHEST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_thread_priority_ma_thread_priority_realtime` should have an upper case name [INFO] [stdout] --> src/lib.rs:347:11 [INFO] [stdout] | [INFO] [stdout] 347 | pub const ma_thread_priority_ma_thread_priority_realtime: ma_thread_priority = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_THREAD_PRIORITY_MA_THREAD_PRIORITY_REALTIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_thread_priority_ma_thread_priority_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:348:11 [INFO] [stdout] | [INFO] [stdout] 348 | pub const ma_thread_priority_ma_thread_priority_default: ma_thread_priority = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_THREAD_PRIORITY_MA_THREAD_PRIORITY_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pMessage` should have a snake case name [INFO] [stdout] --> src/lib.rs:366:9 [INFO] [stdout] | [INFO] [stdout] 366 | pMessage: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onLog` should have a snake case name [INFO] [stdout] --> src/lib.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | pub onLog: ma_log_callback_proc, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `on_log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:373:9 [INFO] [stdout] | [INFO] [stdout] 373 | pub pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `callbackCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | pub callbackCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `callback_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:395:9 [INFO] [stdout] | [INFO] [stdout] 395 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pR1` should have a snake case name [INFO] [stdout] --> src/lib.rs:519:9 [INFO] [stdout] | [INFO] [stdout] 519 | pub pR1: *mut ma_biquad_coefficient, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `p_r1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pR2` should have a snake case name [INFO] [stdout] --> src/lib.rs:520:9 [INFO] [stdout] | [INFO] [stdout] 520 | pub pR2: *mut ma_biquad_coefficient, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `p_r2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:522:9 [INFO] [stdout] | [INFO] [stdout] 522 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:590:9 [INFO] [stdout] | [INFO] [stdout] 590 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cutoffFrequency` should have a snake case name [INFO] [stdout] --> src/lib.rs:591:9 [INFO] [stdout] | [INFO] [stdout] 591 | pub cutoffFrequency: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cutoff_frequency` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pR1` should have a snake case name [INFO] [stdout] --> src/lib.rs:633:9 [INFO] [stdout] | [INFO] [stdout] 633 | pub pR1: *mut ma_biquad_coefficient, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `p_r1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:634:9 [INFO] [stdout] | [INFO] [stdout] 634 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:635:9 [INFO] [stdout] | [INFO] [stdout] 635 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:744:9 [INFO] [stdout] | [INFO] [stdout] 744 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cutoffFrequency` should have a snake case name [INFO] [stdout] --> src/lib.rs:745:9 [INFO] [stdout] | [INFO] [stdout] 745 | pub cutoffFrequency: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cutoff_frequency` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:777:9 [INFO] [stdout] | [INFO] [stdout] 777 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lpf1Count` should have a snake case name [INFO] [stdout] --> src/lib.rs:778:9 [INFO] [stdout] | [INFO] [stdout] 778 | pub lpf1Count: ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `lpf1_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lpf2Count` should have a snake case name [INFO] [stdout] --> src/lib.rs:779:9 [INFO] [stdout] | [INFO] [stdout] 779 | pub lpf2Count: ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `lpf2_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pLPF1` should have a snake case name [INFO] [stdout] --> src/lib.rs:780:9 [INFO] [stdout] | [INFO] [stdout] 780 | pub pLPF1: *mut ma_lpf1, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_lpf1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pLPF2` should have a snake case name [INFO] [stdout] --> src/lib.rs:781:9 [INFO] [stdout] | [INFO] [stdout] 781 | pub pLPF2: *mut ma_lpf2, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_lpf2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:782:9 [INFO] [stdout] | [INFO] [stdout] 782 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:783:9 [INFO] [stdout] | [INFO] [stdout] 783 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:845:9 [INFO] [stdout] | [INFO] [stdout] 845 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cutoffFrequency` should have a snake case name [INFO] [stdout] --> src/lib.rs:846:9 [INFO] [stdout] | [INFO] [stdout] 846 | pub cutoffFrequency: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cutoff_frequency` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pR1` should have a snake case name [INFO] [stdout] --> src/lib.rs:888:9 [INFO] [stdout] | [INFO] [stdout] 888 | pub pR1: *mut ma_biquad_coefficient, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `p_r1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:889:9 [INFO] [stdout] | [INFO] [stdout] 889 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:890:9 [INFO] [stdout] | [INFO] [stdout] 890 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:993:9 [INFO] [stdout] | [INFO] [stdout] 993 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cutoffFrequency` should have a snake case name [INFO] [stdout] --> src/lib.rs:994:9 [INFO] [stdout] | [INFO] [stdout] 994 | pub cutoffFrequency: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cutoff_frequency` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1026:9 [INFO] [stdout] | [INFO] [stdout] 1026 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hpf1Count` should have a snake case name [INFO] [stdout] --> src/lib.rs:1027:9 [INFO] [stdout] | [INFO] [stdout] 1027 | pub hpf1Count: ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `hpf1_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hpf2Count` should have a snake case name [INFO] [stdout] --> src/lib.rs:1028:9 [INFO] [stdout] | [INFO] [stdout] 1028 | pub hpf2Count: ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `hpf2_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pHPF1` should have a snake case name [INFO] [stdout] --> src/lib.rs:1029:9 [INFO] [stdout] | [INFO] [stdout] 1029 | pub pHPF1: *mut ma_hpf1, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_hpf1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pHPF2` should have a snake case name [INFO] [stdout] --> src/lib.rs:1030:9 [INFO] [stdout] | [INFO] [stdout] 1030 | pub pHPF2: *mut ma_hpf2, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_hpf2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:1031:9 [INFO] [stdout] | [INFO] [stdout] 1031 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:1032:9 [INFO] [stdout] | [INFO] [stdout] 1032 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1091:9 [INFO] [stdout] | [INFO] [stdout] 1091 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cutoffFrequency` should have a snake case name [INFO] [stdout] --> src/lib.rs:1092:9 [INFO] [stdout] | [INFO] [stdout] 1092 | pub cutoffFrequency: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cutoff_frequency` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1171:9 [INFO] [stdout] | [INFO] [stdout] 1171 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cutoffFrequency` should have a snake case name [INFO] [stdout] --> src/lib.rs:1172:9 [INFO] [stdout] | [INFO] [stdout] 1172 | pub cutoffFrequency: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cutoff_frequency` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bpf2Count` should have a snake case name [INFO] [stdout] --> src/lib.rs:1204:9 [INFO] [stdout] | [INFO] [stdout] 1204 | pub bpf2Count: ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bpf2_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBPF2` should have a snake case name [INFO] [stdout] --> src/lib.rs:1205:9 [INFO] [stdout] | [INFO] [stdout] 1205 | pub pBPF2: *mut ma_bpf2, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_bpf2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:1206:9 [INFO] [stdout] | [INFO] [stdout] 1206 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:1207:9 [INFO] [stdout] | [INFO] [stdout] 1207 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1263:9 [INFO] [stdout] | [INFO] [stdout] 1263 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1350:9 [INFO] [stdout] | [INFO] [stdout] 1350 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gainDB` should have a snake case name [INFO] [stdout] --> src/lib.rs:1351:9 [INFO] [stdout] | [INFO] [stdout] 1351 | pub gainDB: f64, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `gain_db` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1440:9 [INFO] [stdout] | [INFO] [stdout] 1440 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gainDB` should have a snake case name [INFO] [stdout] --> src/lib.rs:1441:9 [INFO] [stdout] | [INFO] [stdout] 1441 | pub gainDB: f64, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `gain_db` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shelfSlope` should have a snake case name [INFO] [stdout] --> src/lib.rs:1442:9 [INFO] [stdout] | [INFO] [stdout] 1442 | pub shelfSlope: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `shelf_slope` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1534:9 [INFO] [stdout] | [INFO] [stdout] 1534 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gainDB` should have a snake case name [INFO] [stdout] --> src/lib.rs:1535:9 [INFO] [stdout] | [INFO] [stdout] 1535 | pub gainDB: f64, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `gain_db` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shelfSlope` should have a snake case name [INFO] [stdout] --> src/lib.rs:1536:9 [INFO] [stdout] | [INFO] [stdout] 1536 | pub shelfSlope: f64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `shelf_slope` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1626:9 [INFO] [stdout] | [INFO] [stdout] 1626 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `delayInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:1627:9 [INFO] [stdout] | [INFO] [stdout] 1627 | pub delayInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `delay_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `delayStart` should have a snake case name [INFO] [stdout] --> src/lib.rs:1628:9 [INFO] [stdout] | [INFO] [stdout] 1628 | pub delayStart: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `delay_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bufferSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:1665:9 [INFO] [stdout] | [INFO] [stdout] 1665 | pub bufferSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `buffer_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:1666:9 [INFO] [stdout] | [INFO] [stdout] 1666 | pub pBuffer: *mut f32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `smoothTimeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:1721:9 [INFO] [stdout] | [INFO] [stdout] 1721 | pub smoothTimeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `smooth_time_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `masterVolume` should have a snake case name [INFO] [stdout] --> src/lib.rs:1743:9 [INFO] [stdout] | [INFO] [stdout] 1743 | pub masterVolume: f32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `master_volume` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pOldGains` should have a snake case name [INFO] [stdout] --> src/lib.rs:1744:9 [INFO] [stdout] | [INFO] [stdout] 1744 | pub pOldGains: *mut f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_old_gains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNewGains` should have a snake case name [INFO] [stdout] --> src/lib.rs:1745:9 [INFO] [stdout] | [INFO] [stdout] 1745 | pub pNewGains: *mut f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_new_gains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:1746:9 [INFO] [stdout] | [INFO] [stdout] 1746 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:1747:9 [INFO] [stdout] | [INFO] [stdout] 1747 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_pan_mode_ma_pan_mode_balance` should have an upper case name [INFO] [stdout] --> src/lib.rs:1811:11 [INFO] [stdout] | [INFO] [stdout] 1811 | pub const ma_pan_mode_ma_pan_mode_balance: ma_pan_mode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_PAN_MODE_MA_PAN_MODE_BALANCE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_pan_mode_ma_pan_mode_pan` should have an upper case name [INFO] [stdout] --> src/lib.rs:1812:11 [INFO] [stdout] | [INFO] [stdout] 1812 | pub const ma_pan_mode_ma_pan_mode_pan: ma_pan_mode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_PAN_MODE_MA_PAN_MODE_PAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:1883:9 [INFO] [stdout] | [INFO] [stdout] 1883 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `volumeBeg` should have a snake case name [INFO] [stdout] --> src/lib.rs:1907:9 [INFO] [stdout] | [INFO] [stdout] 1907 | pub volumeBeg: f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `volume_beg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `volumeEnd` should have a snake case name [INFO] [stdout] --> src/lib.rs:1908:9 [INFO] [stdout] | [INFO] [stdout] 1908 | pub volumeEnd: f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `volume_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lengthInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:1909:9 [INFO] [stdout] | [INFO] [stdout] 1909 | pub lengthInFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `length_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cursorInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:1910:9 [INFO] [stdout] | [INFO] [stdout] 1910 | pub cursorInFrames: ma_int64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cursor_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_attenuation_model_ma_attenuation_model_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:1992:11 [INFO] [stdout] | [INFO] [stdout] 1992 | pub const ma_attenuation_model_ma_attenuation_model_none: ma_attenuation_model = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ATTENUATION_MODEL_MA_ATTENUATION_MODEL_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_attenuation_model_ma_attenuation_model_inverse` should have an upper case name [INFO] [stdout] --> src/lib.rs:1993:11 [INFO] [stdout] | [INFO] [stdout] 1993 | pub const ma_attenuation_model_ma_attenuation_model_inverse: ma_attenuation_model = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ATTENUATION_MODEL_MA_ATTENUATION_MODEL_INVERSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_attenuation_model_ma_attenuation_model_linear` should have an upper case name [INFO] [stdout] --> src/lib.rs:1994:11 [INFO] [stdout] | [INFO] [stdout] 1994 | pub const ma_attenuation_model_ma_attenuation_model_linear: ma_attenuation_model = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ATTENUATION_MODEL_MA_ATTENUATION_MODEL_LINEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_attenuation_model_ma_attenuation_model_exponential` should have an upper case name [INFO] [stdout] --> src/lib.rs:1995:11 [INFO] [stdout] | [INFO] [stdout] 1995 | pub const ma_attenuation_model_ma_attenuation_model_exponential: ma_attenuation_model = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ATTENUATION_MODEL_MA_ATTENUATION_MODEL_EXPONENTIAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_positioning_ma_positioning_absolute` should have an upper case name [INFO] [stdout] --> src/lib.rs:1997:11 [INFO] [stdout] | [INFO] [stdout] 1997 | pub const ma_positioning_ma_positioning_absolute: ma_positioning = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_POSITIONING_MA_POSITIONING_ABSOLUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_positioning_ma_positioning_relative` should have an upper case name [INFO] [stdout] --> src/lib.rs:1998:11 [INFO] [stdout] | [INFO] [stdout] 1998 | pub const ma_positioning_ma_positioning_relative: ma_positioning = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_POSITIONING_MA_POSITIONING_RELATIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_handedness_ma_handedness_right` should have an upper case name [INFO] [stdout] --> src/lib.rs:2000:11 [INFO] [stdout] | [INFO] [stdout] 2000 | pub const ma_handedness_ma_handedness_right: ma_handedness = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_HANDEDNESS_MA_HANDEDNESS_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_handedness_ma_handedness_left` should have an upper case name [INFO] [stdout] --> src/lib.rs:2001:11 [INFO] [stdout] | [INFO] [stdout] 2001 | pub const ma_handedness_ma_handedness_left: ma_handedness = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_HANDEDNESS_MA_HANDEDNESS_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2006:9 [INFO] [stdout] | [INFO] [stdout] 2006 | pub channelsOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `channels_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2007:9 [INFO] [stdout] | [INFO] [stdout] 2007 | pub pChannelMapOut: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneInnerAngleInRadians` should have a snake case name [INFO] [stdout] --> src/lib.rs:2009:9 [INFO] [stdout] | [INFO] [stdout] 2009 | pub coneInnerAngleInRadians: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_inner_angle_in_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneOuterAngleInRadians` should have a snake case name [INFO] [stdout] --> src/lib.rs:2010:9 [INFO] [stdout] | [INFO] [stdout] 2010 | pub coneOuterAngleInRadians: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_outer_angle_in_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneOuterGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2011:9 [INFO] [stdout] | [INFO] [stdout] 2011 | pub coneOuterGain: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_outer_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `speedOfSound` should have a snake case name [INFO] [stdout] --> src/lib.rs:2012:9 [INFO] [stdout] | [INFO] [stdout] 2012 | pub speedOfSound: f32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `speed_of_sound` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `worldUp` should have a snake case name [INFO] [stdout] --> src/lib.rs:2013:9 [INFO] [stdout] | [INFO] [stdout] 2013 | pub worldUp: ma_vec3f, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `world_up` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isEnabled` should have a snake case name [INFO] [stdout] --> src/lib.rs:2050:9 [INFO] [stdout] | [INFO] [stdout] 2050 | pub isEnabled: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_enabled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2051:9 [INFO] [stdout] | [INFO] [stdout] 2051 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2052:9 [INFO] [stdout] | [INFO] [stdout] 2052 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2199:9 [INFO] [stdout] | [INFO] [stdout] 2199 | pub channelsIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channels_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2200:9 [INFO] [stdout] | [INFO] [stdout] 2200 | pub channelsOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `channels_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2201:9 [INFO] [stdout] | [INFO] [stdout] 2201 | pub pChannelMapIn: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `attenuationModel` should have a snake case name [INFO] [stdout] --> src/lib.rs:2202:9 [INFO] [stdout] | [INFO] [stdout] 2202 | pub attenuationModel: ma_attenuation_model, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `attenuation_model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2205:9 [INFO] [stdout] | [INFO] [stdout] 2205 | pub minGain: f32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `min_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2206:9 [INFO] [stdout] | [INFO] [stdout] 2206 | pub maxGain: f32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `max_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minDistance` should have a snake case name [INFO] [stdout] --> src/lib.rs:2207:9 [INFO] [stdout] | [INFO] [stdout] 2207 | pub minDistance: f32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `min_distance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxDistance` should have a snake case name [INFO] [stdout] --> src/lib.rs:2208:9 [INFO] [stdout] | [INFO] [stdout] 2208 | pub maxDistance: f32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `max_distance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneInnerAngleInRadians` should have a snake case name [INFO] [stdout] --> src/lib.rs:2210:9 [INFO] [stdout] | [INFO] [stdout] 2210 | pub coneInnerAngleInRadians: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_inner_angle_in_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneOuterAngleInRadians` should have a snake case name [INFO] [stdout] --> src/lib.rs:2211:9 [INFO] [stdout] | [INFO] [stdout] 2211 | pub coneOuterAngleInRadians: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_outer_angle_in_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneOuterGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2212:9 [INFO] [stdout] | [INFO] [stdout] 2212 | pub coneOuterGain: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_outer_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dopplerFactor` should have a snake case name [INFO] [stdout] --> src/lib.rs:2213:9 [INFO] [stdout] | [INFO] [stdout] 2213 | pub dopplerFactor: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `doppler_factor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `directionalAttenuationFactor` should have a snake case name [INFO] [stdout] --> src/lib.rs:2214:9 [INFO] [stdout] | [INFO] [stdout] 2214 | pub directionalAttenuationFactor: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `directional_attenuation_factor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minSpatializationChannelGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2215:9 [INFO] [stdout] | [INFO] [stdout] 2215 | pub minSpatializationChannelGain: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_spatialization_channel_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gainSmoothTimeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:2216:9 [INFO] [stdout] | [INFO] [stdout] 2216 | pub gainSmoothTimeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `gain_smooth_time_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2269:9 [INFO] [stdout] | [INFO] [stdout] 2269 | pub channelsIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channels_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2270:9 [INFO] [stdout] | [INFO] [stdout] 2270 | pub channelsOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `channels_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2271:9 [INFO] [stdout] | [INFO] [stdout] 2271 | pub pChannelMapIn: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `attenuationModel` should have a snake case name [INFO] [stdout] --> src/lib.rs:2272:9 [INFO] [stdout] | [INFO] [stdout] 2272 | pub attenuationModel: ma_attenuation_model, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `attenuation_model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2275:9 [INFO] [stdout] | [INFO] [stdout] 2275 | pub minGain: f32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `min_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2276:9 [INFO] [stdout] | [INFO] [stdout] 2276 | pub maxGain: f32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `max_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minDistance` should have a snake case name [INFO] [stdout] --> src/lib.rs:2277:9 [INFO] [stdout] | [INFO] [stdout] 2277 | pub minDistance: f32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `min_distance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxDistance` should have a snake case name [INFO] [stdout] --> src/lib.rs:2278:9 [INFO] [stdout] | [INFO] [stdout] 2278 | pub maxDistance: f32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `max_distance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneInnerAngleInRadians` should have a snake case name [INFO] [stdout] --> src/lib.rs:2280:9 [INFO] [stdout] | [INFO] [stdout] 2280 | pub coneInnerAngleInRadians: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_inner_angle_in_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneOuterAngleInRadians` should have a snake case name [INFO] [stdout] --> src/lib.rs:2281:9 [INFO] [stdout] | [INFO] [stdout] 2281 | pub coneOuterAngleInRadians: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_outer_angle_in_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `coneOuterGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2282:9 [INFO] [stdout] | [INFO] [stdout] 2282 | pub coneOuterGain: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `cone_outer_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dopplerFactor` should have a snake case name [INFO] [stdout] --> src/lib.rs:2283:9 [INFO] [stdout] | [INFO] [stdout] 2283 | pub dopplerFactor: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `doppler_factor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `directionalAttenuationFactor` should have a snake case name [INFO] [stdout] --> src/lib.rs:2284:9 [INFO] [stdout] | [INFO] [stdout] 2284 | pub directionalAttenuationFactor: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `directional_attenuation_factor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `gainSmoothTimeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:2285:9 [INFO] [stdout] | [INFO] [stdout] 2285 | pub gainSmoothTimeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `gain_smooth_time_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dopplerPitch` should have a snake case name [INFO] [stdout] --> src/lib.rs:2289:9 [INFO] [stdout] | [INFO] [stdout] 2289 | pub dopplerPitch: f32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `doppler_pitch` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minSpatializationChannelGain` should have a snake case name [INFO] [stdout] --> src/lib.rs:2290:9 [INFO] [stdout] | [INFO] [stdout] 2290 | pub minSpatializationChannelGain: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_spatialization_channel_gain` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNewChannelGainsOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2292:9 [INFO] [stdout] | [INFO] [stdout] 2292 | pub pNewChannelGainsOut: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_new_channel_gains_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2293:9 [INFO] [stdout] | [INFO] [stdout] 2293 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2294:9 [INFO] [stdout] | [INFO] [stdout] 2294 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2521:9 [INFO] [stdout] | [INFO] [stdout] 2521 | pub sampleRateIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2522:9 [INFO] [stdout] | [INFO] [stdout] 2522 | pub sampleRateOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lpfOrder` should have a snake case name [INFO] [stdout] --> src/lib.rs:2523:9 [INFO] [stdout] | [INFO] [stdout] 2523 | pub lpfOrder: ma_uint32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `lpf_order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lpfNyquistFactor` should have a snake case name [INFO] [stdout] --> src/lib.rs:2524:9 [INFO] [stdout] | [INFO] [stdout] 2524 | pub lpfNyquistFactor: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `lpf_nyquist_factor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inAdvanceInt` should have a snake case name [INFO] [stdout] --> src/lib.rs:2557:9 [INFO] [stdout] | [INFO] [stdout] 2557 | pub inAdvanceInt: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `in_advance_int` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inAdvanceFrac` should have a snake case name [INFO] [stdout] --> src/lib.rs:2558:9 [INFO] [stdout] | [INFO] [stdout] 2558 | pub inAdvanceFrac: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `in_advance_frac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inTimeInt` should have a snake case name [INFO] [stdout] --> src/lib.rs:2559:9 [INFO] [stdout] | [INFO] [stdout] 2559 | pub inTimeInt: ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `in_time_int` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inTimeFrac` should have a snake case name [INFO] [stdout] --> src/lib.rs:2560:9 [INFO] [stdout] | [INFO] [stdout] 2560 | pub inTimeFrac: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `in_time_frac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2564:9 [INFO] [stdout] | [INFO] [stdout] 2564 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2565:9 [INFO] [stdout] | [INFO] [stdout] 2565 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetHeapSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:2705:9 [INFO] [stdout] | [INFO] [stdout] 2705 | pub onGetHeapSize: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_heap_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onInit` should have a snake case name [INFO] [stdout] --> src/lib.rs:2712:9 [INFO] [stdout] | [INFO] [stdout] 2712 | pub onInit: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_init` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onUninit` should have a snake case name [INFO] [stdout] --> src/lib.rs:2720:9 [INFO] [stdout] | [INFO] [stdout] 2720 | pub onUninit: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `on_uninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onProcess` should have a snake case name [INFO] [stdout] --> src/lib.rs:2727:9 [INFO] [stdout] | [INFO] [stdout] 2727 | pub onProcess: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `on_process` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onSetRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:2737:9 [INFO] [stdout] | [INFO] [stdout] 2737 | pub onSetRate: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `on_set_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetInputLatency` should have a snake case name [INFO] [stdout] --> src/lib.rs:2745:9 [INFO] [stdout] | [INFO] [stdout] 2745 | pub onGetInputLatency: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_input_latency` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetOutputLatency` should have a snake case name [INFO] [stdout] --> src/lib.rs:2751:9 [INFO] [stdout] | [INFO] [stdout] 2751 | pub onGetOutputLatency: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_output_latency` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetRequiredInputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:2757:9 [INFO] [stdout] | [INFO] [stdout] 2757 | pub onGetRequiredInputFrameCount: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_required_input_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetExpectedOutputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:2765:9 [INFO] [stdout] | [INFO] [stdout] 2765 | pub onGetExpectedOutputFrameCount: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_expected_output_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onReset` should have a snake case name [INFO] [stdout] --> src/lib.rs:2773:9 [INFO] [stdout] | [INFO] [stdout] 2773 | pub onReset: ::std::option::Option< [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `on_reset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2707:13 [INFO] [stdout] | [INFO] [stdout] 2707 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:2708:13 [INFO] [stdout] | [INFO] [stdout] 2708 | pConfig: *const ma_resampler_config, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pHeapSizeInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:2709:13 [INFO] [stdout] | [INFO] [stdout] 2709 | pHeapSizeInBytes: *mut usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_heap_size_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2714:13 [INFO] [stdout] | [INFO] [stdout] 2714 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:2715:13 [INFO] [stdout] | [INFO] [stdout] 2715 | pConfig: *const ma_resampler_config, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2716:13 [INFO] [stdout] | [INFO] [stdout] 2716 | pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ppBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2717:13 [INFO] [stdout] | [INFO] [stdout] 2717 | ppBackend: *mut *mut ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `pp_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2722:13 [INFO] [stdout] | [INFO] [stdout] 2722 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2723:13 [INFO] [stdout] | [INFO] [stdout] 2723 | pBackend: *mut ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pAllocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:2724:13 [INFO] [stdout] | [INFO] [stdout] 2724 | pAllocationCallbacks: *const ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2729:13 [INFO] [stdout] | [INFO] [stdout] 2729 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2730:13 [INFO] [stdout] | [INFO] [stdout] 2730 | pBackend: *mut ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFramesIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2731:13 [INFO] [stdout] | [INFO] [stdout] 2731 | pFramesIn: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_frames_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFrameCountIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2732:13 [INFO] [stdout] | [INFO] [stdout] 2732 | pFrameCountIn: *mut ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_frame_count_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFramesOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2733:13 [INFO] [stdout] | [INFO] [stdout] 2733 | pFramesOut: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_frames_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFrameCountOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2734:13 [INFO] [stdout] | [INFO] [stdout] 2734 | pFrameCountOut: *mut ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_frame_count_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2739:13 [INFO] [stdout] | [INFO] [stdout] 2739 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2740:13 [INFO] [stdout] | [INFO] [stdout] 2740 | pBackend: *mut ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `sampleRateIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2741:13 [INFO] [stdout] | [INFO] [stdout] 2741 | sampleRateIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `sampleRateOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2742:13 [INFO] [stdout] | [INFO] [stdout] 2742 | sampleRateOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2747:13 [INFO] [stdout] | [INFO] [stdout] 2747 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2748:13 [INFO] [stdout] | [INFO] [stdout] 2748 | pBackend: *const ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2753:13 [INFO] [stdout] | [INFO] [stdout] 2753 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2754:13 [INFO] [stdout] | [INFO] [stdout] 2754 | pBackend: *const ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2759:13 [INFO] [stdout] | [INFO] [stdout] 2759 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2760:13 [INFO] [stdout] | [INFO] [stdout] 2760 | pBackend: *const ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `outputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:2761:13 [INFO] [stdout] | [INFO] [stdout] 2761 | outputFrameCount: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pInputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:2762:13 [INFO] [stdout] | [INFO] [stdout] 2762 | pInputFrameCount: *mut ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_input_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2767:13 [INFO] [stdout] | [INFO] [stdout] 2767 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2768:13 [INFO] [stdout] | [INFO] [stdout] 2768 | pBackend: *const ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `inputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:2769:13 [INFO] [stdout] | [INFO] [stdout] 2769 | inputFrameCount: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pOutputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:2770:13 [INFO] [stdout] | [INFO] [stdout] 2770 | pOutputFrameCount: *mut ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_output_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2775:13 [INFO] [stdout] | [INFO] [stdout] 2775 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2776:13 [INFO] [stdout] | [INFO] [stdout] 2776 | pBackend: *mut ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resample_algorithm_ma_resample_algorithm_linear` should have an upper case name [INFO] [stdout] --> src/lib.rs:2811:11 [INFO] [stdout] | [INFO] [stdout] 2811 | pub const ma_resample_algorithm_ma_resample_algorithm_linear: ma_resample_algorithm = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESAMPLE_ALGORITHM_MA_RESAMPLE_ALGORITHM_LINEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resample_algorithm_ma_resample_algorithm_custom` should have an upper case name [INFO] [stdout] --> src/lib.rs:2812:11 [INFO] [stdout] | [INFO] [stdout] 2812 | pub const ma_resample_algorithm_ma_resample_algorithm_custom: ma_resample_algorithm = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESAMPLE_ALGORITHM_MA_RESAMPLE_ALGORITHM_CUSTOM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2819:9 [INFO] [stdout] | [INFO] [stdout] 2819 | pub sampleRateIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2820:9 [INFO] [stdout] | [INFO] [stdout] 2820 | pub sampleRateOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackendVTable` should have a snake case name [INFO] [stdout] --> src/lib.rs:2822:9 [INFO] [stdout] | [INFO] [stdout] 2822 | pub pBackendVTable: *mut ma_resampling_backend_vtable, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_backend_vtable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackendUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2823:9 [INFO] [stdout] | [INFO] [stdout] 2823 | pub pBackendUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_backend_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lpfOrder` should have a snake case name [INFO] [stdout] --> src/lib.rs:2829:9 [INFO] [stdout] | [INFO] [stdout] 2829 | pub lpfOrder: ma_uint32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `lpf_order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:2873:9 [INFO] [stdout] | [INFO] [stdout] 2873 | pub pBackend: *mut ma_resampling_backend, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackendVTable` should have a snake case name [INFO] [stdout] --> src/lib.rs:2874:9 [INFO] [stdout] | [INFO] [stdout] 2874 | pub pBackendVTable: *mut ma_resampling_backend_vtable, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_backend_vtable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackendUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:2875:9 [INFO] [stdout] | [INFO] [stdout] 2875 | pub pBackendUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_backend_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:2878:9 [INFO] [stdout] | [INFO] [stdout] 2878 | pub sampleRateIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:2879:9 [INFO] [stdout] | [INFO] [stdout] 2879 | pub sampleRateOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2881:9 [INFO] [stdout] | [INFO] [stdout] 2881 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:2882:9 [INFO] [stdout] | [INFO] [stdout] 2882 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_conversion_path_ma_channel_conversion_path_unknown` should have an upper case name [INFO] [stdout] --> src/lib.rs:2990:11 [INFO] [stdout] | [INFO] [stdout] 2990 | pub const ma_channel_conversion_path_ma_channel_conversion_path_unknown: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_CONVERSION_PATH_MA_CHANNEL_CONVERSION_PATH_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_conversion_path_ma_channel_conversion_path_passthrough` should have an upper case name [INFO] [stdout] --> src/lib.rs:2992:11 [INFO] [stdout] | [INFO] [stdout] 2992 | pub const ma_channel_conversion_path_ma_channel_conversion_path_passthrough: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_CONVERSION_PATH_MA_CHANNEL_CONVERSION_PATH_PASSTHROUGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_conversion_path_ma_channel_conversion_path_mono_out` should have an upper case name [INFO] [stdout] --> src/lib.rs:2994:11 [INFO] [stdout] | [INFO] [stdout] 2994 | pub const ma_channel_conversion_path_ma_channel_conversion_path_mono_out: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_CONVERSION_PATH_MA_CHANNEL_CONVERSION_PATH_MONO_OUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_conversion_path_ma_channel_conversion_path_mono_in` should have an upper case name [INFO] [stdout] --> src/lib.rs:2996:11 [INFO] [stdout] | [INFO] [stdout] 2996 | pub const ma_channel_conversion_path_ma_channel_conversion_path_mono_in: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_CONVERSION_PATH_MA_CHANNEL_CONVERSION_PATH_MONO_IN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_conversion_path_ma_channel_conversion_path_shuffle` should have an upper case name [INFO] [stdout] --> src/lib.rs:2998:11 [INFO] [stdout] | [INFO] [stdout] 2998 | pub const ma_channel_conversion_path_ma_channel_conversion_path_shuffle: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_CONVERSION_PATH_MA_CHANNEL_CONVERSION_PATH_SHUFFLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_channel_conversion_path_ma_channel_conversion_path_weights` should have an upper case name [INFO] [stdout] --> src/lib.rs:3000:11 [INFO] [stdout] | [INFO] [stdout] 3000 | pub const ma_channel_conversion_path_ma_channel_conversion_path_weights: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_CHANNEL_CONVERSION_PATH_MA_CHANNEL_CONVERSION_PATH_WEIGHTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_mono_expansion_mode_ma_mono_expansion_mode_duplicate` should have an upper case name [INFO] [stdout] --> src/lib.rs:3004:11 [INFO] [stdout] | [INFO] [stdout] 3004 | pub const ma_mono_expansion_mode_ma_mono_expansion_mode_duplicate: ma_mono_expansion_mode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_MONO_EXPANSION_MODE_MA_MONO_EXPANSION_MODE_DUPLICATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_mono_expansion_mode_ma_mono_expansion_mode_average` should have an upper case name [INFO] [stdout] --> src/lib.rs:3005:11 [INFO] [stdout] | [INFO] [stdout] 3005 | pub const ma_mono_expansion_mode_ma_mono_expansion_mode_average: ma_mono_expansion_mode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_MONO_EXPANSION_MODE_MA_MONO_EXPANSION_MODE_AVERAGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_mono_expansion_mode_ma_mono_expansion_mode_stereo_only` should have an upper case name [INFO] [stdout] --> src/lib.rs:3006:11 [INFO] [stdout] | [INFO] [stdout] 3006 | pub const ma_mono_expansion_mode_ma_mono_expansion_mode_stereo_only: ma_mono_expansion_mode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_MONO_EXPANSION_MODE_MA_MONO_EXPANSION_MODE_STEREO_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_mono_expansion_mode_ma_mono_expansion_mode_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:3007:11 [INFO] [stdout] | [INFO] [stdout] 3007 | pub const ma_mono_expansion_mode_ma_mono_expansion_mode_default: ma_mono_expansion_mode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_MONO_EXPANSION_MODE_MA_MONO_EXPANSION_MODE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3013:9 [INFO] [stdout] | [INFO] [stdout] 3013 | pub channelsIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channels_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3014:9 [INFO] [stdout] | [INFO] [stdout] 3014 | pub channelsOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `channels_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3015:9 [INFO] [stdout] | [INFO] [stdout] 3015 | pub pChannelMapIn: *const ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3016:9 [INFO] [stdout] | [INFO] [stdout] 3016 | pub pChannelMapOut: *const ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mixingMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:3017:9 [INFO] [stdout] | [INFO] [stdout] 3017 | pub mixingMode: ma_channel_mix_mode, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `mixing_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calculateLFEFromSpatialChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:3018:9 [INFO] [stdout] | [INFO] [stdout] 3018 | pub calculateLFEFromSpatialChannels: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `calculate_lfefrom_spatial_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ppWeights` should have a snake case name [INFO] [stdout] --> src/lib.rs:3019:9 [INFO] [stdout] | [INFO] [stdout] 3019 | pub ppWeights: *mut *mut f32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `pp_weights` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3060:9 [INFO] [stdout] | [INFO] [stdout] 3060 | pub channelsIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channels_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3061:9 [INFO] [stdout] | [INFO] [stdout] 3061 | pub channelsOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `channels_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mixingMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:3062:9 [INFO] [stdout] | [INFO] [stdout] 3062 | pub mixingMode: ma_channel_mix_mode, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `mixing_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `conversionPath` should have a snake case name [INFO] [stdout] --> src/lib.rs:3063:9 [INFO] [stdout] | [INFO] [stdout] 3063 | pub conversionPath: ma_channel_conversion_path, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `conversion_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3064:9 [INFO] [stdout] | [INFO] [stdout] 3064 | pub pChannelMapIn: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3065:9 [INFO] [stdout] | [INFO] [stdout] 3065 | pub pChannelMapOut: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pShuffleTable` should have a snake case name [INFO] [stdout] --> src/lib.rs:3066:9 [INFO] [stdout] | [INFO] [stdout] 3066 | pub pShuffleTable: *mut ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_shuffle_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:3068:9 [INFO] [stdout] | [INFO] [stdout] 3068 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:3069:9 [INFO] [stdout] | [INFO] [stdout] 3069 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `formatIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3167:9 [INFO] [stdout] | [INFO] [stdout] 3167 | pub formatIn: ma_format, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `format_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `formatOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3168:9 [INFO] [stdout] | [INFO] [stdout] 3168 | pub formatOut: ma_format, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `format_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3169:9 [INFO] [stdout] | [INFO] [stdout] 3169 | pub channelsIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channels_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3170:9 [INFO] [stdout] | [INFO] [stdout] 3170 | pub channelsOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `channels_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3171:9 [INFO] [stdout] | [INFO] [stdout] 3171 | pub sampleRateIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3172:9 [INFO] [stdout] | [INFO] [stdout] 3172 | pub sampleRateOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3173:9 [INFO] [stdout] | [INFO] [stdout] 3173 | pub pChannelMapIn: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMapOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3174:9 [INFO] [stdout] | [INFO] [stdout] 3174 | pub pChannelMapOut: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ditherMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:3175:9 [INFO] [stdout] | [INFO] [stdout] 3175 | pub ditherMode: ma_dither_mode, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `dither_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMixMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:3176:9 [INFO] [stdout] | [INFO] [stdout] 3176 | pub channelMixMode: ma_channel_mix_mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `channel_mix_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calculateLFEFromSpatialChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:3177:9 [INFO] [stdout] | [INFO] [stdout] 3177 | pub calculateLFEFromSpatialChannels: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `calculate_lfefrom_spatial_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ppChannelWeights` should have a snake case name [INFO] [stdout] --> src/lib.rs:3178:9 [INFO] [stdout] | [INFO] [stdout] 3178 | pub ppChannelWeights: *mut *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pp_channel_weights` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allowDynamicSampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:3179:9 [INFO] [stdout] | [INFO] [stdout] 3179 | pub allowDynamicSampleRate: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allow_dynamic_sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_data_converter_execution_path_ma_data_converter_execution_path_passthrough` should have an upper case name [INFO] [stdout] --> src/lib.rs:3232:11 [INFO] [stdout] | [INFO] [stdout] 3232 | pub const ma_data_converter_execution_path_ma_data_converter_execution_path_passthrough: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DATA_CONVERTER_EXECUTION_PATH_MA_DATA_CONVERTER_EXECUTION_PATH_PASSTHROUGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_data_converter_execution_path_ma_data_converter_execution_path_format_only` should have an upper case name [INFO] [stdout] --> src/lib.rs:3234:11 [INFO] [stdout] | [INFO] [stdout] 3234 | pub const ma_data_converter_execution_path_ma_data_converter_execution_path_format_only: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DATA_CONVERTER_EXECUTION_PATH_MA_DATA_CONVERTER_EXECUTION_PATH_FORMAT_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_data_converter_execution_path_ma_data_converter_execution_path_channels_only` should have an upper case name [INFO] [stdout] --> src/lib.rs:3236:11 [INFO] [stdout] | [INFO] [stdout] 3236 | pub const ma_data_converter_execution_path_ma_data_converter_execution_path_channels_only: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DATA_CONVERTER_EXECUTION_PATH_MA_DATA_CONVERTER_EXECUTION_PATH_CHANNELS_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_data_converter_execution_path_ma_data_converter_execution_path_resample_only` should have an upper case name [INFO] [stdout] --> src/lib.rs:3238:11 [INFO] [stdout] | [INFO] [stdout] 3238 | pub const ma_data_converter_execution_path_ma_data_converter_execution_path_resample_only: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DATA_CONVERTER_EXECUTION_PATH_MA_DATA_CONVERTER_EXECUTION_PATH_RESAMPLE_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_data_converter_execution_path_ma_data_converter_execution_path_resample_first` should have an upper case name [INFO] [stdout] --> src/lib.rs:3240:11 [INFO] [stdout] | [INFO] [stdout] 3240 | pub const ma_data_converter_execution_path_ma_data_converter_execution_path_resample_first: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DATA_CONVERTER_EXECUTION_PATH_MA_DATA_CONVERTER_EXECUTION_PATH_RESAMPLE_FIRST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_data_converter_execution_path_ma_data_converter_execution_path_channels_first` should have an upper case name [INFO] [stdout] --> src/lib.rs:3242:11 [INFO] [stdout] | [INFO] [stdout] 3242 | pub const ma_data_converter_execution_path_ma_data_converter_execution_path_channels_first: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DATA_CONVERTER_EXECUTION_PATH_MA_DATA_CONVERTER_EXECUTION_PATH_CHANNELS_FIRST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `formatIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3248:9 [INFO] [stdout] | [INFO] [stdout] 3248 | pub formatIn: ma_format, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `format_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `formatOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3249:9 [INFO] [stdout] | [INFO] [stdout] 3249 | pub formatOut: ma_format, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `format_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3250:9 [INFO] [stdout] | [INFO] [stdout] 3250 | pub channelsIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channels_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelsOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3251:9 [INFO] [stdout] | [INFO] [stdout] 3251 | pub channelsOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `channels_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:3252:9 [INFO] [stdout] | [INFO] [stdout] 3252 | pub sampleRateIn: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRateOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3253:9 [INFO] [stdout] | [INFO] [stdout] 3253 | pub sampleRateOut: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ditherMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:3254:9 [INFO] [stdout] | [INFO] [stdout] 3254 | pub ditherMode: ma_dither_mode, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `dither_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionPath` should have a snake case name [INFO] [stdout] --> src/lib.rs:3255:9 [INFO] [stdout] | [INFO] [stdout] 3255 | pub executionPath: ma_data_converter_execution_path, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelConverter` should have a snake case name [INFO] [stdout] --> src/lib.rs:3256:9 [INFO] [stdout] | [INFO] [stdout] 3256 | pub channelConverter: ma_channel_converter, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `channel_converter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasPreFormatConversion` should have a snake case name [INFO] [stdout] --> src/lib.rs:3258:9 [INFO] [stdout] | [INFO] [stdout] 3258 | pub hasPreFormatConversion: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `has_pre_format_conversion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasPostFormatConversion` should have a snake case name [INFO] [stdout] --> src/lib.rs:3259:9 [INFO] [stdout] | [INFO] [stdout] 3259 | pub hasPostFormatConversion: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `has_post_format_conversion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasChannelConverter` should have a snake case name [INFO] [stdout] --> src/lib.rs:3260:9 [INFO] [stdout] | [INFO] [stdout] 3260 | pub hasChannelConverter: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `has_channel_converter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hasResampler` should have a snake case name [INFO] [stdout] --> src/lib.rs:3261:9 [INFO] [stdout] | [INFO] [stdout] 3261 | pub hasResampler: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `has_resampler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isPassthrough` should have a snake case name [INFO] [stdout] --> src/lib.rs:3262:9 [INFO] [stdout] | [INFO] [stdout] 3262 | pub isPassthrough: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_passthrough` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:3263:9 [INFO] [stdout] | [INFO] [stdout] 3263 | pub _ownsHeap: ma_bool8, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:3264:9 [INFO] [stdout] | [INFO] [stdout] 3264 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:3693:9 [INFO] [stdout] | [INFO] [stdout] 3693 | pub onRead: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onSeek` should have a snake case name [INFO] [stdout] --> src/lib.rs:3701:9 [INFO] [stdout] | [INFO] [stdout] 3701 | pub onSeek: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_seek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetDataFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:3704:9 [INFO] [stdout] | [INFO] [stdout] 3704 | pub onGetDataFormat: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_data_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:3714:9 [INFO] [stdout] | [INFO] [stdout] 3714 | pub onGetCursor: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetLength` should have a snake case name [INFO] [stdout] --> src/lib.rs:3720:9 [INFO] [stdout] | [INFO] [stdout] 3720 | pub onGetLength: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onSetLooping` should have a snake case name [INFO] [stdout] --> src/lib.rs:3726:9 [INFO] [stdout] | [INFO] [stdout] 3726 | pub onSetLooping: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `on_set_looping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:3695:13 [INFO] [stdout] | [INFO] [stdout] 3695 | pDataSource: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFramesOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:3696:13 [INFO] [stdout] | [INFO] [stdout] 3696 | pFramesOut: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_frames_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `frameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:3697:13 [INFO] [stdout] | [INFO] [stdout] 3697 | frameCount: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFramesRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:3698:13 [INFO] [stdout] | [INFO] [stdout] 3698 | pFramesRead: *mut ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_frames_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:3702:30 [INFO] [stdout] | [INFO] [stdout] 3702 | unsafe extern "C" fn(pDataSource: *mut ma_data_source, frameIndex: ma_uint64) -> ma_result, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `frameIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:3702:64 [INFO] [stdout] | [INFO] [stdout] 3702 | unsafe extern "C" fn(pDataSource: *mut ma_data_source, frameIndex: ma_uint64) -> ma_result, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `frame_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:3706:13 [INFO] [stdout] | [INFO] [stdout] 3706 | pDataSource: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:3707:13 [INFO] [stdout] | [INFO] [stdout] 3707 | pFormat: *mut ma_format, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:3708:13 [INFO] [stdout] | [INFO] [stdout] 3708 | pChannels: *mut ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pSampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:3709:13 [INFO] [stdout] | [INFO] [stdout] 3709 | pSampleRate: *mut ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pChannelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:3710:13 [INFO] [stdout] | [INFO] [stdout] 3710 | pChannelMap: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `channelMapCap` should have a snake case name [INFO] [stdout] --> src/lib.rs:3711:13 [INFO] [stdout] | [INFO] [stdout] 3711 | channelMapCap: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `channel_map_cap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:3716:13 [INFO] [stdout] | [INFO] [stdout] 3716 | pDataSource: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:3717:13 [INFO] [stdout] | [INFO] [stdout] 3717 | pCursor: *mut ma_uint64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:3722:13 [INFO] [stdout] | [INFO] [stdout] 3722 | pDataSource: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pLength` should have a snake case name [INFO] [stdout] --> src/lib.rs:3723:13 [INFO] [stdout] | [INFO] [stdout] 3723 | pLength: *mut ma_uint64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:3727:30 [INFO] [stdout] | [INFO] [stdout] 3727 | unsafe extern "C" fn(pDataSource: *mut ma_data_source, isLooping: ma_bool32) -> ma_result, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `isLooping` should have a snake case name [INFO] [stdout] --> src/lib.rs:3727:64 [INFO] [stdout] | [INFO] [stdout] 3727 | unsafe extern "C" fn(pDataSource: *mut ma_data_source, isLooping: ma_bool32) -> ma_result, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_looping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:3752:26 [INFO] [stdout] | [INFO] [stdout] 3752 | unsafe extern "C" fn(pDataSource: *mut ma_data_source) -> *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rangeBegInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:3774:9 [INFO] [stdout] | [INFO] [stdout] 3774 | pub rangeBegInFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `range_beg_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rangeEndInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:3775:9 [INFO] [stdout] | [INFO] [stdout] 3775 | pub rangeEndInFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `range_end_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopBegInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:3776:9 [INFO] [stdout] | [INFO] [stdout] 3776 | pub loopBegInFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loop_beg_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopEndInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:3777:9 [INFO] [stdout] | [INFO] [stdout] 3777 | pub loopEndInFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loop_end_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pCurrent` should have a snake case name [INFO] [stdout] --> src/lib.rs:3778:9 [INFO] [stdout] | [INFO] [stdout] 3778 | pub pCurrent: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_current` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNext` should have a snake case name [INFO] [stdout] --> src/lib.rs:3779:9 [INFO] [stdout] | [INFO] [stdout] 3779 | pub pNext: *mut ma_data_source, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetNext` should have a snake case name [INFO] [stdout] --> src/lib.rs:3780:9 [INFO] [stdout] | [INFO] [stdout] 3780 | pub onGetNext: ma_data_source_get_next_proc, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `on_get_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isLooping` should have a snake case name [INFO] [stdout] --> src/lib.rs:3781:9 [INFO] [stdout] | [INFO] [stdout] 3781 | pub isLooping: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_looping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:3955:9 [INFO] [stdout] | [INFO] [stdout] 3955 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:3957:9 [INFO] [stdout] | [INFO] [stdout] 3957 | pub sizeInFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pData` should have a snake case name [INFO] [stdout] --> src/lib.rs:3958:9 [INFO] [stdout] | [INFO] [stdout] 3958 | pub pData: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:4051:9 [INFO] [stdout] | [INFO] [stdout] 4051 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:4052:9 [INFO] [stdout] | [INFO] [stdout] 4052 | pub sizeInFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pData` should have a snake case name [INFO] [stdout] --> src/lib.rs:4053:9 [INFO] [stdout] | [INFO] [stdout] 4053 | pub pData: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:4054:9 [INFO] [stdout] | [INFO] [stdout] 4054 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:4087:9 [INFO] [stdout] | [INFO] [stdout] 4087 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ownsData` should have a snake case name [INFO] [stdout] --> src/lib.rs:4088:9 [INFO] [stdout] | [INFO] [stdout] 4088 | pub ownsData: ma_bool32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `owns_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pExtraData` should have a snake case name [INFO] [stdout] --> src/lib.rs:4089:9 [INFO] [stdout] | [INFO] [stdout] 4089 | pub _pExtraData: [ma_uint8; 1usize], [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `_p_extra_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNext` should have a snake case name [INFO] [stdout] --> src/lib.rs:4179:9 [INFO] [stdout] | [INFO] [stdout] 4179 | pub pNext: *mut ma_paged_audio_buffer_page, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:4180:9 [INFO] [stdout] | [INFO] [stdout] 4180 | pub sizeInFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pAudioData` should have a snake case name [INFO] [stdout] --> src/lib.rs:4181:9 [INFO] [stdout] | [INFO] [stdout] 4181 | pub pAudioData: [ma_uint8; 1usize], [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_audio_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pTail` should have a snake case name [INFO] [stdout] --> src/lib.rs:4202:9 [INFO] [stdout] | [INFO] [stdout] 4202 | pub pTail: *mut ma_paged_audio_buffer_page, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_tail` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pData` should have a snake case name [INFO] [stdout] --> src/lib.rs:4281:9 [INFO] [stdout] | [INFO] [stdout] 4281 | pub pData: *mut ma_paged_audio_buffer_data, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pData` should have a snake case name [INFO] [stdout] --> src/lib.rs:4301:9 [INFO] [stdout] | [INFO] [stdout] 4301 | pub pData: *mut ma_paged_audio_buffer_data, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pCurrent` should have a snake case name [INFO] [stdout] --> src/lib.rs:4302:9 [INFO] [stdout] | [INFO] [stdout] 4302 | pub pCurrent: *mut ma_paged_audio_buffer_page, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_current` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `relativeCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:4303:9 [INFO] [stdout] | [INFO] [stdout] 4303 | pub relativeCursor: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `relative_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `absoluteCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:4304:9 [INFO] [stdout] | [INFO] [stdout] 4304 | pub absoluteCursor: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `absolute_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:4361:9 [INFO] [stdout] | [INFO] [stdout] 4361 | pub pBuffer: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `subbufferSizeInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:4362:9 [INFO] [stdout] | [INFO] [stdout] 4362 | pub subbufferSizeInBytes: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `subbuffer_size_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `subbufferCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:4363:9 [INFO] [stdout] | [INFO] [stdout] 4363 | pub subbufferCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `subbuffer_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `subbufferStrideInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:4364:9 [INFO] [stdout] | [INFO] [stdout] 4364 | pub subbufferStrideInBytes: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `subbuffer_stride_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `encodedReadOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:4365:9 [INFO] [stdout] | [INFO] [stdout] 4365 | pub encodedReadOffset: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encoded_read_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `encodedWriteOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:4366:9 [INFO] [stdout] | [INFO] [stdout] 4366 | pub encodedWriteOffset: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encoded_write_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ownsBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:4367:9 [INFO] [stdout] | [INFO] [stdout] 4367 | pub ownsBuffer: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `owns_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `clearOnWriteAcquire` should have a snake case name [INFO] [stdout] --> src/lib.rs:4368:9 [INFO] [stdout] | [INFO] [stdout] 4368 | pub clearOnWriteAcquire: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `clear_on_write_acquire` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:4369:9 [INFO] [stdout] | [INFO] [stdout] 4369 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:4474:9 [INFO] [stdout] | [INFO] [stdout] 4474 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onSignal` should have a snake case name [INFO] [stdout] --> src/lib.rs:4748:9 [INFO] [stdout] | [INFO] [stdout] 4748 | pub onSignal: [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `on_signal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:4749:52 [INFO] [stdout] | [INFO] [stdout] 4749 | ::std::option::Option, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pGroups` should have a snake case name [INFO] [stdout] --> src/lib.rs:4861:9 [INFO] [stdout] | [INFO] [stdout] 4861 | pub pGroups: *mut ma_slot_allocator_group, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_groups` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pSlots` should have a snake case name [INFO] [stdout] --> src/lib.rs:4862:9 [INFO] [stdout] | [INFO] [stdout] 4862 | pub pSlots: *mut ma_uint32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `p_slots` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:4865:9 [INFO] [stdout] | [INFO] [stdout] 4865 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:4866:9 [INFO] [stdout] | [INFO] [stdout] 4866 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pJob` should have a snake case name [INFO] [stdout] --> src/lib.rs:4921:67 [INFO] [stdout] | [INFO] [stdout] 4921 | pub type ma_job_proc = ::std::option::Option ma_result>; [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_job` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_QUIT` should have an upper case name [INFO] [stdout] --> src/lib.rs:4922:11 [INFO] [stdout] | [INFO] [stdout] 4922 | pub const ma_job_type_MA_JOB_TYPE_QUIT: ma_job_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_QUIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_CUSTOM` should have an upper case name [INFO] [stdout] --> src/lib.rs:4923:11 [INFO] [stdout] | [INFO] [stdout] 4923 | pub const ma_job_type_MA_JOB_TYPE_CUSTOM: ma_job_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_CUSTOM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_BUFFER_NODE` should have an upper case name [INFO] [stdout] --> src/lib.rs:4924:11 [INFO] [stdout] | [INFO] [stdout] 4924 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_BUFFER_NODE: ma_job_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_BUFFER_NODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_BUFFER_NODE` should have an upper case name [INFO] [stdout] --> src/lib.rs:4925:11 [INFO] [stdout] | [INFO] [stdout] 4925 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_BUFFER_NODE: ma_job_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_BUFFER_NODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_PAGE_DATA_BUFFER_NODE` should have an upper case name [INFO] [stdout] --> src/lib.rs:4926:11 [INFO] [stdout] | [INFO] [stdout] 4926 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_PAGE_DATA_BUFFER_NODE: ma_job_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_PAGE_DATA_BUFFER_NODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_BUFFER` should have an upper case name [INFO] [stdout] --> src/lib.rs:4927:11 [INFO] [stdout] | [INFO] [stdout] 4927 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_BUFFER: ma_job_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_BUFFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_BUFFER` should have an upper case name [INFO] [stdout] --> src/lib.rs:4928:11 [INFO] [stdout] | [INFO] [stdout] 4928 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_BUFFER: ma_job_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_BUFFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_STREAM` should have an upper case name [INFO] [stdout] --> src/lib.rs:4929:11 [INFO] [stdout] | [INFO] [stdout] 4929 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_STREAM: ma_job_type = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_LOAD_DATA_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_STREAM` should have an upper case name [INFO] [stdout] --> src/lib.rs:4930:11 [INFO] [stdout] | [INFO] [stdout] 4930 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_STREAM: ma_job_type = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_FREE_DATA_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_PAGE_DATA_STREAM` should have an upper case name [INFO] [stdout] --> src/lib.rs:4931:11 [INFO] [stdout] | [INFO] [stdout] 4931 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_PAGE_DATA_STREAM: ma_job_type = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_PAGE_DATA_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_SEEK_DATA_STREAM` should have an upper case name [INFO] [stdout] --> src/lib.rs:4932:11 [INFO] [stdout] | [INFO] [stdout] 4932 | pub const ma_job_type_MA_JOB_TYPE_RESOURCE_MANAGER_SEEK_DATA_STREAM: ma_job_type = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_RESOURCE_MANAGER_SEEK_DATA_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_DEVICE_AAUDIO_REROUTE` should have an upper case name [INFO] [stdout] --> src/lib.rs:4933:11 [INFO] [stdout] | [INFO] [stdout] 4933 | pub const ma_job_type_MA_JOB_TYPE_DEVICE_AAUDIO_REROUTE: ma_job_type = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_DEVICE_AAUDIO_REROUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_type_MA_JOB_TYPE_COUNT` should have an upper case name [INFO] [stdout] --> src/lib.rs:4934:11 [INFO] [stdout] | [INFO] [stdout] 4934 | pub const ma_job_type_MA_JOB_TYPE_COUNT: ma_job_type = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_TYPE_MA_JOB_TYPE_COUNT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `resourceManager` should have a snake case name [INFO] [stdout] --> src/lib.rs:4983:9 [INFO] [stdout] | [INFO] [stdout] 4983 | pub resourceManager: ma_job__bindgen_ty_2__bindgen_ty_2, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resource_manager` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loadDataBufferNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:5009:9 [INFO] [stdout] | [INFO] [stdout] 5009 | pub loadDataBufferNode: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `load_data_buffer_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `freeDataBufferNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:5010:9 [INFO] [stdout] | [INFO] [stdout] 5010 | pub freeDataBufferNode: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `free_data_buffer_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pageDataBufferNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:5011:9 [INFO] [stdout] | [INFO] [stdout] 5011 | pub pageDataBufferNode: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `page_data_buffer_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loadDataBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:5012:9 [INFO] [stdout] | [INFO] [stdout] 5012 | pub loadDataBuffer: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_4, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `load_data_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `freeDataBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:5013:9 [INFO] [stdout] | [INFO] [stdout] 5013 | pub freeDataBuffer: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_5, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `free_data_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loadDataStream` should have a snake case name [INFO] [stdout] --> src/lib.rs:5014:9 [INFO] [stdout] | [INFO] [stdout] 5014 | pub loadDataStream: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_6, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `load_data_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `freeDataStream` should have a snake case name [INFO] [stdout] --> src/lib.rs:5015:9 [INFO] [stdout] | [INFO] [stdout] 5015 | pub freeDataStream: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_7, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `free_data_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pageDataStream` should have a snake case name [INFO] [stdout] --> src/lib.rs:5016:9 [INFO] [stdout] | [INFO] [stdout] 5016 | pub pageDataStream: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_8, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `page_data_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `seekDataStream` should have a snake case name [INFO] [stdout] --> src/lib.rs:5017:9 [INFO] [stdout] | [INFO] [stdout] 5017 | pub seekDataStream: ma_job__bindgen_ty_2__bindgen_ty_2__bindgen_ty_9, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `seek_data_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pResourceManager` should have a snake case name [INFO] [stdout] --> src/lib.rs:5022:9 [INFO] [stdout] | [INFO] [stdout] 5022 | pub pResourceManager: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_resource_manager` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataBufferNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:5023:9 [INFO] [stdout] | [INFO] [stdout] 5023 | pub pDataBufferNode: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_buffer_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pFilePath` should have a snake case name [INFO] [stdout] --> src/lib.rs:5024:9 [INFO] [stdout] | [INFO] [stdout] 5024 | pub pFilePath: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_file_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pFilePathW` should have a snake case name [INFO] [stdout] --> src/lib.rs:5025:9 [INFO] [stdout] | [INFO] [stdout] 5025 | pub pFilePathW: *mut wchar_t, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_file_path_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInitNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5027:9 [INFO] [stdout] | [INFO] [stdout] 5027 | pub pInitNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_init_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5028:9 [INFO] [stdout] | [INFO] [stdout] 5028 | pub pDoneNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_done_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInitFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5029:9 [INFO] [stdout] | [INFO] [stdout] 5029 | pub pInitFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_init_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5030:9 [INFO] [stdout] | [INFO] [stdout] 5030 | pub pDoneFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_done_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pResourceManager` should have a snake case name [INFO] [stdout] --> src/lib.rs:5080:9 [INFO] [stdout] | [INFO] [stdout] 5080 | pub pResourceManager: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_resource_manager` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataBufferNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:5081:9 [INFO] [stdout] | [INFO] [stdout] 5081 | pub pDataBufferNode: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_buffer_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5082:9 [INFO] [stdout] | [INFO] [stdout] 5082 | pub pDoneNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_done_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5083:9 [INFO] [stdout] | [INFO] [stdout] 5083 | pub pDoneFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_done_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pResourceManager` should have a snake case name [INFO] [stdout] --> src/lib.rs:5114:9 [INFO] [stdout] | [INFO] [stdout] 5114 | pub pResourceManager: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_resource_manager` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataBufferNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:5115:9 [INFO] [stdout] | [INFO] [stdout] 5115 | pub pDataBufferNode: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_buffer_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDecoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:5116:9 [INFO] [stdout] | [INFO] [stdout] 5116 | pub pDecoder: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5117:9 [INFO] [stdout] | [INFO] [stdout] 5117 | pub pDoneNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_done_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5118:9 [INFO] [stdout] | [INFO] [stdout] 5118 | pub pDoneFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_done_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:5153:9 [INFO] [stdout] | [INFO] [stdout] 5153 | pub pDataBuffer: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInitNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5154:9 [INFO] [stdout] | [INFO] [stdout] 5154 | pub pInitNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_init_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5155:9 [INFO] [stdout] | [INFO] [stdout] 5155 | pub pDoneNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_done_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInitFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5156:9 [INFO] [stdout] | [INFO] [stdout] 5156 | pub pInitFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_init_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5157:9 [INFO] [stdout] | [INFO] [stdout] 5157 | pub pDoneFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_done_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rangeBegInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:5158:9 [INFO] [stdout] | [INFO] [stdout] 5158 | pub rangeBegInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `range_beg_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rangeEndInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:5159:9 [INFO] [stdout] | [INFO] [stdout] 5159 | pub rangeEndInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `range_end_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopPointBegInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:5160:9 [INFO] [stdout] | [INFO] [stdout] 5160 | pub loopPointBegInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loop_point_beg_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopPointEndInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:5161:9 [INFO] [stdout] | [INFO] [stdout] 5161 | pub loopPointEndInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loop_point_end_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isLooping` should have a snake case name [INFO] [stdout] --> src/lib.rs:5162:9 [INFO] [stdout] | [INFO] [stdout] 5162 | pub isLooping: ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_looping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:5212:9 [INFO] [stdout] | [INFO] [stdout] 5212 | pub pDataBuffer: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5213:9 [INFO] [stdout] | [INFO] [stdout] 5213 | pub pDoneNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_done_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5214:9 [INFO] [stdout] | [INFO] [stdout] 5214 | pub pDoneFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_done_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataStream` should have a snake case name [INFO] [stdout] --> src/lib.rs:5239:9 [INFO] [stdout] | [INFO] [stdout] 5239 | pub pDataStream: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pFilePath` should have a snake case name [INFO] [stdout] --> src/lib.rs:5240:9 [INFO] [stdout] | [INFO] [stdout] 5240 | pub pFilePath: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_file_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pFilePathW` should have a snake case name [INFO] [stdout] --> src/lib.rs:5241:9 [INFO] [stdout] | [INFO] [stdout] 5241 | pub pFilePathW: *mut wchar_t, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_file_path_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `initialSeekPoint` should have a snake case name [INFO] [stdout] --> src/lib.rs:5242:9 [INFO] [stdout] | [INFO] [stdout] 5242 | pub initialSeekPoint: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `initial_seek_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInitNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5243:9 [INFO] [stdout] | [INFO] [stdout] 5243 | pub pInitNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_init_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInitFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5244:9 [INFO] [stdout] | [INFO] [stdout] 5244 | pub pInitFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_init_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataStream` should have a snake case name [INFO] [stdout] --> src/lib.rs:5282:9 [INFO] [stdout] | [INFO] [stdout] 5282 | pub pDataStream: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5283:9 [INFO] [stdout] | [INFO] [stdout] 5283 | pub pDoneNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_done_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDoneFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:5284:9 [INFO] [stdout] | [INFO] [stdout] 5284 | pub pDoneFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_done_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataStream` should have a snake case name [INFO] [stdout] --> src/lib.rs:5309:9 [INFO] [stdout] | [INFO] [stdout] 5309 | pub pDataStream: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pageIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:5310:9 [INFO] [stdout] | [INFO] [stdout] 5310 | pub pageIndex: ma_uint32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `page_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataStream` should have a snake case name [INFO] [stdout] --> src/lib.rs:5330:9 [INFO] [stdout] | [INFO] [stdout] 5330 | pub pDataStream: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `frameIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:5331:9 [INFO] [stdout] | [INFO] [stdout] 5331 | pub frameIndex: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `frame_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:5386:9 [INFO] [stdout] | [INFO] [stdout] 5386 | pub pDevice: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deviceType` should have a snake case name [INFO] [stdout] --> src/lib.rs:5387:9 [INFO] [stdout] | [INFO] [stdout] 5387 | pub deviceType: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `device_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_job_queue_flags_MA_JOB_QUEUE_FLAG_NON_BLOCKING` should have an upper case name [INFO] [stdout] --> src/lib.rs:5450:11 [INFO] [stdout] | [INFO] [stdout] 5450 | pub const ma_job_queue_flags_MA_JOB_QUEUE_FLAG_NON_BLOCKING: ma_job_queue_flags = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_JOB_QUEUE_FLAGS_MA_JOB_QUEUE_FLAG_NON_BLOCKING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pJobs` should have a snake case name [INFO] [stdout] --> src/lib.rs:5479:9 [INFO] [stdout] | [INFO] [stdout] 5479 | pub pJobs: *mut ma_job, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_jobs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:5481:9 [INFO] [stdout] | [INFO] [stdout] 5481 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:5482:9 [INFO] [stdout] | [INFO] [stdout] 5482 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_state_ma_device_state_uninitialized` should have an upper case name [INFO] [stdout] --> src/lib.rs:5535:11 [INFO] [stdout] | [INFO] [stdout] 5535 | pub const ma_device_state_ma_device_state_uninitialized: ma_device_state = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_STATE_MA_DEVICE_STATE_UNINITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_state_ma_device_state_stopped` should have an upper case name [INFO] [stdout] --> src/lib.rs:5536:11 [INFO] [stdout] | [INFO] [stdout] 5536 | pub const ma_device_state_ma_device_state_stopped: ma_device_state = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_STATE_MA_DEVICE_STATE_STOPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_state_ma_device_state_started` should have an upper case name [INFO] [stdout] --> src/lib.rs:5537:11 [INFO] [stdout] | [INFO] [stdout] 5537 | pub const ma_device_state_ma_device_state_started: ma_device_state = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_STATE_MA_DEVICE_STATE_STARTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_state_ma_device_state_starting` should have an upper case name [INFO] [stdout] --> src/lib.rs:5538:11 [INFO] [stdout] | [INFO] [stdout] 5538 | pub const ma_device_state_ma_device_state_starting: ma_device_state = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_STATE_MA_DEVICE_STATE_STARTING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_state_ma_device_state_stopping` should have an upper case name [INFO] [stdout] --> src/lib.rs:5539:11 [INFO] [stdout] | [INFO] [stdout] 5539 | pub const ma_device_state_ma_device_state_stopping: ma_device_state = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_STATE_MA_DEVICE_STATE_STOPPING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lpVtbl` should have a snake case name [INFO] [stdout] --> src/lib.rs:5557:9 [INFO] [stdout] | [INFO] [stdout] 5557 | pub lpVtbl: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `lp_vtbl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:5559:9 [INFO] [stdout] | [INFO] [stdout] 5559 | pub pDevice: *mut ma_device, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_wasapi` should have an upper case name [INFO] [stdout] --> src/lib.rs:5574:11 [INFO] [stdout] | [INFO] [stdout] 5574 | pub const ma_backend_ma_backend_wasapi: ma_backend = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_WASAPI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_dsound` should have an upper case name [INFO] [stdout] --> src/lib.rs:5575:11 [INFO] [stdout] | [INFO] [stdout] 5575 | pub const ma_backend_ma_backend_dsound: ma_backend = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_DSOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_winmm` should have an upper case name [INFO] [stdout] --> src/lib.rs:5576:11 [INFO] [stdout] | [INFO] [stdout] 5576 | pub const ma_backend_ma_backend_winmm: ma_backend = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_WINMM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_coreaudio` should have an upper case name [INFO] [stdout] --> src/lib.rs:5577:11 [INFO] [stdout] | [INFO] [stdout] 5577 | pub const ma_backend_ma_backend_coreaudio: ma_backend = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_COREAUDIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_sndio` should have an upper case name [INFO] [stdout] --> src/lib.rs:5578:11 [INFO] [stdout] | [INFO] [stdout] 5578 | pub const ma_backend_ma_backend_sndio: ma_backend = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_SNDIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_audio4` should have an upper case name [INFO] [stdout] --> src/lib.rs:5579:11 [INFO] [stdout] | [INFO] [stdout] 5579 | pub const ma_backend_ma_backend_audio4: ma_backend = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_AUDIO4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_oss` should have an upper case name [INFO] [stdout] --> src/lib.rs:5580:11 [INFO] [stdout] | [INFO] [stdout] 5580 | pub const ma_backend_ma_backend_oss: ma_backend = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_OSS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_pulseaudio` should have an upper case name [INFO] [stdout] --> src/lib.rs:5581:11 [INFO] [stdout] | [INFO] [stdout] 5581 | pub const ma_backend_ma_backend_pulseaudio: ma_backend = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_PULSEAUDIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_alsa` should have an upper case name [INFO] [stdout] --> src/lib.rs:5582:11 [INFO] [stdout] | [INFO] [stdout] 5582 | pub const ma_backend_ma_backend_alsa: ma_backend = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_ALSA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_jack` should have an upper case name [INFO] [stdout] --> src/lib.rs:5583:11 [INFO] [stdout] | [INFO] [stdout] 5583 | pub const ma_backend_ma_backend_jack: ma_backend = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_JACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_aaudio` should have an upper case name [INFO] [stdout] --> src/lib.rs:5584:11 [INFO] [stdout] | [INFO] [stdout] 5584 | pub const ma_backend_ma_backend_aaudio: ma_backend = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_AAUDIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_opensl` should have an upper case name [INFO] [stdout] --> src/lib.rs:5585:11 [INFO] [stdout] | [INFO] [stdout] 5585 | pub const ma_backend_ma_backend_opensl: ma_backend = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_OPENSL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_webaudio` should have an upper case name [INFO] [stdout] --> src/lib.rs:5586:11 [INFO] [stdout] | [INFO] [stdout] 5586 | pub const ma_backend_ma_backend_webaudio: ma_backend = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_WEBAUDIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_custom` should have an upper case name [INFO] [stdout] --> src/lib.rs:5587:11 [INFO] [stdout] | [INFO] [stdout] 5587 | pub const ma_backend_ma_backend_custom: ma_backend = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_CUSTOM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_backend_ma_backend_null` should have an upper case name [INFO] [stdout] --> src/lib.rs:5588:11 [INFO] [stdout] | [INFO] [stdout] 5588 | pub const ma_backend_ma_backend_null: ma_backend = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_BACKEND_MA_BACKEND_NULL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noThread` should have a snake case name [INFO] [stdout] --> src/lib.rs:5593:9 [INFO] [stdout] | [INFO] [stdout] 5593 | pub noThread: ma_bool32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `no_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jobQueueCapacity` should have a snake case name [INFO] [stdout] --> src/lib.rs:5594:9 [INFO] [stdout] | [INFO] [stdout] 5594 | pub jobQueueCapacity: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `job_queue_capacity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jobQueueFlags` should have a snake case name [INFO] [stdout] --> src/lib.rs:5595:9 [INFO] [stdout] | [INFO] [stdout] 5595 | pub jobQueueFlags: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `job_queue_flags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jobQueue` should have a snake case name [INFO] [stdout] --> src/lib.rs:5617:9 [INFO] [stdout] | [INFO] [stdout] 5617 | pub jobQueue: ma_job_queue, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `job_queue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_hasThread` should have a snake case name [INFO] [stdout] --> src/lib.rs:5618:9 [INFO] [stdout] | [INFO] [stdout] 5618 | pub _hasThread: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `_has_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_notification_type_ma_device_notification_type_started` should have an upper case name [INFO] [stdout] --> src/lib.rs:5656:11 [INFO] [stdout] | [INFO] [stdout] 5656 | pub const ma_device_notification_type_ma_device_notification_type_started: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_NOTIFICATION_TYPE_MA_DEVICE_NOTIFICATION_TYPE_STARTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_notification_type_ma_device_notification_type_stopped` should have an upper case name [INFO] [stdout] --> src/lib.rs:5658:11 [INFO] [stdout] | [INFO] [stdout] 5658 | pub const ma_device_notification_type_ma_device_notification_type_stopped: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_NOTIFICATION_TYPE_MA_DEVICE_NOTIFICATION_TYPE_STOPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_notification_type_ma_device_notification_type_rerouted` should have an upper case name [INFO] [stdout] --> src/lib.rs:5660:11 [INFO] [stdout] | [INFO] [stdout] 5660 | pub const ma_device_notification_type_ma_device_notification_type_rerouted: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_NOTIFICATION_TYPE_MA_DEVICE_NOTIFICATION_TYPE_REROUTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_notification_type_ma_device_notification_type_interruption_began` should have an upper case name [INFO] [stdout] --> src/lib.rs:5662:11 [INFO] [stdout] | [INFO] [stdout] 5662 | pub const ma_device_notification_type_ma_device_notification_type_interruption_began: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_NOTIFICATION_TYPE_MA_DEVICE_NOTIFICATION_TYPE_INTERRUPTION_BEGAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_notification_type_ma_device_notification_type_interruption_ended` should have an upper case name [INFO] [stdout] --> src/lib.rs:5664:11 [INFO] [stdout] | [INFO] [stdout] 5664 | pub const ma_device_notification_type_ma_device_notification_type_interruption_ended: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_NOTIFICATION_TYPE_MA_DEVICE_NOTIFICATION_TYPE_INTERRUPTION_ENDED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_notification_type_ma_device_notification_type_unlocked` should have an upper case name [INFO] [stdout] --> src/lib.rs:5666:11 [INFO] [stdout] | [INFO] [stdout] 5666 | pub const ma_device_notification_type_ma_device_notification_type_unlocked: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_NOTIFICATION_TYPE_MA_DEVICE_NOTIFICATION_TYPE_UNLOCKED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:5672:9 [INFO] [stdout] | [INFO] [stdout] 5672 | pub pDevice: *mut ma_device, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:5776:48 [INFO] [stdout] | [INFO] [stdout] 5776 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:5779:9 [INFO] [stdout] | [INFO] [stdout] 5779 | pDevice: *mut ma_device, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pOutput` should have a snake case name [INFO] [stdout] --> src/lib.rs:5780:9 [INFO] [stdout] | [INFO] [stdout] 5780 | pOutput: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pInput` should have a snake case name [INFO] [stdout] --> src/lib.rs:5781:9 [INFO] [stdout] | [INFO] [stdout] 5781 | pInput: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `p_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `frameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:5782:9 [INFO] [stdout] | [INFO] [stdout] 5782 | frameCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:5785:68 [INFO] [stdout] | [INFO] [stdout] 5785 | pub type ma_stop_proc = ::std::option::Option; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_type_ma_device_type_playback` should have an upper case name [INFO] [stdout] --> src/lib.rs:5786:11 [INFO] [stdout] | [INFO] [stdout] 5786 | pub const ma_device_type_ma_device_type_playback: ma_device_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_TYPE_MA_DEVICE_TYPE_PLAYBACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_type_ma_device_type_capture` should have an upper case name [INFO] [stdout] --> src/lib.rs:5787:11 [INFO] [stdout] | [INFO] [stdout] 5787 | pub const ma_device_type_ma_device_type_capture: ma_device_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_TYPE_MA_DEVICE_TYPE_CAPTURE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_type_ma_device_type_duplex` should have an upper case name [INFO] [stdout] --> src/lib.rs:5788:11 [INFO] [stdout] | [INFO] [stdout] 5788 | pub const ma_device_type_ma_device_type_duplex: ma_device_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_TYPE_MA_DEVICE_TYPE_DUPLEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_device_type_ma_device_type_loopback` should have an upper case name [INFO] [stdout] --> src/lib.rs:5789:11 [INFO] [stdout] | [INFO] [stdout] 5789 | pub const ma_device_type_ma_device_type_loopback: ma_device_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_DEVICE_TYPE_MA_DEVICE_TYPE_LOOPBACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_share_mode_ma_share_mode_shared` should have an upper case name [INFO] [stdout] --> src/lib.rs:5791:11 [INFO] [stdout] | [INFO] [stdout] 5791 | pub const ma_share_mode_ma_share_mode_shared: ma_share_mode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_SHARE_MODE_MA_SHARE_MODE_SHARED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_share_mode_ma_share_mode_exclusive` should have an upper case name [INFO] [stdout] --> src/lib.rs:5792:11 [INFO] [stdout] | [INFO] [stdout] 5792 | pub const ma_share_mode_ma_share_mode_exclusive: ma_share_mode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_SHARE_MODE_MA_SHARE_MODE_EXCLUSIVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_ma_ios_session_category_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:5794:11 [INFO] [stdout] | [INFO] [stdout] 5794 | pub const ma_ios_session_category_ma_ios_session_category_default: ma_ios_session_category = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_MA_IOS_SESSION_CATEGORY_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_ma_ios_session_category_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:5795:11 [INFO] [stdout] | [INFO] [stdout] 5795 | pub const ma_ios_session_category_ma_ios_session_category_none: ma_ios_session_category = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_MA_IOS_SESSION_CATEGORY_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_ma_ios_session_category_ambient` should have an upper case name [INFO] [stdout] --> src/lib.rs:5796:11 [INFO] [stdout] | [INFO] [stdout] 5796 | pub const ma_ios_session_category_ma_ios_session_category_ambient: ma_ios_session_category = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_MA_IOS_SESSION_CATEGORY_AMBIENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_ma_ios_session_category_solo_ambient` should have an upper case name [INFO] [stdout] --> src/lib.rs:5797:11 [INFO] [stdout] | [INFO] [stdout] 5797 | pub const ma_ios_session_category_ma_ios_session_category_solo_ambient: ma_ios_session_category = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_MA_IOS_SESSION_CATEGORY_SOLO_AMBIENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_ma_ios_session_category_playback` should have an upper case name [INFO] [stdout] --> src/lib.rs:5798:11 [INFO] [stdout] | [INFO] [stdout] 5798 | pub const ma_ios_session_category_ma_ios_session_category_playback: ma_ios_session_category = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_MA_IOS_SESSION_CATEGORY_PLAYBACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_ma_ios_session_category_record` should have an upper case name [INFO] [stdout] --> src/lib.rs:5799:11 [INFO] [stdout] | [INFO] [stdout] 5799 | pub const ma_ios_session_category_ma_ios_session_category_record: ma_ios_session_category = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_MA_IOS_SESSION_CATEGORY_RECORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_ma_ios_session_category_play_and_record` should have an upper case name [INFO] [stdout] --> src/lib.rs:5800:11 [INFO] [stdout] | [INFO] [stdout] 5800 | pub const ma_ios_session_category_ma_ios_session_category_play_and_record: ma_ios_session_category = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_MA_IOS_SESSION_CATEGORY_PLAY_AND_RECORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_ma_ios_session_category_multi_route` should have an upper case name [INFO] [stdout] --> src/lib.rs:5802:11 [INFO] [stdout] | [INFO] [stdout] 5802 | pub const ma_ios_session_category_ma_ios_session_category_multi_route: ma_ios_session_category = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_MA_IOS_SESSION_CATEGORY_MULTI_ROUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_option_ma_ios_session_category_option_mix_with_others` should have an upper case name [INFO] [stdout] --> src/lib.rs:5804:11 [INFO] [stdout] | [INFO] [stdout] 5804 | pub const ma_ios_session_category_option_ma_ios_session_category_option_mix_with_others: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_OPTION_MA_IOS_SESSION_CATEGORY_OPTION_MIX_WITH_OTHERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_option_ma_ios_session_category_option_duck_others` should have an upper case name [INFO] [stdout] --> src/lib.rs:5806:11 [INFO] [stdout] | [INFO] [stdout] 5806 | pub const ma_ios_session_category_option_ma_ios_session_category_option_duck_others: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_OPTION_MA_IOS_SESSION_CATEGORY_OPTION_DUCK_OTHERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_option_ma_ios_session_category_option_allow_bluetooth` should have an upper case name [INFO] [stdout] --> src/lib.rs:5808:11 [INFO] [stdout] | [INFO] [stdout] 5808 | pub const ma_ios_session_category_option_ma_ios_session_category_option_allow_bluetooth: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_OPTION_MA_IOS_SESSION_CATEGORY_OPTION_ALLOW_BLUETOOTH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_option_ma_ios_session_category_option_default_to_speaker` should have an upper case name [INFO] [stdout] --> src/lib.rs:5810:11 [INFO] [stdout] | [INFO] [stdout] 5810 | pub const ma_ios_session_category_option_ma_ios_session_category_option_default_to_speaker: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_OPTION_MA_IOS_SESSION_CATEGORY_OPTION_DEFAULT_TO_SPEAKER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_option_ma_ios_session_category_option_interrupt_spoken_audio_and_mix_with_others` should have an upper case name [INFO] [stdout] --> src/lib.rs:5812:11 [INFO] [stdout] | [INFO] [stdout] 5812 | pub const ma_ios_session_category_option_ma_ios_session_category_option_interrupt_spoken_audio_and_mix_with_others : ma_ios_sessio... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_OPTION_MA_IOS_SESSION_CATEGORY_OPTION_INTERRUPT_SPOKEN_AUDIO_AND_MIX_WITH_OTHERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_option_ma_ios_session_category_option_allow_bluetooth_a2dp` should have an upper case name [INFO] [stdout] --> src/lib.rs:5813:11 [INFO] [stdout] | [INFO] [stdout] 5813 | pub const ma_ios_session_category_option_ma_ios_session_category_option_allow_bluetooth_a2dp: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_OPTION_MA_IOS_SESSION_CATEGORY_OPTION_ALLOW_BLUETOOTH_A2DP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_ios_session_category_option_ma_ios_session_category_option_allow_air_play` should have an upper case name [INFO] [stdout] --> src/lib.rs:5815:11 [INFO] [stdout] | [INFO] [stdout] 5815 | pub const ma_ios_session_category_option_ma_ios_session_category_option_allow_air_play: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_IOS_SESSION_CATEGORY_OPTION_MA_IOS_SESSION_CATEGORY_OPTION_ALLOW_AIR_PLAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_stream_type_ma_opensl_stream_type_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:5818:11 [INFO] [stdout] | [INFO] [stdout] 5818 | pub const ma_opensl_stream_type_ma_opensl_stream_type_default: ma_opensl_stream_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_STREAM_TYPE_MA_OPENSL_STREAM_TYPE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_stream_type_ma_opensl_stream_type_voice` should have an upper case name [INFO] [stdout] --> src/lib.rs:5819:11 [INFO] [stdout] | [INFO] [stdout] 5819 | pub const ma_opensl_stream_type_ma_opensl_stream_type_voice: ma_opensl_stream_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_STREAM_TYPE_MA_OPENSL_STREAM_TYPE_VOICE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_stream_type_ma_opensl_stream_type_system` should have an upper case name [INFO] [stdout] --> src/lib.rs:5820:11 [INFO] [stdout] | [INFO] [stdout] 5820 | pub const ma_opensl_stream_type_ma_opensl_stream_type_system: ma_opensl_stream_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_STREAM_TYPE_MA_OPENSL_STREAM_TYPE_SYSTEM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_stream_type_ma_opensl_stream_type_ring` should have an upper case name [INFO] [stdout] --> src/lib.rs:5821:11 [INFO] [stdout] | [INFO] [stdout] 5821 | pub const ma_opensl_stream_type_ma_opensl_stream_type_ring: ma_opensl_stream_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_STREAM_TYPE_MA_OPENSL_STREAM_TYPE_RING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_stream_type_ma_opensl_stream_type_media` should have an upper case name [INFO] [stdout] --> src/lib.rs:5822:11 [INFO] [stdout] | [INFO] [stdout] 5822 | pub const ma_opensl_stream_type_ma_opensl_stream_type_media: ma_opensl_stream_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_STREAM_TYPE_MA_OPENSL_STREAM_TYPE_MEDIA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_stream_type_ma_opensl_stream_type_alarm` should have an upper case name [INFO] [stdout] --> src/lib.rs:5823:11 [INFO] [stdout] | [INFO] [stdout] 5823 | pub const ma_opensl_stream_type_ma_opensl_stream_type_alarm: ma_opensl_stream_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_STREAM_TYPE_MA_OPENSL_STREAM_TYPE_ALARM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_stream_type_ma_opensl_stream_type_notification` should have an upper case name [INFO] [stdout] --> src/lib.rs:5824:11 [INFO] [stdout] | [INFO] [stdout] 5824 | pub const ma_opensl_stream_type_ma_opensl_stream_type_notification: ma_opensl_stream_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_STREAM_TYPE_MA_OPENSL_STREAM_TYPE_NOTIFICATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_recording_preset_ma_opensl_recording_preset_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:5826:11 [INFO] [stdout] | [INFO] [stdout] 5826 | pub const ma_opensl_recording_preset_ma_opensl_recording_preset_default: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_RECORDING_PRESET_MA_OPENSL_RECORDING_PRESET_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_recording_preset_ma_opensl_recording_preset_generic` should have an upper case name [INFO] [stdout] --> src/lib.rs:5828:11 [INFO] [stdout] | [INFO] [stdout] 5828 | pub const ma_opensl_recording_preset_ma_opensl_recording_preset_generic: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_RECORDING_PRESET_MA_OPENSL_RECORDING_PRESET_GENERIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_recording_preset_ma_opensl_recording_preset_camcorder` should have an upper case name [INFO] [stdout] --> src/lib.rs:5830:11 [INFO] [stdout] | [INFO] [stdout] 5830 | pub const ma_opensl_recording_preset_ma_opensl_recording_preset_camcorder: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_RECORDING_PRESET_MA_OPENSL_RECORDING_PRESET_CAMCORDER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_recording_preset_ma_opensl_recording_preset_voice_recognition` should have an upper case name [INFO] [stdout] --> src/lib.rs:5832:11 [INFO] [stdout] | [INFO] [stdout] 5832 | pub const ma_opensl_recording_preset_ma_opensl_recording_preset_voice_recognition: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_RECORDING_PRESET_MA_OPENSL_RECORDING_PRESET_VOICE_RECOGNITION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_recording_preset_ma_opensl_recording_preset_voice_communication` should have an upper case name [INFO] [stdout] --> src/lib.rs:5834:11 [INFO] [stdout] | [INFO] [stdout] 5834 | pub const ma_opensl_recording_preset_ma_opensl_recording_preset_voice_communication: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_RECORDING_PRESET_MA_OPENSL_RECORDING_PRESET_VOICE_COMMUNICATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_opensl_recording_preset_ma_opensl_recording_preset_voice_unprocessed` should have an upper case name [INFO] [stdout] --> src/lib.rs:5836:11 [INFO] [stdout] | [INFO] [stdout] 5836 | pub const ma_opensl_recording_preset_ma_opensl_recording_preset_voice_unprocessed: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPENSL_RECORDING_PRESET_MA_OPENSL_RECORDING_PRESET_VOICE_UNPROCESSED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_wasapi_usage_ma_wasapi_usage_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:5839:11 [INFO] [stdout] | [INFO] [stdout] 5839 | pub const ma_wasapi_usage_ma_wasapi_usage_default: ma_wasapi_usage = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_WASAPI_USAGE_MA_WASAPI_USAGE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_wasapi_usage_ma_wasapi_usage_games` should have an upper case name [INFO] [stdout] --> src/lib.rs:5840:11 [INFO] [stdout] | [INFO] [stdout] 5840 | pub const ma_wasapi_usage_ma_wasapi_usage_games: ma_wasapi_usage = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_WASAPI_USAGE_MA_WASAPI_USAGE_GAMES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_wasapi_usage_ma_wasapi_usage_pro_audio` should have an upper case name [INFO] [stdout] --> src/lib.rs:5841:11 [INFO] [stdout] | [INFO] [stdout] 5841 | pub const ma_wasapi_usage_ma_wasapi_usage_pro_audio: ma_wasapi_usage = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_WASAPI_USAGE_MA_WASAPI_USAGE_PRO_AUDIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:5843:11 [INFO] [stdout] | [INFO] [stdout] 5843 | pub const ma_aaudio_usage_ma_aaudio_usage_default: ma_aaudio_usage = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_media` should have an upper case name [INFO] [stdout] --> src/lib.rs:5844:11 [INFO] [stdout] | [INFO] [stdout] 5844 | pub const ma_aaudio_usage_ma_aaudio_usage_media: ma_aaudio_usage = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_MEDIA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_voice_communication` should have an upper case name [INFO] [stdout] --> src/lib.rs:5845:11 [INFO] [stdout] | [INFO] [stdout] 5845 | pub const ma_aaudio_usage_ma_aaudio_usage_voice_communication: ma_aaudio_usage = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_VOICE_COMMUNICATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_voice_communication_signalling` should have an upper case name [INFO] [stdout] --> src/lib.rs:5846:11 [INFO] [stdout] | [INFO] [stdout] 5846 | pub const ma_aaudio_usage_ma_aaudio_usage_voice_communication_signalling: ma_aaudio_usage = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_alarm` should have an upper case name [INFO] [stdout] --> src/lib.rs:5847:11 [INFO] [stdout] | [INFO] [stdout] 5847 | pub const ma_aaudio_usage_ma_aaudio_usage_alarm: ma_aaudio_usage = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_ALARM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_notification` should have an upper case name [INFO] [stdout] --> src/lib.rs:5848:11 [INFO] [stdout] | [INFO] [stdout] 5848 | pub const ma_aaudio_usage_ma_aaudio_usage_notification: ma_aaudio_usage = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_NOTIFICATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_notification_ringtone` should have an upper case name [INFO] [stdout] --> src/lib.rs:5849:11 [INFO] [stdout] | [INFO] [stdout] 5849 | pub const ma_aaudio_usage_ma_aaudio_usage_notification_ringtone: ma_aaudio_usage = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_NOTIFICATION_RINGTONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_notification_event` should have an upper case name [INFO] [stdout] --> src/lib.rs:5850:11 [INFO] [stdout] | [INFO] [stdout] 5850 | pub const ma_aaudio_usage_ma_aaudio_usage_notification_event: ma_aaudio_usage = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_NOTIFICATION_EVENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_assistance_accessibility` should have an upper case name [INFO] [stdout] --> src/lib.rs:5851:11 [INFO] [stdout] | [INFO] [stdout] 5851 | pub const ma_aaudio_usage_ma_aaudio_usage_assistance_accessibility: ma_aaudio_usage = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_ASSISTANCE_ACCESSIBILITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_assistance_navigation_guidance` should have an upper case name [INFO] [stdout] --> src/lib.rs:5852:11 [INFO] [stdout] | [INFO] [stdout] 5852 | pub const ma_aaudio_usage_ma_aaudio_usage_assistance_navigation_guidance: ma_aaudio_usage = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_assistance_sonification` should have an upper case name [INFO] [stdout] --> src/lib.rs:5853:11 [INFO] [stdout] | [INFO] [stdout] 5853 | pub const ma_aaudio_usage_ma_aaudio_usage_assistance_sonification: ma_aaudio_usage = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_ASSISTANCE_SONIFICATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_game` should have an upper case name [INFO] [stdout] --> src/lib.rs:5854:11 [INFO] [stdout] | [INFO] [stdout] 5854 | pub const ma_aaudio_usage_ma_aaudio_usage_game: ma_aaudio_usage = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_GAME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_assitant` should have an upper case name [INFO] [stdout] --> src/lib.rs:5855:11 [INFO] [stdout] | [INFO] [stdout] 5855 | pub const ma_aaudio_usage_ma_aaudio_usage_assitant: ma_aaudio_usage = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_ASSITANT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_emergency` should have an upper case name [INFO] [stdout] --> src/lib.rs:5856:11 [INFO] [stdout] | [INFO] [stdout] 5856 | pub const ma_aaudio_usage_ma_aaudio_usage_emergency: ma_aaudio_usage = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_EMERGENCY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_safety` should have an upper case name [INFO] [stdout] --> src/lib.rs:5857:11 [INFO] [stdout] | [INFO] [stdout] 5857 | pub const ma_aaudio_usage_ma_aaudio_usage_safety: ma_aaudio_usage = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_SAFETY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_vehicle_status` should have an upper case name [INFO] [stdout] --> src/lib.rs:5858:11 [INFO] [stdout] | [INFO] [stdout] 5858 | pub const ma_aaudio_usage_ma_aaudio_usage_vehicle_status: ma_aaudio_usage = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_VEHICLE_STATUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_usage_ma_aaudio_usage_announcement` should have an upper case name [INFO] [stdout] --> src/lib.rs:5859:11 [INFO] [stdout] | [INFO] [stdout] 5859 | pub const ma_aaudio_usage_ma_aaudio_usage_announcement: ma_aaudio_usage = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_USAGE_MA_AAUDIO_USAGE_ANNOUNCEMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_content_type_ma_aaudio_content_type_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:5861:11 [INFO] [stdout] | [INFO] [stdout] 5861 | pub const ma_aaudio_content_type_ma_aaudio_content_type_default: ma_aaudio_content_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_CONTENT_TYPE_MA_AAUDIO_CONTENT_TYPE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_content_type_ma_aaudio_content_type_speech` should have an upper case name [INFO] [stdout] --> src/lib.rs:5862:11 [INFO] [stdout] | [INFO] [stdout] 5862 | pub const ma_aaudio_content_type_ma_aaudio_content_type_speech: ma_aaudio_content_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_CONTENT_TYPE_MA_AAUDIO_CONTENT_TYPE_SPEECH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_content_type_ma_aaudio_content_type_music` should have an upper case name [INFO] [stdout] --> src/lib.rs:5863:11 [INFO] [stdout] | [INFO] [stdout] 5863 | pub const ma_aaudio_content_type_ma_aaudio_content_type_music: ma_aaudio_content_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_CONTENT_TYPE_MA_AAUDIO_CONTENT_TYPE_MUSIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_content_type_ma_aaudio_content_type_movie` should have an upper case name [INFO] [stdout] --> src/lib.rs:5864:11 [INFO] [stdout] | [INFO] [stdout] 5864 | pub const ma_aaudio_content_type_ma_aaudio_content_type_movie: ma_aaudio_content_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_CONTENT_TYPE_MA_AAUDIO_CONTENT_TYPE_MOVIE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_content_type_ma_aaudio_content_type_sonification` should have an upper case name [INFO] [stdout] --> src/lib.rs:5865:11 [INFO] [stdout] | [INFO] [stdout] 5865 | pub const ma_aaudio_content_type_ma_aaudio_content_type_sonification: ma_aaudio_content_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_CONTENT_TYPE_MA_AAUDIO_CONTENT_TYPE_SONIFICATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_input_preset_ma_aaudio_input_preset_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:5867:11 [INFO] [stdout] | [INFO] [stdout] 5867 | pub const ma_aaudio_input_preset_ma_aaudio_input_preset_default: ma_aaudio_input_preset = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_INPUT_PRESET_MA_AAUDIO_INPUT_PRESET_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_input_preset_ma_aaudio_input_preset_generic` should have an upper case name [INFO] [stdout] --> src/lib.rs:5868:11 [INFO] [stdout] | [INFO] [stdout] 5868 | pub const ma_aaudio_input_preset_ma_aaudio_input_preset_generic: ma_aaudio_input_preset = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_INPUT_PRESET_MA_AAUDIO_INPUT_PRESET_GENERIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_input_preset_ma_aaudio_input_preset_camcorder` should have an upper case name [INFO] [stdout] --> src/lib.rs:5869:11 [INFO] [stdout] | [INFO] [stdout] 5869 | pub const ma_aaudio_input_preset_ma_aaudio_input_preset_camcorder: ma_aaudio_input_preset = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_INPUT_PRESET_MA_AAUDIO_INPUT_PRESET_CAMCORDER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_input_preset_ma_aaudio_input_preset_voice_recognition` should have an upper case name [INFO] [stdout] --> src/lib.rs:5870:11 [INFO] [stdout] | [INFO] [stdout] 5870 | pub const ma_aaudio_input_preset_ma_aaudio_input_preset_voice_recognition: ma_aaudio_input_preset = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_INPUT_PRESET_MA_AAUDIO_INPUT_PRESET_VOICE_RECOGNITION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_input_preset_ma_aaudio_input_preset_voice_communication` should have an upper case name [INFO] [stdout] --> src/lib.rs:5872:11 [INFO] [stdout] | [INFO] [stdout] 5872 | pub const ma_aaudio_input_preset_ma_aaudio_input_preset_voice_communication: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_INPUT_PRESET_MA_AAUDIO_INPUT_PRESET_VOICE_COMMUNICATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_input_preset_ma_aaudio_input_preset_unprocessed` should have an upper case name [INFO] [stdout] --> src/lib.rs:5874:11 [INFO] [stdout] | [INFO] [stdout] 5874 | pub const ma_aaudio_input_preset_ma_aaudio_input_preset_unprocessed: ma_aaudio_input_preset = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_INPUT_PRESET_MA_AAUDIO_INPUT_PRESET_UNPROCESSED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_input_preset_ma_aaudio_input_preset_voice_performance` should have an upper case name [INFO] [stdout] --> src/lib.rs:5875:11 [INFO] [stdout] | [INFO] [stdout] 5875 | pub const ma_aaudio_input_preset_ma_aaudio_input_preset_voice_performance: ma_aaudio_input_preset = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_INPUT_PRESET_MA_AAUDIO_INPUT_PRESET_VOICE_PERFORMANCE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_allowed_capture_policy_ma_aaudio_allow_capture_default` should have an upper case name [INFO] [stdout] --> src/lib.rs:5878:11 [INFO] [stdout] | [INFO] [stdout] 5878 | pub const ma_aaudio_allowed_capture_policy_ma_aaudio_allow_capture_default: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_ALLOWED_CAPTURE_POLICY_MA_AAUDIO_ALLOW_CAPTURE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_allowed_capture_policy_ma_aaudio_allow_capture_by_all` should have an upper case name [INFO] [stdout] --> src/lib.rs:5880:11 [INFO] [stdout] | [INFO] [stdout] 5880 | pub const ma_aaudio_allowed_capture_policy_ma_aaudio_allow_capture_by_all: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_ALLOWED_CAPTURE_POLICY_MA_AAUDIO_ALLOW_CAPTURE_BY_ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_allowed_capture_policy_ma_aaudio_allow_capture_by_system` should have an upper case name [INFO] [stdout] --> src/lib.rs:5882:11 [INFO] [stdout] | [INFO] [stdout] 5882 | pub const ma_aaudio_allowed_capture_policy_ma_aaudio_allow_capture_by_system: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_ALLOWED_CAPTURE_POLICY_MA_AAUDIO_ALLOW_CAPTURE_BY_SYSTEM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_aaudio_allowed_capture_policy_ma_aaudio_allow_capture_by_none` should have an upper case name [INFO] [stdout] --> src/lib.rs:5884:11 [INFO] [stdout] | [INFO] [stdout] 5884 | pub const ma_aaudio_allowed_capture_policy_ma_aaudio_allow_capture_by_none: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_AAUDIO_ALLOWED_CAPTURE_POLICY_MA_AAUDIO_ALLOW_CAPTURE_BY_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `counterD` should have a snake case name [INFO] [stdout] --> src/lib.rs:5891:9 [INFO] [stdout] | [INFO] [stdout] 5891 | pub counterD: f64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `counter_d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isDefault` should have a snake case name [INFO] [stdout] --> src/lib.rs:5976:9 [INFO] [stdout] | [INFO] [stdout] 5976 | pub isDefault: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nativeDataFormatCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:5977:9 [INFO] [stdout] | [INFO] [stdout] 5977 | pub nativeDataFormatCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `native_data_format_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nativeDataFormats` should have a snake case name [INFO] [stdout] --> src/lib.rs:5978:9 [INFO] [stdout] | [INFO] [stdout] 5978 | pub nativeDataFormats: [ma_device_info__bindgen_ty_1; 64usize], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `native_data_formats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:5985:9 [INFO] [stdout] | [INFO] [stdout] 5985 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deviceType` should have a snake case name [INFO] [stdout] --> src/lib.rs:6020:9 [INFO] [stdout] | [INFO] [stdout] 6020 | pub deviceType: ma_device_type, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `device_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:6021:9 [INFO] [stdout] | [INFO] [stdout] 6021 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `periodSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:6022:9 [INFO] [stdout] | [INFO] [stdout] 6022 | pub periodSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `period_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `periodSizeInMilliseconds` should have a snake case name [INFO] [stdout] --> src/lib.rs:6023:9 [INFO] [stdout] | [INFO] [stdout] 6023 | pub periodSizeInMilliseconds: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `period_size_in_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `performanceProfile` should have a snake case name [INFO] [stdout] --> src/lib.rs:6025:9 [INFO] [stdout] | [INFO] [stdout] 6025 | pub performanceProfile: ma_performance_profile, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `performance_profile` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noPreSilencedOutputBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:6026:9 [INFO] [stdout] | [INFO] [stdout] 6026 | pub noPreSilencedOutputBuffer: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_pre_silenced_output_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noClip` should have a snake case name [INFO] [stdout] --> src/lib.rs:6027:9 [INFO] [stdout] | [INFO] [stdout] 6027 | pub noClip: ma_bool8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `no_clip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noDisableDenormals` should have a snake case name [INFO] [stdout] --> src/lib.rs:6028:9 [INFO] [stdout] | [INFO] [stdout] 6028 | pub noDisableDenormals: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_disable_denormals` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noFixedSizedCallback` should have a snake case name [INFO] [stdout] --> src/lib.rs:6029:9 [INFO] [stdout] | [INFO] [stdout] 6029 | pub noFixedSizedCallback: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_fixed_sized_callback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataCallback` should have a snake case name [INFO] [stdout] --> src/lib.rs:6030:9 [INFO] [stdout] | [INFO] [stdout] 6030 | pub dataCallback: ma_device_data_proc, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `data_callback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `notificationCallback` should have a snake case name [INFO] [stdout] --> src/lib.rs:6031:9 [INFO] [stdout] | [INFO] [stdout] 6031 | pub notificationCallback: ma_device_notification_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `notification_callback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stopCallback` should have a snake case name [INFO] [stdout] --> src/lib.rs:6032:9 [INFO] [stdout] | [INFO] [stdout] 6032 | pub stopCallback: ma_stop_proc, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `stop_callback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:6033:9 [INFO] [stdout] | [INFO] [stdout] 6033 | pub pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDeviceID` should have a snake case name [INFO] [stdout] --> src/lib.rs:6047:9 [INFO] [stdout] | [INFO] [stdout] 6047 | pub pDeviceID: *const ma_device_id, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_device_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:6050:9 [INFO] [stdout] | [INFO] [stdout] 6050 | pub pChannelMap: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMixMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:6051:9 [INFO] [stdout] | [INFO] [stdout] 6051 | pub channelMixMode: ma_channel_mix_mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `channel_mix_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calculateLFEFromSpatialChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:6052:9 [INFO] [stdout] | [INFO] [stdout] 6052 | pub calculateLFEFromSpatialChannels: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `calculate_lfefrom_spatial_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shareMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:6053:9 [INFO] [stdout] | [INFO] [stdout] 6053 | pub shareMode: ma_share_mode, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `share_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDeviceID` should have a snake case name [INFO] [stdout] --> src/lib.rs:6082:9 [INFO] [stdout] | [INFO] [stdout] 6082 | pub pDeviceID: *const ma_device_id, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_device_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:6085:9 [INFO] [stdout] | [INFO] [stdout] 6085 | pub pChannelMap: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMixMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:6086:9 [INFO] [stdout] | [INFO] [stdout] 6086 | pub channelMixMode: ma_channel_mix_mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `channel_mix_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calculateLFEFromSpatialChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:6087:9 [INFO] [stdout] | [INFO] [stdout] 6087 | pub calculateLFEFromSpatialChannels: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `calculate_lfefrom_spatial_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shareMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:6088:9 [INFO] [stdout] | [INFO] [stdout] 6088 | pub shareMode: ma_share_mode, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `share_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAutoConvertSRC` should have a snake case name [INFO] [stdout] --> src/lib.rs:6118:9 [INFO] [stdout] | [INFO] [stdout] 6118 | pub noAutoConvertSRC: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_auto_convert_src` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noDefaultQualitySRC` should have a snake case name [INFO] [stdout] --> src/lib.rs:6119:9 [INFO] [stdout] | [INFO] [stdout] 6119 | pub noDefaultQualitySRC: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_default_quality_src` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAutoStreamRouting` should have a snake case name [INFO] [stdout] --> src/lib.rs:6120:9 [INFO] [stdout] | [INFO] [stdout] 6120 | pub noAutoStreamRouting: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_auto_stream_routing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noHardwareOffloading` should have a snake case name [INFO] [stdout] --> src/lib.rs:6121:9 [INFO] [stdout] | [INFO] [stdout] 6121 | pub noHardwareOffloading: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_hardware_offloading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopbackProcessID` should have a snake case name [INFO] [stdout] --> src/lib.rs:6122:9 [INFO] [stdout] | [INFO] [stdout] 6122 | pub loopbackProcessID: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loopback_process_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopbackProcessExclude` should have a snake case name [INFO] [stdout] --> src/lib.rs:6123:9 [INFO] [stdout] | [INFO] [stdout] 6123 | pub loopbackProcessExclude: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loopback_process_exclude` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noMMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:6149:9 [INFO] [stdout] | [INFO] [stdout] 6149 | pub noMMap: ma_bool32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `no_mmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAutoFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:6150:9 [INFO] [stdout] | [INFO] [stdout] 6150 | pub noAutoFormat: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `no_auto_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAutoChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:6151:9 [INFO] [stdout] | [INFO] [stdout] 6151 | pub noAutoChannels: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_auto_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAutoResample` should have a snake case name [INFO] [stdout] --> src/lib.rs:6152:9 [INFO] [stdout] | [INFO] [stdout] 6152 | pub noAutoResample: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_auto_resample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pStreamNamePlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:6172:9 [INFO] [stdout] | [INFO] [stdout] 6172 | pub pStreamNamePlayback: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_stream_name_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pStreamNameCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:6173:9 [INFO] [stdout] | [INFO] [stdout] 6173 | pub pStreamNameCapture: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_stream_name_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:6174:9 [INFO] [stdout] | [INFO] [stdout] 6174 | pub channelMap: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allowNominalSampleRateChange` should have a snake case name [INFO] [stdout] --> src/lib.rs:6192:9 [INFO] [stdout] | [INFO] [stdout] 6192 | pub allowNominalSampleRateChange: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allow_nominal_sample_rate_change` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `streamType` should have a snake case name [INFO] [stdout] --> src/lib.rs:6208:9 [INFO] [stdout] | [INFO] [stdout] 6208 | pub streamType: ma_opensl_stream_type, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `stream_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `recordingPreset` should have a snake case name [INFO] [stdout] --> src/lib.rs:6209:9 [INFO] [stdout] | [INFO] [stdout] 6209 | pub recordingPreset: ma_opensl_recording_preset, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `recording_preset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `enableCompatibilityWorkarounds` should have a snake case name [INFO] [stdout] --> src/lib.rs:6210:9 [INFO] [stdout] | [INFO] [stdout] 6210 | pub enableCompatibilityWorkarounds: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enable_compatibility_workarounds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `contentType` should have a snake case name [INFO] [stdout] --> src/lib.rs:6231:9 [INFO] [stdout] | [INFO] [stdout] 6231 | pub contentType: ma_aaudio_content_type, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `content_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputPreset` should have a snake case name [INFO] [stdout] --> src/lib.rs:6232:9 [INFO] [stdout] | [INFO] [stdout] 6232 | pub inputPreset: ma_aaudio_input_preset, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `input_preset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allowedCapturePolicy` should have a snake case name [INFO] [stdout] --> src/lib.rs:6233:9 [INFO] [stdout] | [INFO] [stdout] 6233 | pub allowedCapturePolicy: ma_aaudio_allowed_capture_policy, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allowed_capture_policy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAutoStartAfterReroute` should have a snake case name [INFO] [stdout] --> src/lib.rs:6234:9 [INFO] [stdout] | [INFO] [stdout] 6234 | pub noAutoStartAfterReroute: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_auto_start_after_reroute` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `enableCompatibilityWorkarounds` should have a snake case name [INFO] [stdout] --> src/lib.rs:6235:9 [INFO] [stdout] | [INFO] [stdout] 6235 | pub enableCompatibilityWorkarounds: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enable_compatibility_workarounds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allowSetBufferCapacity` should have a snake case name [INFO] [stdout] --> src/lib.rs:6236:9 [INFO] [stdout] | [INFO] [stdout] 6236 | pub allowSetBufferCapacity: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allow_set_buffer_capacity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6315:9 [INFO] [stdout] | [INFO] [stdout] 6315 | pContext: *mut ma_context, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `deviceType` should have a snake case name [INFO] [stdout] --> src/lib.rs:6316:9 [INFO] [stdout] | [INFO] [stdout] 6316 | deviceType: ma_device_type, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `device_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:6317:9 [INFO] [stdout] | [INFO] [stdout] 6317 | pInfo: *const ma_device_info, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:6318:9 [INFO] [stdout] | [INFO] [stdout] 6318 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDeviceID` should have a snake case name [INFO] [stdout] --> src/lib.rs:6324:9 [INFO] [stdout] | [INFO] [stdout] 6324 | pub pDeviceID: *const ma_device_id, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_device_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shareMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:6325:9 [INFO] [stdout] | [INFO] [stdout] 6325 | pub shareMode: ma_share_mode, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `share_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:6328:9 [INFO] [stdout] | [INFO] [stdout] 6328 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:6329:9 [INFO] [stdout] | [INFO] [stdout] 6329 | pub channelMap: [ma_channel; 254usize], [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `periodSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:6330:9 [INFO] [stdout] | [INFO] [stdout] 6330 | pub periodSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `period_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `periodSizeInMilliseconds` should have a snake case name [INFO] [stdout] --> src/lib.rs:6331:9 [INFO] [stdout] | [INFO] [stdout] 6331 | pub periodSizeInMilliseconds: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `period_size_in_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `periodCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:6332:9 [INFO] [stdout] | [INFO] [stdout] 6332 | pub periodCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `period_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onContextInit` should have a snake case name [INFO] [stdout] --> src/lib.rs:6360:9 [INFO] [stdout] | [INFO] [stdout] 6360 | pub onContextInit: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_context_init` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onContextUninit` should have a snake case name [INFO] [stdout] --> src/lib.rs:6367:9 [INFO] [stdout] | [INFO] [stdout] 6367 | pub onContextUninit: [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_context_uninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onContextEnumerateDevices` should have a snake case name [INFO] [stdout] --> src/lib.rs:6369:9 [INFO] [stdout] | [INFO] [stdout] 6369 | pub onContextEnumerateDevices: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_context_enumerate_devices` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onContextGetDeviceInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:6376:9 [INFO] [stdout] | [INFO] [stdout] 6376 | pub onContextGetDeviceInfo: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_context_get_device_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceInit` should have a snake case name [INFO] [stdout] --> src/lib.rs:6384:9 [INFO] [stdout] | [INFO] [stdout] 6384 | pub onDeviceInit: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_init` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceUninit` should have a snake case name [INFO] [stdout] --> src/lib.rs:6392:9 [INFO] [stdout] | [INFO] [stdout] 6392 | pub onDeviceUninit: [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_uninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceStart` should have a snake case name [INFO] [stdout] --> src/lib.rs:6394:9 [INFO] [stdout] | [INFO] [stdout] 6394 | pub onDeviceStart: [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceStop` should have a snake case name [INFO] [stdout] --> src/lib.rs:6396:9 [INFO] [stdout] | [INFO] [stdout] 6396 | pub onDeviceStop: [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_stop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:6398:9 [INFO] [stdout] | [INFO] [stdout] 6398 | pub onDeviceRead: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceWrite` should have a snake case name [INFO] [stdout] --> src/lib.rs:6406:9 [INFO] [stdout] | [INFO] [stdout] 6406 | pub onDeviceWrite: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceDataLoop` should have a snake case name [INFO] [stdout] --> src/lib.rs:6414:9 [INFO] [stdout] | [INFO] [stdout] 6414 | pub onDeviceDataLoop: [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_data_loop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceDataLoopWakeup` should have a snake case name [INFO] [stdout] --> src/lib.rs:6416:9 [INFO] [stdout] | [INFO] [stdout] 6416 | pub onDeviceDataLoopWakeup: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_data_loop_wakeup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onDeviceGetInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:6418:9 [INFO] [stdout] | [INFO] [stdout] 6418 | pub onDeviceGetInfo: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_device_get_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6362:13 [INFO] [stdout] | [INFO] [stdout] 6362 | pContext: *mut ma_context, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:6363:13 [INFO] [stdout] | [INFO] [stdout] 6363 | pConfig: *const ma_context_config, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:6364:13 [INFO] [stdout] | [INFO] [stdout] 6364 | pCallbacks: *mut ma_backend_callbacks, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6368:52 [INFO] [stdout] | [INFO] [stdout] 6368 | ::std::option::Option ma_result>, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6371:13 [INFO] [stdout] | [INFO] [stdout] 6371 | pContext: *mut ma_context, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:6373:13 [INFO] [stdout] | [INFO] [stdout] 6373 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6378:13 [INFO] [stdout] | [INFO] [stdout] 6378 | pContext: *mut ma_context, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `deviceType` should have a snake case name [INFO] [stdout] --> src/lib.rs:6379:13 [INFO] [stdout] | [INFO] [stdout] 6379 | deviceType: ma_device_type, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `device_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDeviceID` should have a snake case name [INFO] [stdout] --> src/lib.rs:6380:13 [INFO] [stdout] | [INFO] [stdout] 6380 | pDeviceID: *const ma_device_id, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_device_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDeviceInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:6381:13 [INFO] [stdout] | [INFO] [stdout] 6381 | pDeviceInfo: *mut ma_device_info, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_device_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6386:13 [INFO] [stdout] | [INFO] [stdout] 6386 | pDevice: *mut ma_device, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:6387:13 [INFO] [stdout] | [INFO] [stdout] 6387 | pConfig: *const ma_device_config, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDescriptorPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:6388:13 [INFO] [stdout] | [INFO] [stdout] 6388 | pDescriptorPlayback: *mut ma_device_descriptor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_descriptor_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDescriptorCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:6389:13 [INFO] [stdout] | [INFO] [stdout] 6389 | pDescriptorCapture: *mut ma_device_descriptor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_descriptor_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6393:52 [INFO] [stdout] | [INFO] [stdout] 6393 | ::std::option::Option ma_result>, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6395:52 [INFO] [stdout] | [INFO] [stdout] 6395 | ::std::option::Option ma_result>, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6397:52 [INFO] [stdout] | [INFO] [stdout] 6397 | ::std::option::Option ma_result>, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6400:13 [INFO] [stdout] | [INFO] [stdout] 6400 | pDevice: *mut ma_device, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:6401:13 [INFO] [stdout] | [INFO] [stdout] 6401 | pFrames: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `frameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:6402:13 [INFO] [stdout] | [INFO] [stdout] 6402 | frameCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFramesRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:6403:13 [INFO] [stdout] | [INFO] [stdout] 6403 | pFramesRead: *mut ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_frames_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6408:13 [INFO] [stdout] | [INFO] [stdout] 6408 | pDevice: *mut ma_device, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:6409:13 [INFO] [stdout] | [INFO] [stdout] 6409 | pFrames: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `frameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:6410:13 [INFO] [stdout] | [INFO] [stdout] 6410 | frameCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFramesWritten` should have a snake case name [INFO] [stdout] --> src/lib.rs:6411:13 [INFO] [stdout] | [INFO] [stdout] 6411 | pFramesWritten: *mut ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_frames_written` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6415:52 [INFO] [stdout] | [INFO] [stdout] 6415 | ::std::option::Option ma_result>, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6417:52 [INFO] [stdout] | [INFO] [stdout] 6417 | ::std::option::Option ma_result>, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6420:13 [INFO] [stdout] | [INFO] [stdout] 6420 | pDevice: *mut ma_device, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDeviceInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:6422:13 [INFO] [stdout] | [INFO] [stdout] 6422 | pDeviceInfo: *mut ma_device_info, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_device_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pLog` should have a snake case name [INFO] [stdout] --> src/lib.rs:6460:9 [INFO] [stdout] | [INFO] [stdout] 6460 | pub pLog: *mut ma_log, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `threadPriority` should have a snake case name [INFO] [stdout] --> src/lib.rs:6461:9 [INFO] [stdout] | [INFO] [stdout] 6461 | pub threadPriority: ma_thread_priority, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `thread_priority` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `threadStackSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:6462:9 [INFO] [stdout] | [INFO] [stdout] 6462 | pub threadStackSize: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `thread_stack_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:6463:9 [INFO] [stdout] | [INFO] [stdout] 6463 | pub pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:6464:9 [INFO] [stdout] | [INFO] [stdout] 6464 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hWnd` should have a snake case name [INFO] [stdout] --> src/lib.rs:6475:9 [INFO] [stdout] | [INFO] [stdout] 6475 | pub hWnd: ma_handle, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `h_wnd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `useVerboseDeviceEnumeration` should have a snake case name [INFO] [stdout] --> src/lib.rs:6489:9 [INFO] [stdout] | [INFO] [stdout] 6489 | pub useVerboseDeviceEnumeration: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `use_verbose_device_enumeration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pApplicationName` should have a snake case name [INFO] [stdout] --> src/lib.rs:6505:9 [INFO] [stdout] | [INFO] [stdout] 6505 | pub pApplicationName: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_application_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pServerName` should have a snake case name [INFO] [stdout] --> src/lib.rs:6506:9 [INFO] [stdout] | [INFO] [stdout] 6506 | pub pServerName: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_server_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `tryAutoSpawn` should have a snake case name [INFO] [stdout] --> src/lib.rs:6507:9 [INFO] [stdout] | [INFO] [stdout] 6507 | pub tryAutoSpawn: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `try_auto_spawn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sessionCategory` should have a snake case name [INFO] [stdout] --> src/lib.rs:6525:9 [INFO] [stdout] | [INFO] [stdout] 6525 | pub sessionCategory: ma_ios_session_category, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `session_category` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sessionCategoryOptions` should have a snake case name [INFO] [stdout] --> src/lib.rs:6526:9 [INFO] [stdout] | [INFO] [stdout] 6526 | pub sessionCategoryOptions: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `session_category_options` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAudioSessionActivate` should have a snake case name [INFO] [stdout] --> src/lib.rs:6527:9 [INFO] [stdout] | [INFO] [stdout] 6527 | pub noAudioSessionActivate: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_audio_session_activate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAudioSessionDeactivate` should have a snake case name [INFO] [stdout] --> src/lib.rs:6528:9 [INFO] [stdout] | [INFO] [stdout] 6528 | pub noAudioSessionDeactivate: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_audio_session_deactivate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pClientName` should have a snake case name [INFO] [stdout] --> src/lib.rs:6550:9 [INFO] [stdout] | [INFO] [stdout] 6550 | pub pClientName: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_client_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `tryStartServer` should have a snake case name [INFO] [stdout] --> src/lib.rs:6551:9 [INFO] [stdout] | [INFO] [stdout] 6551 | pub tryStartServer: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `try_start_server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pEvent` should have a snake case name [INFO] [stdout] --> src/lib.rs:6595:9 [INFO] [stdout] | [INFO] [stdout] 6595 | pub pEvent: *mut ma_event, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `p_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `createAudioClient` should have a snake case name [INFO] [stdout] --> src/lib.rs:6602:9 [INFO] [stdout] | [INFO] [stdout] 6602 | pub createAudioClient: ma_context_command__wasapi__bindgen_ty_1__bindgen_ty_2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `create_audio_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `releaseAudioClient` should have a snake case name [INFO] [stdout] --> src/lib.rs:6603:9 [INFO] [stdout] | [INFO] [stdout] 6603 | pub releaseAudioClient: ma_context_command__wasapi__bindgen_ty_1__bindgen_ty_3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `release_audio_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deviceType` should have a snake case name [INFO] [stdout] --> src/lib.rs:6625:9 [INFO] [stdout] | [INFO] [stdout] 6625 | pub deviceType: ma_device_type, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `device_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pAudioClient` should have a snake case name [INFO] [stdout] --> src/lib.rs:6626:9 [INFO] [stdout] | [INFO] [stdout] 6626 | pub pAudioClient: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `p_audio_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ppAudioClientService` should have a snake case name [INFO] [stdout] --> src/lib.rs:6627:9 [INFO] [stdout] | [INFO] [stdout] 6627 | pub ppAudioClientService: *mut *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pp_audio_client_service` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pResult` should have a snake case name [INFO] [stdout] --> src/lib.rs:6628:9 [INFO] [stdout] | [INFO] [stdout] 6628 | pub pResult: *mut ma_result, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDevice` should have a snake case name [INFO] [stdout] --> src/lib.rs:6656:9 [INFO] [stdout] | [INFO] [stdout] 6656 | pub pDevice: *mut ma_device, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deviceType` should have a snake case name [INFO] [stdout] --> src/lib.rs:6657:9 [INFO] [stdout] | [INFO] [stdout] 6657 | pub deviceType: ma_device_type, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `device_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pLog` should have a snake case name [INFO] [stdout] --> src/lib.rs:6711:9 [INFO] [stdout] | [INFO] [stdout] 6711 | pub pLog: *mut ma_log, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `threadPriority` should have a snake case name [INFO] [stdout] --> src/lib.rs:6713:9 [INFO] [stdout] | [INFO] [stdout] 6713 | pub threadPriority: ma_thread_priority, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `thread_priority` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `threadStackSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:6714:9 [INFO] [stdout] | [INFO] [stdout] 6714 | pub threadStackSize: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `thread_stack_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:6715:9 [INFO] [stdout] | [INFO] [stdout] 6715 | pub pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:6716:9 [INFO] [stdout] | [INFO] [stdout] 6716 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deviceEnumLock` should have a snake case name [INFO] [stdout] --> src/lib.rs:6717:9 [INFO] [stdout] | [INFO] [stdout] 6717 | pub deviceEnumLock: ma_mutex, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `device_enum_lock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deviceInfoLock` should have a snake case name [INFO] [stdout] --> src/lib.rs:6718:9 [INFO] [stdout] | [INFO] [stdout] 6718 | pub deviceInfoLock: ma_mutex, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `device_info_lock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deviceInfoCapacity` should have a snake case name [INFO] [stdout] --> src/lib.rs:6719:9 [INFO] [stdout] | [INFO] [stdout] 6719 | pub deviceInfoCapacity: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `device_info_capacity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `playbackDeviceInfoCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:6720:9 [INFO] [stdout] | [INFO] [stdout] 6720 | pub playbackDeviceInfoCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `playback_device_info_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `captureDeviceInfoCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:6721:9 [INFO] [stdout] | [INFO] [stdout] 6721 | pub captureDeviceInfoCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `capture_device_info_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDeviceInfos` should have a snake case name [INFO] [stdout] --> src/lib.rs:6722:9 [INFO] [stdout] | [INFO] [stdout] 6722 | pub pDeviceInfos: *mut ma_device_info, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `p_device_infos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `commandThread` should have a snake case name [INFO] [stdout] --> src/lib.rs:6738:9 [INFO] [stdout] | [INFO] [stdout] 6738 | pub commandThread: ma_thread, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `command_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `commandLock` should have a snake case name [INFO] [stdout] --> src/lib.rs:6739:9 [INFO] [stdout] | [INFO] [stdout] 6739 | pub commandLock: ma_mutex, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `command_lock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `commandSem` should have a snake case name [INFO] [stdout] --> src/lib.rs:6740:9 [INFO] [stdout] | [INFO] [stdout] 6740 | pub commandSem: ma_semaphore, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `command_sem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `commandIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:6741:9 [INFO] [stdout] | [INFO] [stdout] 6741 | pub commandIndex: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `command_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `commandCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:6742:9 [INFO] [stdout] | [INFO] [stdout] 6742 | pub commandCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `command_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hAvrt` should have a snake case name [INFO] [stdout] --> src/lib.rs:6744:9 [INFO] [stdout] | [INFO] [stdout] 6744 | pub hAvrt: ma_handle, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `h_avrt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AvSetMmThreadCharacteristicsA` should have a snake case name [INFO] [stdout] --> src/lib.rs:6745:9 [INFO] [stdout] | [INFO] [stdout] 6745 | pub AvSetMmThreadCharacteristicsA: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `av_set_mm_thread_characteristics_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AvRevertMmThreadcharacteristics` should have a snake case name [INFO] [stdout] --> src/lib.rs:6746:9 [INFO] [stdout] | [INFO] [stdout] 6746 | pub AvRevertMmThreadcharacteristics: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `av_revert_mm_threadcharacteristics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hMMDevapi` should have a snake case name [INFO] [stdout] --> src/lib.rs:6747:9 [INFO] [stdout] | [INFO] [stdout] 6747 | pub hMMDevapi: ma_handle, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `h_mmdevapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ActivateAudioInterfaceAsync` should have a snake case name [INFO] [stdout] --> src/lib.rs:6748:9 [INFO] [stdout] | [INFO] [stdout] 6748 | pub ActivateAudioInterfaceAsync: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activate_audio_interface_async` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hWnd` should have a snake case name [INFO] [stdout] --> src/lib.rs:6791:9 [INFO] [stdout] | [INFO] [stdout] 6791 | pub hWnd: ma_handle, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `h_wnd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hDSoundDLL` should have a snake case name [INFO] [stdout] --> src/lib.rs:6792:9 [INFO] [stdout] | [INFO] [stdout] 6792 | pub hDSoundDLL: ma_handle, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `h_dsound_dll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DirectSoundCreate` should have a snake case name [INFO] [stdout] --> src/lib.rs:6793:9 [INFO] [stdout] | [INFO] [stdout] 6793 | pub DirectSoundCreate: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `direct_sound_create` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DirectSoundEnumerateA` should have a snake case name [INFO] [stdout] --> src/lib.rs:6794:9 [INFO] [stdout] | [INFO] [stdout] 6794 | pub DirectSoundEnumerateA: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `direct_sound_enumerate_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DirectSoundCaptureCreate` should have a snake case name [INFO] [stdout] --> src/lib.rs:6795:9 [INFO] [stdout] | [INFO] [stdout] 6795 | pub DirectSoundCaptureCreate: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `direct_sound_capture_create` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DirectSoundCaptureEnumerateA` should have a snake case name [INFO] [stdout] --> src/lib.rs:6796:9 [INFO] [stdout] | [INFO] [stdout] 6796 | pub DirectSoundCaptureEnumerateA: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `direct_sound_capture_enumerate_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hWinMM` should have a snake case name [INFO] [stdout] --> src/lib.rs:6830:9 [INFO] [stdout] | [INFO] [stdout] 6830 | pub hWinMM: ma_handle, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `h_win_mm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveOutGetNumDevs` should have a snake case name [INFO] [stdout] --> src/lib.rs:6831:9 [INFO] [stdout] | [INFO] [stdout] 6831 | pub waveOutGetNumDevs: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_out_get_num_devs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveOutGetDevCapsA` should have a snake case name [INFO] [stdout] --> src/lib.rs:6832:9 [INFO] [stdout] | [INFO] [stdout] 6832 | pub waveOutGetDevCapsA: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_out_get_dev_caps_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveOutOpen` should have a snake case name [INFO] [stdout] --> src/lib.rs:6833:9 [INFO] [stdout] | [INFO] [stdout] 6833 | pub waveOutOpen: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `wave_out_open` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveOutClose` should have a snake case name [INFO] [stdout] --> src/lib.rs:6834:9 [INFO] [stdout] | [INFO] [stdout] 6834 | pub waveOutClose: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_out_close` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveOutPrepareHeader` should have a snake case name [INFO] [stdout] --> src/lib.rs:6835:9 [INFO] [stdout] | [INFO] [stdout] 6835 | pub waveOutPrepareHeader: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_out_prepare_header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveOutUnprepareHeader` should have a snake case name [INFO] [stdout] --> src/lib.rs:6836:9 [INFO] [stdout] | [INFO] [stdout] 6836 | pub waveOutUnprepareHeader: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_out_unprepare_header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveOutWrite` should have a snake case name [INFO] [stdout] --> src/lib.rs:6837:9 [INFO] [stdout] | [INFO] [stdout] 6837 | pub waveOutWrite: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_out_write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveOutReset` should have a snake case name [INFO] [stdout] --> src/lib.rs:6838:9 [INFO] [stdout] | [INFO] [stdout] 6838 | pub waveOutReset: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_out_reset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInGetNumDevs` should have a snake case name [INFO] [stdout] --> src/lib.rs:6839:9 [INFO] [stdout] | [INFO] [stdout] 6839 | pub waveInGetNumDevs: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_get_num_devs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInGetDevCapsA` should have a snake case name [INFO] [stdout] --> src/lib.rs:6840:9 [INFO] [stdout] | [INFO] [stdout] 6840 | pub waveInGetDevCapsA: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_get_dev_caps_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInOpen` should have a snake case name [INFO] [stdout] --> src/lib.rs:6841:9 [INFO] [stdout] | [INFO] [stdout] 6841 | pub waveInOpen: ma_proc, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_open` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInClose` should have a snake case name [INFO] [stdout] --> src/lib.rs:6842:9 [INFO] [stdout] | [INFO] [stdout] 6842 | pub waveInClose: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_close` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInPrepareHeader` should have a snake case name [INFO] [stdout] --> src/lib.rs:6843:9 [INFO] [stdout] | [INFO] [stdout] 6843 | pub waveInPrepareHeader: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_prepare_header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInUnprepareHeader` should have a snake case name [INFO] [stdout] --> src/lib.rs:6844:9 [INFO] [stdout] | [INFO] [stdout] 6844 | pub waveInUnprepareHeader: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_unprepare_header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInAddBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:6845:9 [INFO] [stdout] | [INFO] [stdout] 6845 | pub waveInAddBuffer: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_add_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInStart` should have a snake case name [INFO] [stdout] --> src/lib.rs:6846:9 [INFO] [stdout] | [INFO] [stdout] 6846 | pub waveInStart: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `waveInReset` should have a snake case name [INFO] [stdout] --> src/lib.rs:6847:9 [INFO] [stdout] | [INFO] [stdout] 6847 | pub waveInReset: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `wave_in_reset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jackSO` should have a snake case name [INFO] [stdout] --> src/lib.rs:6915:9 [INFO] [stdout] | [INFO] [stdout] 6915 | pub jackSO: ma_handle, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `jack_so` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pClientName` should have a snake case name [INFO] [stdout] --> src/lib.rs:6932:9 [INFO] [stdout] | [INFO] [stdout] 6932 | pub pClientName: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_client_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `tryStartServer` should have a snake case name [INFO] [stdout] --> src/lib.rs:6933:9 [INFO] [stdout] | [INFO] [stdout] 6933 | pub tryStartServer: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `try_start_server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hOle32DLL` should have a snake case name [INFO] [stdout] --> src/lib.rs:7040:9 [INFO] [stdout] | [INFO] [stdout] 7040 | pub hOle32DLL: ma_handle, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `h_ole32_dll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `CoInitialize` should have a snake case name [INFO] [stdout] --> src/lib.rs:7041:9 [INFO] [stdout] | [INFO] [stdout] 7041 | pub CoInitialize: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `co_initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `CoInitializeEx` should have a snake case name [INFO] [stdout] --> src/lib.rs:7042:9 [INFO] [stdout] | [INFO] [stdout] 7042 | pub CoInitializeEx: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `co_initialize_ex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `CoUninitialize` should have a snake case name [INFO] [stdout] --> src/lib.rs:7043:9 [INFO] [stdout] | [INFO] [stdout] 7043 | pub CoUninitialize: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `co_uninitialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `CoCreateInstance` should have a snake case name [INFO] [stdout] --> src/lib.rs:7044:9 [INFO] [stdout] | [INFO] [stdout] 7044 | pub CoCreateInstance: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `co_create_instance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `CoTaskMemFree` should have a snake case name [INFO] [stdout] --> src/lib.rs:7045:9 [INFO] [stdout] | [INFO] [stdout] 7045 | pub CoTaskMemFree: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `co_task_mem_free` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `PropVariantClear` should have a snake case name [INFO] [stdout] --> src/lib.rs:7046:9 [INFO] [stdout] | [INFO] [stdout] 7046 | pub PropVariantClear: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `prop_variant_clear` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `StringFromGUID2` should have a snake case name [INFO] [stdout] --> src/lib.rs:7047:9 [INFO] [stdout] | [INFO] [stdout] 7047 | pub StringFromGUID2: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `string_from_guid2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hUser32DLL` should have a snake case name [INFO] [stdout] --> src/lib.rs:7048:9 [INFO] [stdout] | [INFO] [stdout] 7048 | pub hUser32DLL: ma_handle, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `h_user32_dll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `GetForegroundWindow` should have a snake case name [INFO] [stdout] --> src/lib.rs:7049:9 [INFO] [stdout] | [INFO] [stdout] 7049 | pub GetForegroundWindow: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_foreground_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `GetDesktopWindow` should have a snake case name [INFO] [stdout] --> src/lib.rs:7050:9 [INFO] [stdout] | [INFO] [stdout] 7050 | pub GetDesktopWindow: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_desktop_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hAdvapi32DLL` should have a snake case name [INFO] [stdout] --> src/lib.rs:7051:9 [INFO] [stdout] | [INFO] [stdout] 7051 | pub hAdvapi32DLL: ma_handle, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `h_advapi32_dll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RegOpenKeyExA` should have a snake case name [INFO] [stdout] --> src/lib.rs:7052:9 [INFO] [stdout] | [INFO] [stdout] 7052 | pub RegOpenKeyExA: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `reg_open_key_ex_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RegCloseKey` should have a snake case name [INFO] [stdout] --> src/lib.rs:7053:9 [INFO] [stdout] | [INFO] [stdout] 7053 | pub RegCloseKey: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `reg_close_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RegQueryValueExA` should have a snake case name [INFO] [stdout] --> src/lib.rs:7054:9 [INFO] [stdout] | [INFO] [stdout] 7054 | pub RegQueryValueExA: ma_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reg_query_value_ex_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `CoInitializeResult` should have a snake case name [INFO] [stdout] --> src/lib.rs:7055:9 [INFO] [stdout] | [INFO] [stdout] 7055 | pub CoInitializeResult: ::std::os::raw::c_long, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `co_initialize_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7153:9 [INFO] [stdout] | [INFO] [stdout] 7153 | pub pContext: *mut ma_context, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:7155:9 [INFO] [stdout] | [INFO] [stdout] 7155 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onData` should have a snake case name [INFO] [stdout] --> src/lib.rs:7157:9 [INFO] [stdout] | [INFO] [stdout] 7157 | pub onData: ma_device_data_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:7158:9 [INFO] [stdout] | [INFO] [stdout] 7158 | pub onNotification: ma_device_notification_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onStop` should have a snake case name [INFO] [stdout] --> src/lib.rs:7159:9 [INFO] [stdout] | [INFO] [stdout] 7159 | pub onStop: ma_stop_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_stop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:7160:9 [INFO] [stdout] | [INFO] [stdout] 7160 | pub pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `startStopLock` should have a snake case name [INFO] [stdout] --> src/lib.rs:7161:9 [INFO] [stdout] | [INFO] [stdout] 7161 | pub startStopLock: ma_mutex, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `start_stop_lock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `wakeupEvent` should have a snake case name [INFO] [stdout] --> src/lib.rs:7162:9 [INFO] [stdout] | [INFO] [stdout] 7162 | pub wakeupEvent: ma_event, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `wakeup_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `startEvent` should have a snake case name [INFO] [stdout] --> src/lib.rs:7163:9 [INFO] [stdout] | [INFO] [stdout] 7163 | pub startEvent: ma_event, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `start_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stopEvent` should have a snake case name [INFO] [stdout] --> src/lib.rs:7164:9 [INFO] [stdout] | [INFO] [stdout] 7164 | pub stopEvent: ma_event, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `stop_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `workResult` should have a snake case name [INFO] [stdout] --> src/lib.rs:7166:9 [INFO] [stdout] | [INFO] [stdout] 7166 | pub workResult: ma_result, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `work_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isOwnerOfContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7167:9 [INFO] [stdout] | [INFO] [stdout] 7167 | pub isOwnerOfContext: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_owner_of_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noPreSilencedOutputBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:7168:9 [INFO] [stdout] | [INFO] [stdout] 7168 | pub noPreSilencedOutputBuffer: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_pre_silenced_output_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noClip` should have a snake case name [INFO] [stdout] --> src/lib.rs:7169:9 [INFO] [stdout] | [INFO] [stdout] 7169 | pub noClip: ma_bool8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `no_clip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noDisableDenormals` should have a snake case name [INFO] [stdout] --> src/lib.rs:7170:9 [INFO] [stdout] | [INFO] [stdout] 7170 | pub noDisableDenormals: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_disable_denormals` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noFixedSizedCallback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7171:9 [INFO] [stdout] | [INFO] [stdout] 7171 | pub noFixedSizedCallback: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_fixed_sized_callback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `masterVolumeFactor` should have a snake case name [INFO] [stdout] --> src/lib.rs:7172:9 [INFO] [stdout] | [INFO] [stdout] 7172 | pub masterVolumeFactor: ma_atomic_float, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `master_volume_factor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `duplexRB` should have a snake case name [INFO] [stdout] --> src/lib.rs:7173:9 [INFO] [stdout] | [INFO] [stdout] 7173 | pub duplexRB: ma_duplex_rb, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `duplex_rb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackendVTable` should have a snake case name [INFO] [stdout] --> src/lib.rs:7183:9 [INFO] [stdout] | [INFO] [stdout] 7183 | pub pBackendVTable: *mut ma_resampling_backend_vtable, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_backend_vtable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackendUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:7184:9 [INFO] [stdout] | [INFO] [stdout] 7184 | pub pBackendUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_backend_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lpfOrder` should have a snake case name [INFO] [stdout] --> src/lib.rs:7190:9 [INFO] [stdout] | [INFO] [stdout] 7190 | pub lpfOrder: ma_uint32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `lpf_order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pID` should have a snake case name [INFO] [stdout] --> src/lib.rs:7218:9 [INFO] [stdout] | [INFO] [stdout] 7218 | pub pID: *mut ma_device_id, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `p_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shareMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:7221:9 [INFO] [stdout] | [INFO] [stdout] 7221 | pub shareMode: ma_share_mode, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `share_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7224:9 [INFO] [stdout] | [INFO] [stdout] 7224 | pub channelMap: [ma_channel; 254usize], [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:7225:9 [INFO] [stdout] | [INFO] [stdout] 7225 | pub internalFormat: ma_format, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:7226:9 [INFO] [stdout] | [INFO] [stdout] 7226 | pub internalChannels: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalSampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:7227:9 [INFO] [stdout] | [INFO] [stdout] 7227 | pub internalSampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalChannelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7228:9 [INFO] [stdout] | [INFO] [stdout] 7228 | pub internalChannelMap: [ma_channel; 254usize], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalPeriodSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:7229:9 [INFO] [stdout] | [INFO] [stdout] 7229 | pub internalPeriodSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_period_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalPeriods` should have a snake case name [INFO] [stdout] --> src/lib.rs:7230:9 [INFO] [stdout] | [INFO] [stdout] 7230 | pub internalPeriods: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_periods` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMixMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:7231:9 [INFO] [stdout] | [INFO] [stdout] 7231 | pub channelMixMode: ma_channel_mix_mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `channel_mix_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calculateLFEFromSpatialChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:7232:9 [INFO] [stdout] | [INFO] [stdout] 7232 | pub calculateLFEFromSpatialChannels: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `calculate_lfefrom_spatial_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pIntermediaryBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:7234:9 [INFO] [stdout] | [INFO] [stdout] 7234 | pub pIntermediaryBuffer: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_intermediary_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `intermediaryBufferCap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7235:9 [INFO] [stdout] | [INFO] [stdout] 7235 | pub intermediaryBufferCap: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `intermediary_buffer_cap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `intermediaryBufferLen` should have a snake case name [INFO] [stdout] --> src/lib.rs:7236:9 [INFO] [stdout] | [INFO] [stdout] 7236 | pub intermediaryBufferLen: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `intermediary_buffer_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInputCache` should have a snake case name [INFO] [stdout] --> src/lib.rs:7237:9 [INFO] [stdout] | [INFO] [stdout] 7237 | pub pInputCache: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_input_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputCacheCap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7238:9 [INFO] [stdout] | [INFO] [stdout] 7238 | pub inputCacheCap: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_cache_cap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputCacheConsumed` should have a snake case name [INFO] [stdout] --> src/lib.rs:7239:9 [INFO] [stdout] | [INFO] [stdout] 7239 | pub inputCacheConsumed: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_cache_consumed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputCacheRemaining` should have a snake case name [INFO] [stdout] --> src/lib.rs:7240:9 [INFO] [stdout] | [INFO] [stdout] 7240 | pub inputCacheRemaining: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_cache_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pID` should have a snake case name [INFO] [stdout] --> src/lib.rs:7300:9 [INFO] [stdout] | [INFO] [stdout] 7300 | pub pID: *mut ma_device_id, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `p_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shareMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:7303:9 [INFO] [stdout] | [INFO] [stdout] 7303 | pub shareMode: ma_share_mode, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `share_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7306:9 [INFO] [stdout] | [INFO] [stdout] 7306 | pub channelMap: [ma_channel; 254usize], [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:7307:9 [INFO] [stdout] | [INFO] [stdout] 7307 | pub internalFormat: ma_format, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:7308:9 [INFO] [stdout] | [INFO] [stdout] 7308 | pub internalChannels: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalSampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:7309:9 [INFO] [stdout] | [INFO] [stdout] 7309 | pub internalSampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalChannelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7310:9 [INFO] [stdout] | [INFO] [stdout] 7310 | pub internalChannelMap: [ma_channel; 254usize], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalPeriodSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:7311:9 [INFO] [stdout] | [INFO] [stdout] 7311 | pub internalPeriodSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_period_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `internalPeriods` should have a snake case name [INFO] [stdout] --> src/lib.rs:7312:9 [INFO] [stdout] | [INFO] [stdout] 7312 | pub internalPeriods: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `internal_periods` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMixMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:7313:9 [INFO] [stdout] | [INFO] [stdout] 7313 | pub channelMixMode: ma_channel_mix_mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `channel_mix_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calculateLFEFromSpatialChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:7314:9 [INFO] [stdout] | [INFO] [stdout] 7314 | pub calculateLFEFromSpatialChannels: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `calculate_lfefrom_spatial_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pIntermediaryBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:7316:9 [INFO] [stdout] | [INFO] [stdout] 7316 | pub pIntermediaryBuffer: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_intermediary_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `intermediaryBufferCap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7317:9 [INFO] [stdout] | [INFO] [stdout] 7317 | pub intermediaryBufferCap: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `intermediary_buffer_cap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `intermediaryBufferLen` should have a snake case name [INFO] [stdout] --> src/lib.rs:7318:9 [INFO] [stdout] | [INFO] [stdout] 7318 | pub intermediaryBufferLen: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `intermediary_buffer_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pAudioClientPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7379:9 [INFO] [stdout] | [INFO] [stdout] 7379 | pub pAudioClientPlayback: ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_audio_client_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pAudioClientCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7380:9 [INFO] [stdout] | [INFO] [stdout] 7380 | pub pAudioClientCapture: ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_audio_client_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pRenderClient` should have a snake case name [INFO] [stdout] --> src/lib.rs:7381:9 [INFO] [stdout] | [INFO] [stdout] 7381 | pub pRenderClient: ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_render_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pCaptureClient` should have a snake case name [INFO] [stdout] --> src/lib.rs:7382:9 [INFO] [stdout] | [INFO] [stdout] 7382 | pub pCaptureClient: ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_capture_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDeviceEnumerator` should have a snake case name [INFO] [stdout] --> src/lib.rs:7383:9 [INFO] [stdout] | [INFO] [stdout] 7383 | pub pDeviceEnumerator: ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_device_enumerator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `notificationClient` should have a snake case name [INFO] [stdout] --> src/lib.rs:7384:9 [INFO] [stdout] | [INFO] [stdout] 7384 | pub notificationClient: ma_IMMNotificationClient, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `notification_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hEventPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7385:9 [INFO] [stdout] | [INFO] [stdout] 7385 | pub hEventPlayback: ma_handle, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `h_event_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hEventCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7386:9 [INFO] [stdout] | [INFO] [stdout] 7386 | pub hEventCapture: ma_handle, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `h_event_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `actualBufferSizeInFramesPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7387:9 [INFO] [stdout] | [INFO] [stdout] 7387 | pub actualBufferSizeInFramesPlayback: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `actual_buffer_size_in_frames_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `actualBufferSizeInFramesCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7388:9 [INFO] [stdout] | [INFO] [stdout] 7388 | pub actualBufferSizeInFramesCapture: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `actual_buffer_size_in_frames_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originalPeriodSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:7389:9 [INFO] [stdout] | [INFO] [stdout] 7389 | pub originalPeriodSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `original_period_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originalPeriodSizeInMilliseconds` should have a snake case name [INFO] [stdout] --> src/lib.rs:7390:9 [INFO] [stdout] | [INFO] [stdout] 7390 | pub originalPeriodSizeInMilliseconds: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `original_period_size_in_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originalPeriods` should have a snake case name [INFO] [stdout] --> src/lib.rs:7391:9 [INFO] [stdout] | [INFO] [stdout] 7391 | pub originalPeriods: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `original_periods` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originalPerformanceProfile` should have a snake case name [INFO] [stdout] --> src/lib.rs:7392:9 [INFO] [stdout] | [INFO] [stdout] 7392 | pub originalPerformanceProfile: ma_performance_profile, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `original_performance_profile` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `periodSizeInFramesPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7393:9 [INFO] [stdout] | [INFO] [stdout] 7393 | pub periodSizeInFramesPlayback: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `period_size_in_frames_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `periodSizeInFramesCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7394:9 [INFO] [stdout] | [INFO] [stdout] 7394 | pub periodSizeInFramesCapture: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `period_size_in_frames_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pMappedBufferCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7395:9 [INFO] [stdout] | [INFO] [stdout] 7395 | pub pMappedBufferCapture: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_mapped_buffer_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mappedBufferCaptureCap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7396:9 [INFO] [stdout] | [INFO] [stdout] 7396 | pub mappedBufferCaptureCap: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `mapped_buffer_capture_cap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mappedBufferCaptureLen` should have a snake case name [INFO] [stdout] --> src/lib.rs:7397:9 [INFO] [stdout] | [INFO] [stdout] 7397 | pub mappedBufferCaptureLen: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `mapped_buffer_capture_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pMappedBufferPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7398:9 [INFO] [stdout] | [INFO] [stdout] 7398 | pub pMappedBufferPlayback: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_mapped_buffer_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mappedBufferPlaybackCap` should have a snake case name [INFO] [stdout] --> src/lib.rs:7399:9 [INFO] [stdout] | [INFO] [stdout] 7399 | pub mappedBufferPlaybackCap: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `mapped_buffer_playback_cap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mappedBufferPlaybackLen` should have a snake case name [INFO] [stdout] --> src/lib.rs:7400:9 [INFO] [stdout] | [INFO] [stdout] 7400 | pub mappedBufferPlaybackLen: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `mapped_buffer_playback_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isStartedCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7401:9 [INFO] [stdout] | [INFO] [stdout] 7401 | pub isStartedCapture: ma_atomic_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_started_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isStartedPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7402:9 [INFO] [stdout] | [INFO] [stdout] 7402 | pub isStartedPlayback: ma_atomic_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_started_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopbackProcessID` should have a snake case name [INFO] [stdout] --> src/lib.rs:7403:9 [INFO] [stdout] | [INFO] [stdout] 7403 | pub loopbackProcessID: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loopback_process_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopbackProcessExclude` should have a snake case name [INFO] [stdout] --> src/lib.rs:7404:9 [INFO] [stdout] | [INFO] [stdout] 7404 | pub loopbackProcessExclude: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loopback_process_exclude` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noAutoConvertSRC` should have a snake case name [INFO] [stdout] --> src/lib.rs:7405:9 [INFO] [stdout] | [INFO] [stdout] 7405 | pub noAutoConvertSRC: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_auto_convert_src` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noDefaultQualitySRC` should have a snake case name [INFO] [stdout] --> src/lib.rs:7406:9 [INFO] [stdout] | [INFO] [stdout] 7406 | pub noDefaultQualitySRC: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_default_quality_src` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `noHardwareOffloading` should have a snake case name [INFO] [stdout] --> src/lib.rs:7407:9 [INFO] [stdout] | [INFO] [stdout] 7407 | pub noHardwareOffloading: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `no_hardware_offloading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allowCaptureAutoStreamRouting` should have a snake case name [INFO] [stdout] --> src/lib.rs:7408:9 [INFO] [stdout] | [INFO] [stdout] 7408 | pub allowCaptureAutoStreamRouting: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allow_capture_auto_stream_routing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allowPlaybackAutoStreamRouting` should have a snake case name [INFO] [stdout] --> src/lib.rs:7409:9 [INFO] [stdout] | [INFO] [stdout] 7409 | pub allowPlaybackAutoStreamRouting: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allow_playback_auto_stream_routing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isDetachedPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7410:9 [INFO] [stdout] | [INFO] [stdout] 7410 | pub isDetachedPlayback: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_detached_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isDetachedCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7411:9 [INFO] [stdout] | [INFO] [stdout] 7411 | pub isDetachedCapture: ma_bool8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_detached_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hAvrtHandle` should have a snake case name [INFO] [stdout] --> src/lib.rs:7413:9 [INFO] [stdout] | [INFO] [stdout] 7413 | pub hAvrtHandle: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `h_avrt_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rerouteLock` should have a snake case name [INFO] [stdout] --> src/lib.rs:7414:9 [INFO] [stdout] | [INFO] [stdout] 7414 | pub rerouteLock: ma_mutex, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `reroute_lock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7568:9 [INFO] [stdout] | [INFO] [stdout] 7568 | pub pPlayback: ma_ptr, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pPlaybackPrimaryBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:7569:9 [INFO] [stdout] | [INFO] [stdout] 7569 | pub pPlaybackPrimaryBuffer: ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_playback_primary_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pPlaybackBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:7570:9 [INFO] [stdout] | [INFO] [stdout] 7570 | pub pPlaybackBuffer: ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_playback_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7571:9 [INFO] [stdout] | [INFO] [stdout] 7571 | pub pCapture: ma_ptr, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pCaptureBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:7572:9 [INFO] [stdout] | [INFO] [stdout] 7572 | pub pCaptureBuffer: ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_capture_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hDevicePlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7596:9 [INFO] [stdout] | [INFO] [stdout] 7596 | pub hDevicePlayback: ma_handle, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `h_device_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hDeviceCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7597:9 [INFO] [stdout] | [INFO] [stdout] 7597 | pub hDeviceCapture: ma_handle, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `h_device_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hEventPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7598:9 [INFO] [stdout] | [INFO] [stdout] 7598 | pub hEventPlayback: ma_handle, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `h_event_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hEventCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7599:9 [INFO] [stdout] | [INFO] [stdout] 7599 | pub hEventCapture: ma_handle, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `h_event_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fragmentSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:7600:9 [INFO] [stdout] | [INFO] [stdout] 7600 | pub fragmentSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `fragment_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `iNextHeaderPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7601:9 [INFO] [stdout] | [INFO] [stdout] 7601 | pub iNextHeaderPlayback: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `i_next_header_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `iNextHeaderCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7602:9 [INFO] [stdout] | [INFO] [stdout] 7602 | pub iNextHeaderCapture: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `i_next_header_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `headerFramesConsumedPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7603:9 [INFO] [stdout] | [INFO] [stdout] 7603 | pub headerFramesConsumedPlayback: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `header_frames_consumed_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `headerFramesConsumedCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7604:9 [INFO] [stdout] | [INFO] [stdout] 7604 | pub headerFramesConsumedCapture: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `header_frames_consumed_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pWAVEHDRPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7605:9 [INFO] [stdout] | [INFO] [stdout] 7605 | pub pWAVEHDRPlayback: *mut ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_wavehdrplayback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pWAVEHDRCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7606:9 [INFO] [stdout] | [INFO] [stdout] 7606 | pub pWAVEHDRCapture: *mut ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_wavehdrcapture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pIntermediaryBufferPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7607:9 [INFO] [stdout] | [INFO] [stdout] 7607 | pub pIntermediaryBufferPlayback: *mut ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_intermediary_buffer_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pIntermediaryBufferCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7608:9 [INFO] [stdout] | [INFO] [stdout] 7608 | pub pIntermediaryBufferCapture: *mut ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_intermediary_buffer_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeapData` should have a snake case name [INFO] [stdout] --> src/lib.rs:7609:9 [INFO] [stdout] | [INFO] [stdout] 7609 | pub _pHeapData: *mut ma_uint8, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `_p_heap_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pClient` should have a snake case name [INFO] [stdout] --> src/lib.rs:7667:9 [INFO] [stdout] | [INFO] [stdout] 7667 | pub pClient: ma_ptr, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ppPortsPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7668:9 [INFO] [stdout] | [INFO] [stdout] 7668 | pub ppPortsPlayback: *mut ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pp_ports_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ppPortsCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7669:9 [INFO] [stdout] | [INFO] [stdout] 7669 | pub ppPortsCapture: *mut ma_ptr, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pp_ports_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pIntermediaryBufferPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7670:9 [INFO] [stdout] | [INFO] [stdout] 7670 | pub pIntermediaryBufferPlayback: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_intermediary_buffer_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pIntermediaryBufferCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7671:9 [INFO] [stdout] | [INFO] [stdout] 7671 | pub pIntermediaryBufferCapture: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_intermediary_buffer_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `deviceThread` should have a snake case name [INFO] [stdout] --> src/lib.rs:7699:9 [INFO] [stdout] | [INFO] [stdout] 7699 | pub deviceThread: ma_thread, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `device_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `operationEvent` should have a snake case name [INFO] [stdout] --> src/lib.rs:7700:9 [INFO] [stdout] | [INFO] [stdout] 7700 | pub operationEvent: ma_event, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `operation_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `operationCompletionEvent` should have a snake case name [INFO] [stdout] --> src/lib.rs:7701:9 [INFO] [stdout] | [INFO] [stdout] 7701 | pub operationCompletionEvent: ma_event, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `operation_completion_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `operationSemaphore` should have a snake case name [INFO] [stdout] --> src/lib.rs:7702:9 [INFO] [stdout] | [INFO] [stdout] 7702 | pub operationSemaphore: ma_semaphore, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `operation_semaphore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `operationResult` should have a snake case name [INFO] [stdout] --> src/lib.rs:7704:9 [INFO] [stdout] | [INFO] [stdout] 7704 | pub operationResult: ma_result, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `operation_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `priorRunTime` should have a snake case name [INFO] [stdout] --> src/lib.rs:7706:9 [INFO] [stdout] | [INFO] [stdout] 7706 | pub priorRunTime: f64, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `prior_run_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `currentPeriodFramesRemainingPlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7707:9 [INFO] [stdout] | [INFO] [stdout] 7707 | pub currentPeriodFramesRemainingPlayback: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_period_frames_remaining_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `currentPeriodFramesRemainingCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7708:9 [INFO] [stdout] | [INFO] [stdout] 7708 | pub currentPeriodFramesRemainingCapture: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_period_frames_remaining_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastProcessedFramePlayback` should have a snake case name [INFO] [stdout] --> src/lib.rs:7709:9 [INFO] [stdout] | [INFO] [stdout] 7709 | pub lastProcessedFramePlayback: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_processed_frame_playback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastProcessedFrameCapture` should have a snake case name [INFO] [stdout] --> src/lib.rs:7710:9 [INFO] [stdout] | [INFO] [stdout] 7710 | pub lastProcessedFrameCapture: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_processed_frame_capture` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isStarted` should have a snake case name [INFO] [stdout] --> src/lib.rs:7711:9 [INFO] [stdout] | [INFO] [stdout] 7711 | pub isStarted: ma_atomic_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_started` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_open_mode_flags_MA_OPEN_MODE_READ` should have an upper case name [INFO] [stdout] --> src/lib.rs:8287:11 [INFO] [stdout] | [INFO] [stdout] 8287 | pub const ma_open_mode_flags_MA_OPEN_MODE_READ: ma_open_mode_flags = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPEN_MODE_FLAGS_MA_OPEN_MODE_READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_open_mode_flags_MA_OPEN_MODE_WRITE` should have an upper case name [INFO] [stdout] --> src/lib.rs:8288:11 [INFO] [stdout] | [INFO] [stdout] 8288 | pub const ma_open_mode_flags_MA_OPEN_MODE_WRITE: ma_open_mode_flags = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_OPEN_MODE_FLAGS_MA_OPEN_MODE_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_seek_origin_ma_seek_origin_start` should have an upper case name [INFO] [stdout] --> src/lib.rs:8290:11 [INFO] [stdout] | [INFO] [stdout] 8290 | pub const ma_seek_origin_ma_seek_origin_start: ma_seek_origin = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_SEEK_ORIGIN_MA_SEEK_ORIGIN_START` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_seek_origin_ma_seek_origin_current` should have an upper case name [INFO] [stdout] --> src/lib.rs:8291:11 [INFO] [stdout] | [INFO] [stdout] 8291 | pub const ma_seek_origin_ma_seek_origin_current: ma_seek_origin = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_SEEK_ORIGIN_MA_SEEK_ORIGIN_CURRENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_seek_origin_ma_seek_origin_end` should have an upper case name [INFO] [stdout] --> src/lib.rs:8292:11 [INFO] [stdout] | [INFO] [stdout] 8292 | pub const ma_seek_origin_ma_seek_origin_end: ma_seek_origin = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_SEEK_ORIGIN_MA_SEEK_ORIGIN_END` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sizeInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8297:9 [INFO] [stdout] | [INFO] [stdout] 8297 | pub sizeInBytes: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `size_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onOpen` should have a snake case name [INFO] [stdout] --> src/lib.rs:8309:9 [INFO] [stdout] | [INFO] [stdout] 8309 | pub onOpen: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_open` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onOpenW` should have a snake case name [INFO] [stdout] --> src/lib.rs:8317:9 [INFO] [stdout] | [INFO] [stdout] 8317 | pub onOpenW: ::std::option::Option< [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `on_open_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onClose` should have a snake case name [INFO] [stdout] --> src/lib.rs:8325:9 [INFO] [stdout] | [INFO] [stdout] 8325 | pub onClose: ::std::option::Option< [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `on_close` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:8328:9 [INFO] [stdout] | [INFO] [stdout] 8328 | pub onRead: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onWrite` should have a snake case name [INFO] [stdout] --> src/lib.rs:8337:9 [INFO] [stdout] | [INFO] [stdout] 8337 | pub onWrite: ::std::option::Option< [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `on_write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onSeek` should have a snake case name [INFO] [stdout] --> src/lib.rs:8346:9 [INFO] [stdout] | [INFO] [stdout] 8346 | pub onSeek: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_seek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onTell` should have a snake case name [INFO] [stdout] --> src/lib.rs:8354:9 [INFO] [stdout] | [INFO] [stdout] 8354 | pub onTell: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_tell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:8361:9 [INFO] [stdout] | [INFO] [stdout] 8361 | pub onInfo: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8311:13 [INFO] [stdout] | [INFO] [stdout] 8311 | pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFilePath` should have a snake case name [INFO] [stdout] --> src/lib.rs:8312:13 [INFO] [stdout] | [INFO] [stdout] 8312 | pFilePath: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_file_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `openMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:8313:13 [INFO] [stdout] | [INFO] [stdout] 8313 | openMode: ma_uint32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `open_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFile` should have a snake case name [INFO] [stdout] --> src/lib.rs:8314:13 [INFO] [stdout] | [INFO] [stdout] 8314 | pFile: *mut ma_vfs_file, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8319:13 [INFO] [stdout] | [INFO] [stdout] 8319 | pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFilePath` should have a snake case name [INFO] [stdout] --> src/lib.rs:8320:13 [INFO] [stdout] | [INFO] [stdout] 8320 | pFilePath: *const wchar_t, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_file_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `openMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:8321:13 [INFO] [stdout] | [INFO] [stdout] 8321 | openMode: ma_uint32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `open_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFile` should have a snake case name [INFO] [stdout] --> src/lib.rs:8322:13 [INFO] [stdout] | [INFO] [stdout] 8322 | pFile: *mut ma_vfs_file, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8326:30 [INFO] [stdout] | [INFO] [stdout] 8326 | unsafe extern "C" fn(pVFS: *mut ma_vfs, file: ma_vfs_file) -> ma_result, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8330:13 [INFO] [stdout] | [INFO] [stdout] 8330 | pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDst` should have a snake case name [INFO] [stdout] --> src/lib.rs:8332:13 [INFO] [stdout] | [INFO] [stdout] 8332 | pDst: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_dst` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `sizeInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8333:13 [INFO] [stdout] | [INFO] [stdout] 8333 | sizeInBytes: usize, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `size_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBytesRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:8334:13 [INFO] [stdout] | [INFO] [stdout] 8334 | pBytesRead: *mut usize, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_bytes_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8339:13 [INFO] [stdout] | [INFO] [stdout] 8339 | pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pSrc` should have a snake case name [INFO] [stdout] --> src/lib.rs:8341:13 [INFO] [stdout] | [INFO] [stdout] 8341 | pSrc: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_src` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `sizeInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:8342:13 [INFO] [stdout] | [INFO] [stdout] 8342 | sizeInBytes: usize, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `size_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBytesWritten` should have a snake case name [INFO] [stdout] --> src/lib.rs:8343:13 [INFO] [stdout] | [INFO] [stdout] 8343 | pBytesWritten: *mut usize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_bytes_written` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8348:13 [INFO] [stdout] | [INFO] [stdout] 8348 | pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8356:13 [INFO] [stdout] | [INFO] [stdout] 8356 | pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:8358:13 [INFO] [stdout] | [INFO] [stdout] 8358 | pCursor: *mut ma_int64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8363:13 [INFO] [stdout] | [INFO] [stdout] 8363 | pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:8365:13 [INFO] [stdout] | [INFO] [stdout] 8365 | pInfo: *mut ma_file_info, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8455:9 [INFO] [stdout] | [INFO] [stdout] 8455 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8473:9 [INFO] [stdout] | [INFO] [stdout] 8473 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBufferOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:8474:9 [INFO] [stdout] | [INFO] [stdout] 8474 | pBufferOut: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_buffer_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bytesToRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:8475:9 [INFO] [stdout] | [INFO] [stdout] 8475 | bytesToRead: usize, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `bytes_to_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBytesRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:8476:9 [INFO] [stdout] | [INFO] [stdout] 8476 | pBytesRead: *mut usize, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_bytes_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8481:9 [INFO] [stdout] | [INFO] [stdout] 8481 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8488:9 [INFO] [stdout] | [INFO] [stdout] 8488 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:8489:9 [INFO] [stdout] | [INFO] [stdout] 8489 | pCursor: *mut ma_int64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_encoding_format_ma_encoding_format_unknown` should have an upper case name [INFO] [stdout] --> src/lib.rs:8492:11 [INFO] [stdout] | [INFO] [stdout] 8492 | pub const ma_encoding_format_ma_encoding_format_unknown: ma_encoding_format = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ENCODING_FORMAT_MA_ENCODING_FORMAT_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_encoding_format_ma_encoding_format_wav` should have an upper case name [INFO] [stdout] --> src/lib.rs:8493:11 [INFO] [stdout] | [INFO] [stdout] 8493 | pub const ma_encoding_format_ma_encoding_format_wav: ma_encoding_format = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ENCODING_FORMAT_MA_ENCODING_FORMAT_WAV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_encoding_format_ma_encoding_format_flac` should have an upper case name [INFO] [stdout] --> src/lib.rs:8494:11 [INFO] [stdout] | [INFO] [stdout] 8494 | pub const ma_encoding_format_ma_encoding_format_flac: ma_encoding_format = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ENCODING_FORMAT_MA_ENCODING_FORMAT_FLAC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_encoding_format_ma_encoding_format_mp3` should have an upper case name [INFO] [stdout] --> src/lib.rs:8495:11 [INFO] [stdout] | [INFO] [stdout] 8495 | pub const ma_encoding_format_ma_encoding_format_mp3: ma_encoding_format = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ENCODING_FORMAT_MA_ENCODING_FORMAT_MP3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_encoding_format_ma_encoding_format_vorbis` should have an upper case name [INFO] [stdout] --> src/lib.rs:8496:11 [INFO] [stdout] | [INFO] [stdout] 8496 | pub const ma_encoding_format_ma_encoding_format_vorbis: ma_encoding_format = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_ENCODING_FORMAT_MA_ENCODING_FORMAT_VORBIS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `preferredFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:8501:9 [INFO] [stdout] | [INFO] [stdout] 8501 | pub preferredFormat: ma_format, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `preferred_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `seekPointCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:8502:9 [INFO] [stdout] | [INFO] [stdout] 8502 | pub seekPointCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `seek_point_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onInit` should have a snake case name [INFO] [stdout] --> src/lib.rs:8524:9 [INFO] [stdout] | [INFO] [stdout] 8524 | pub onInit: ::std::option::Option< [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_init` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onInitFile` should have a snake case name [INFO] [stdout] --> src/lib.rs:8536:9 [INFO] [stdout] | [INFO] [stdout] 8536 | pub onInitFile: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `on_init_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onInitFileW` should have a snake case name [INFO] [stdout] --> src/lib.rs:8545:9 [INFO] [stdout] | [INFO] [stdout] 8545 | pub onInitFileW: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `on_init_file_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onInitMemory` should have a snake case name [INFO] [stdout] --> src/lib.rs:8554:9 [INFO] [stdout] | [INFO] [stdout] 8554 | pub onInitMemory: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `on_init_memory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onUninit` should have a snake case name [INFO] [stdout] --> src/lib.rs:8564:9 [INFO] [stdout] | [INFO] [stdout] 8564 | pub onUninit: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `on_uninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8526:13 [INFO] [stdout] | [INFO] [stdout] 8526 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `onRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:8527:13 [INFO] [stdout] | [INFO] [stdout] 8527 | onRead: ma_read_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `onSeek` should have a snake case name [INFO] [stdout] --> src/lib.rs:8528:13 [INFO] [stdout] | [INFO] [stdout] 8528 | onSeek: ma_seek_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_seek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `onTell` should have a snake case name [INFO] [stdout] --> src/lib.rs:8529:13 [INFO] [stdout] | [INFO] [stdout] 8529 | onTell: ma_tell_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_tell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pReadSeekTellUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8530:13 [INFO] [stdout] | [INFO] [stdout] 8530 | pReadSeekTellUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_read_seek_tell_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:8531:13 [INFO] [stdout] | [INFO] [stdout] 8531 | pConfig: *const ma_decoding_backend_config, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pAllocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8532:13 [INFO] [stdout] | [INFO] [stdout] 8532 | pAllocationCallbacks: *const ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ppBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:8533:13 [INFO] [stdout] | [INFO] [stdout] 8533 | ppBackend: *mut *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `pp_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8538:13 [INFO] [stdout] | [INFO] [stdout] 8538 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFilePath` should have a snake case name [INFO] [stdout] --> src/lib.rs:8539:13 [INFO] [stdout] | [INFO] [stdout] 8539 | pFilePath: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_file_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:8540:13 [INFO] [stdout] | [INFO] [stdout] 8540 | pConfig: *const ma_decoding_backend_config, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pAllocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8541:13 [INFO] [stdout] | [INFO] [stdout] 8541 | pAllocationCallbacks: *const ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ppBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:8542:13 [INFO] [stdout] | [INFO] [stdout] 8542 | ppBackend: *mut *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `pp_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8547:13 [INFO] [stdout] | [INFO] [stdout] 8547 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFilePath` should have a snake case name [INFO] [stdout] --> src/lib.rs:8548:13 [INFO] [stdout] | [INFO] [stdout] 8548 | pFilePath: *const wchar_t, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_file_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:8549:13 [INFO] [stdout] | [INFO] [stdout] 8549 | pConfig: *const ma_decoding_backend_config, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pAllocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8550:13 [INFO] [stdout] | [INFO] [stdout] 8550 | pAllocationCallbacks: *const ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ppBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:8551:13 [INFO] [stdout] | [INFO] [stdout] 8551 | ppBackend: *mut *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `pp_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8556:13 [INFO] [stdout] | [INFO] [stdout] 8556 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8557:13 [INFO] [stdout] | [INFO] [stdout] 8557 | pData: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dataSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:8558:13 [INFO] [stdout] | [INFO] [stdout] 8558 | dataSize: usize, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `data_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:8559:13 [INFO] [stdout] | [INFO] [stdout] 8559 | pConfig: *const ma_decoding_backend_config, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pAllocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8560:13 [INFO] [stdout] | [INFO] [stdout] 8560 | pAllocationCallbacks: *const ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ppBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:8561:13 [INFO] [stdout] | [INFO] [stdout] 8561 | ppBackend: *mut *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `pp_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8566:13 [INFO] [stdout] | [INFO] [stdout] 8566 | pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:8567:13 [INFO] [stdout] | [INFO] [stdout] 8567 | pBackend: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pAllocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8568:13 [INFO] [stdout] | [INFO] [stdout] 8568 | pAllocationCallbacks: *const ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDecoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8591:9 [INFO] [stdout] | [INFO] [stdout] 8591 | pDecoder: *mut ma_decoder, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBufferOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:8592:9 [INFO] [stdout] | [INFO] [stdout] 8592 | pBufferOut: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_buffer_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bytesToRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:8593:9 [INFO] [stdout] | [INFO] [stdout] 8593 | bytesToRead: usize, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `bytes_to_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBytesRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:8594:9 [INFO] [stdout] | [INFO] [stdout] 8594 | pBytesRead: *mut usize, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_bytes_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDecoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8599:9 [INFO] [stdout] | [INFO] [stdout] 8599 | pDecoder: *mut ma_decoder, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `byteOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:8600:9 [INFO] [stdout] | [INFO] [stdout] 8600 | byteOffset: ma_int64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `byte_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pDecoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8605:26 [INFO] [stdout] | [INFO] [stdout] 8605 | unsafe extern "C" fn(pDecoder: *mut ma_decoder, pCursor: *mut ma_int64) -> ma_result, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:8605:53 [INFO] [stdout] | [INFO] [stdout] 8605 | unsafe extern "C" fn(pDecoder: *mut ma_decoder, pCursor: *mut ma_int64) -> ma_result, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:8612:9 [INFO] [stdout] | [INFO] [stdout] 8612 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChannelMap` should have a snake case name [INFO] [stdout] --> src/lib.rs:8613:9 [INFO] [stdout] | [INFO] [stdout] 8613 | pub pChannelMap: *mut ma_channel, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_channel_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `channelMixMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:8614:9 [INFO] [stdout] | [INFO] [stdout] 8614 | pub channelMixMode: ma_channel_mix_mode, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `channel_mix_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ditherMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:8615:9 [INFO] [stdout] | [INFO] [stdout] 8615 | pub ditherMode: ma_dither_mode, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `dither_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8617:9 [INFO] [stdout] | [INFO] [stdout] 8617 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `encodingFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:8618:9 [INFO] [stdout] | [INFO] [stdout] 8618 | pub encodingFormat: ma_encoding_format, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encoding_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `seekPointCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:8619:9 [INFO] [stdout] | [INFO] [stdout] 8619 | pub seekPointCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `seek_point_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ppCustomBackendVTables` should have a snake case name [INFO] [stdout] --> src/lib.rs:8620:9 [INFO] [stdout] | [INFO] [stdout] 8620 | pub ppCustomBackendVTables: *mut *mut ma_decoding_backend_vtable, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pp_custom_backend_vtables` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `customBackendCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:8621:9 [INFO] [stdout] | [INFO] [stdout] 8621 | pub customBackendCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `custom_backend_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pCustomBackendUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8622:9 [INFO] [stdout] | [INFO] [stdout] 8622 | pub pCustomBackendUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_custom_backend_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackend` should have a snake case name [INFO] [stdout] --> src/lib.rs:8659:9 [INFO] [stdout] | [INFO] [stdout] 8659 | pub pBackend: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackendVTable` should have a snake case name [INFO] [stdout] --> src/lib.rs:8660:9 [INFO] [stdout] | [INFO] [stdout] 8660 | pub pBackendVTable: *const ma_decoding_backend_vtable, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_backend_vtable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pBackendUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8661:9 [INFO] [stdout] | [INFO] [stdout] 8661 | pub pBackendUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_backend_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:8662:9 [INFO] [stdout] | [INFO] [stdout] 8662 | pub onRead: ma_decoder_read_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onSeek` should have a snake case name [INFO] [stdout] --> src/lib.rs:8663:9 [INFO] [stdout] | [INFO] [stdout] 8663 | pub onSeek: ma_decoder_seek_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_seek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onTell` should have a snake case name [INFO] [stdout] --> src/lib.rs:8664:9 [INFO] [stdout] | [INFO] [stdout] 8664 | pub onTell: ma_decoder_tell_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_tell` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8665:9 [INFO] [stdout] | [INFO] [stdout] 8665 | pub pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `readPointerInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:8666:9 [INFO] [stdout] | [INFO] [stdout] 8666 | pub readPointerInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `read_pointer_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `outputFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:8667:9 [INFO] [stdout] | [INFO] [stdout] 8667 | pub outputFormat: ma_format, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `output_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `outputChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:8668:9 [INFO] [stdout] | [INFO] [stdout] 8668 | pub outputChannels: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `outputSampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:8669:9 [INFO] [stdout] | [INFO] [stdout] 8669 | pub outputSampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInputCache` should have a snake case name [INFO] [stdout] --> src/lib.rs:8671:9 [INFO] [stdout] | [INFO] [stdout] 8671 | pub pInputCache: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_input_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputCacheCap` should have a snake case name [INFO] [stdout] --> src/lib.rs:8672:9 [INFO] [stdout] | [INFO] [stdout] 8672 | pub inputCacheCap: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_cache_cap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputCacheConsumed` should have a snake case name [INFO] [stdout] --> src/lib.rs:8673:9 [INFO] [stdout] | [INFO] [stdout] 8673 | pub inputCacheConsumed: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_cache_consumed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputCacheRemaining` should have a snake case name [INFO] [stdout] --> src/lib.rs:8674:9 [INFO] [stdout] | [INFO] [stdout] 8674 | pub inputCacheRemaining: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_cache_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8675:9 [INFO] [stdout] | [INFO] [stdout] 8675 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8687:9 [INFO] [stdout] | [INFO] [stdout] 8687 | pub pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8704:9 [INFO] [stdout] | [INFO] [stdout] 8704 | pub pData: *const ma_uint8, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:8705:9 [INFO] [stdout] | [INFO] [stdout] 8705 | pub dataSize: usize, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `data_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `currentReadPos` should have a snake case name [INFO] [stdout] --> src/lib.rs:8706:9 [INFO] [stdout] | [INFO] [stdout] 8706 | pub currentReadPos: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_read_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pEncoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8900:9 [INFO] [stdout] | [INFO] [stdout] 8900 | pEncoder: *mut ma_encoder, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_encoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBufferIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:8901:9 [INFO] [stdout] | [INFO] [stdout] 8901 | pBufferIn: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_buffer_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bytesToWrite` should have a snake case name [INFO] [stdout] --> src/lib.rs:8902:9 [INFO] [stdout] | [INFO] [stdout] 8902 | bytesToWrite: usize, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `bytes_to_write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pBytesWritten` should have a snake case name [INFO] [stdout] --> src/lib.rs:8903:9 [INFO] [stdout] | [INFO] [stdout] 8903 | pBytesWritten: *mut usize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_bytes_written` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pEncoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8908:9 [INFO] [stdout] | [INFO] [stdout] 8908 | pEncoder: *mut ma_encoder, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_encoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pEncoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8914:48 [INFO] [stdout] | [INFO] [stdout] 8914 | ::std::option::Option ma_result>; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_encoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pEncoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8916:48 [INFO] [stdout] | [INFO] [stdout] 8916 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_encoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pEncoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8919:9 [INFO] [stdout] | [INFO] [stdout] 8919 | pEncoder: *mut ma_encoder, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_encoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFramesIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:8920:9 [INFO] [stdout] | [INFO] [stdout] 8920 | pFramesIn: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_frames_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `frameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:8921:9 [INFO] [stdout] | [INFO] [stdout] 8921 | frameCount: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFramesWritten` should have a snake case name [INFO] [stdout] --> src/lib.rs:8922:9 [INFO] [stdout] | [INFO] [stdout] 8922 | pFramesWritten: *mut ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_frames_written` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `encodingFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:8928:9 [INFO] [stdout] | [INFO] [stdout] 8928 | pub encodingFormat: ma_encoding_format, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encoding_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:8931:9 [INFO] [stdout] | [INFO] [stdout] 8931 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:8932:9 [INFO] [stdout] | [INFO] [stdout] 8932 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onWrite` should have a snake case name [INFO] [stdout] --> src/lib.rs:8961:9 [INFO] [stdout] | [INFO] [stdout] 8961 | pub onWrite: ma_encoder_write_proc, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `on_write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onSeek` should have a snake case name [INFO] [stdout] --> src/lib.rs:8962:9 [INFO] [stdout] | [INFO] [stdout] 8962 | pub onSeek: ma_encoder_seek_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_seek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onInit` should have a snake case name [INFO] [stdout] --> src/lib.rs:8963:9 [INFO] [stdout] | [INFO] [stdout] 8963 | pub onInit: ma_encoder_init_proc, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `on_init` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onUninit` should have a snake case name [INFO] [stdout] --> src/lib.rs:8964:9 [INFO] [stdout] | [INFO] [stdout] 8964 | pub onUninit: ma_encoder_uninit_proc, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `on_uninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onWritePCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:8965:9 [INFO] [stdout] | [INFO] [stdout] 8965 | pub onWritePCMFrames: ma_encoder_write_pcm_frames_proc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_write_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:8966:9 [INFO] [stdout] | [INFO] [stdout] 8966 | pub pUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInternalEncoder` should have a snake case name [INFO] [stdout] --> src/lib.rs:8967:9 [INFO] [stdout] | [INFO] [stdout] 8967 | pub pInternalEncoder: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_internal_encoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:8978:9 [INFO] [stdout] | [INFO] [stdout] 8978 | pub pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_waveform_type_ma_waveform_type_sine` should have an upper case name [INFO] [stdout] --> src/lib.rs:9069:11 [INFO] [stdout] | [INFO] [stdout] 9069 | pub const ma_waveform_type_ma_waveform_type_sine: ma_waveform_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_WAVEFORM_TYPE_MA_WAVEFORM_TYPE_SINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_waveform_type_ma_waveform_type_square` should have an upper case name [INFO] [stdout] --> src/lib.rs:9070:11 [INFO] [stdout] | [INFO] [stdout] 9070 | pub const ma_waveform_type_ma_waveform_type_square: ma_waveform_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_WAVEFORM_TYPE_MA_WAVEFORM_TYPE_SQUARE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_waveform_type_ma_waveform_type_triangle` should have an upper case name [INFO] [stdout] --> src/lib.rs:9071:11 [INFO] [stdout] | [INFO] [stdout] 9071 | pub const ma_waveform_type_ma_waveform_type_triangle: ma_waveform_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_WAVEFORM_TYPE_MA_WAVEFORM_TYPE_TRIANGLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_waveform_type_ma_waveform_type_sawtooth` should have an upper case name [INFO] [stdout] --> src/lib.rs:9072:11 [INFO] [stdout] | [INFO] [stdout] 9072 | pub const ma_waveform_type_ma_waveform_type_sawtooth: ma_waveform_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_WAVEFORM_TYPE_MA_WAVEFORM_TYPE_SAWTOOTH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:9079:9 [INFO] [stdout] | [INFO] [stdout] 9079 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:9172:9 [INFO] [stdout] | [INFO] [stdout] 9172 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dutyCycle` should have a snake case name [INFO] [stdout] --> src/lib.rs:9173:9 [INFO] [stdout] | [INFO] [stdout] 9173 | pub dutyCycle: f64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `duty_cycle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_noise_type_ma_noise_type_white` should have an upper case name [INFO] [stdout] --> src/lib.rs:9257:11 [INFO] [stdout] | [INFO] [stdout] 9257 | pub const ma_noise_type_ma_noise_type_white: ma_noise_type = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NOISE_TYPE_MA_NOISE_TYPE_WHITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_noise_type_ma_noise_type_pink` should have an upper case name [INFO] [stdout] --> src/lib.rs:9258:11 [INFO] [stdout] | [INFO] [stdout] 9258 | pub const ma_noise_type_ma_noise_type_pink: ma_noise_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NOISE_TYPE_MA_NOISE_TYPE_PINK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_noise_type_ma_noise_type_brownian` should have an upper case name [INFO] [stdout] --> src/lib.rs:9259:11 [INFO] [stdout] | [INFO] [stdout] 9259 | pub const ma_noise_type_ma_noise_type_brownian: ma_noise_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NOISE_TYPE_MA_NOISE_TYPE_BROWNIAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `duplicateChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:9269:9 [INFO] [stdout] | [INFO] [stdout] 9269 | pub duplicateChannels: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `duplicate_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:9304:9 [INFO] [stdout] | [INFO] [stdout] 9304 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:9305:9 [INFO] [stdout] | [INFO] [stdout] 9305 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_STREAM` should have an upper case name [INFO] [stdout] --> src/lib.rs:9412:11 [INFO] [stdout] | [INFO] [stdout] 9412 | pub const ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_STREAM: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SOURCE_FLAGS_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_DECODE` should have an upper case name [INFO] [stdout] --> src/lib.rs:9414:11 [INFO] [stdout] | [INFO] [stdout] 9414 | pub const ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_DECODE: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SOURCE_FLAGS_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_DECODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_ASYNC` should have an upper case name [INFO] [stdout] --> src/lib.rs:9416:11 [INFO] [stdout] | [INFO] [stdout] 9416 | pub const ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_ASYNC: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SOURCE_FLAGS_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_ASYNC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_WAIT_INIT` should have an upper case name [INFO] [stdout] --> src/lib.rs:9418:11 [INFO] [stdout] | [INFO] [stdout] 9418 | pub const ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_WAIT_INIT: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SOURCE_FLAGS_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_WAIT_INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_UNKNOWN_LENGTH` should have an upper case name [INFO] [stdout] --> src/lib.rs:9420:11 [INFO] [stdout] | [INFO] [stdout] 9420 | pub const ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_UNKNOWN_LENGTH : ma_resource_manager_data_sou... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SOURCE_FLAGS_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_UNKNOWN_LENGTH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_LOOPING` should have an upper case name [INFO] [stdout] --> src/lib.rs:9421:11 [INFO] [stdout] | [INFO] [stdout] 9421 | pub const ma_resource_manager_data_source_flags_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_LOOPING: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SOURCE_FLAGS_MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_LOOPING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNotification` should have a snake case name [INFO] [stdout] --> src/lib.rs:9427:9 [INFO] [stdout] | [INFO] [stdout] 9427 | pub pNotification: *mut ma_async_notification, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_notification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pFence` should have a snake case name [INFO] [stdout] --> src/lib.rs:9428:9 [INFO] [stdout] | [INFO] [stdout] 9428 | pub pFence: *mut ma_fence, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `p_fence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_flags_MA_RESOURCE_MANAGER_FLAG_NON_BLOCKING` should have an upper case name [INFO] [stdout] --> src/lib.rs:9464:11 [INFO] [stdout] | [INFO] [stdout] 9464 | pub const ma_resource_manager_flags_MA_RESOURCE_MANAGER_FLAG_NON_BLOCKING: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_FLAGS_MA_RESOURCE_MANAGER_FLAG_NON_BLOCKING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_flags_MA_RESOURCE_MANAGER_FLAG_NO_THREADING` should have an upper case name [INFO] [stdout] --> src/lib.rs:9466:11 [INFO] [stdout] | [INFO] [stdout] 9466 | pub const ma_resource_manager_flags_MA_RESOURCE_MANAGER_FLAG_NO_THREADING: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_FLAGS_MA_RESOURCE_MANAGER_FLAG_NO_THREADING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pFilePath` should have a snake case name [INFO] [stdout] --> src/lib.rs:9472:9 [INFO] [stdout] | [INFO] [stdout] 9472 | pub pFilePath: *const ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_file_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pFilePathW` should have a snake case name [INFO] [stdout] --> src/lib.rs:9473:9 [INFO] [stdout] | [INFO] [stdout] 9473 | pub pFilePathW: *const wchar_t, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_file_path_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNotifications` should have a snake case name [INFO] [stdout] --> src/lib.rs:9474:9 [INFO] [stdout] | [INFO] [stdout] 9474 | pub pNotifications: *const ma_resource_manager_pipeline_notifications, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_notifications` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `initialSeekPointInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:9475:9 [INFO] [stdout] | [INFO] [stdout] 9475 | pub initialSeekPointInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `initial_seek_point_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rangeBegInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:9476:9 [INFO] [stdout] | [INFO] [stdout] 9476 | pub rangeBegInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `range_beg_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rangeEndInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:9477:9 [INFO] [stdout] | [INFO] [stdout] 9477 | pub rangeEndInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `range_end_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopPointBegInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:9478:9 [INFO] [stdout] | [INFO] [stdout] 9478 | pub loopPointBegInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loop_point_beg_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `loopPointEndInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:9479:9 [INFO] [stdout] | [INFO] [stdout] 9479 | pub loopPointEndInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `loop_point_end_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isLooping` should have a snake case name [INFO] [stdout] --> src/lib.rs:9481:9 [INFO] [stdout] | [INFO] [stdout] 9481 | pub isLooping: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_looping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_supply_type_ma_resource_manager_data_supply_type_unknown` should have an upper case name [INFO] [stdout] --> src/lib.rs:9526:11 [INFO] [stdout] | [INFO] [stdout] 9526 | pub const ma_resource_manager_data_supply_type_ma_resource_manager_data_supply_type_unknown: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SUPPLY_TYPE_MA_RESOURCE_MANAGER_DATA_SUPPLY_TYPE_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_supply_type_ma_resource_manager_data_supply_type_encoded` should have an upper case name [INFO] [stdout] --> src/lib.rs:9528:11 [INFO] [stdout] | [INFO] [stdout] 9528 | pub const ma_resource_manager_data_supply_type_ma_resource_manager_data_supply_type_encoded: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SUPPLY_TYPE_MA_RESOURCE_MANAGER_DATA_SUPPLY_TYPE_ENCODED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_supply_type_ma_resource_manager_data_supply_type_decoded` should have an upper case name [INFO] [stdout] --> src/lib.rs:9530:11 [INFO] [stdout] | [INFO] [stdout] 9530 | pub const ma_resource_manager_data_supply_type_ma_resource_manager_data_supply_type_decoded: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SUPPLY_TYPE_MA_RESOURCE_MANAGER_DATA_SUPPLY_TYPE_DECODED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_resource_manager_data_supply_type_ma_resource_manager_data_supply_type_decoded_paged` should have an upper case name [INFO] [stdout] --> src/lib.rs:9532:11 [INFO] [stdout] | [INFO] [stdout] 9532 | pub const ma_resource_manager_data_supply_type_ma_resource_manager_data_supply_type_decoded_paged : ma_resource_manager_data_suppl... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_RESOURCE_MANAGER_DATA_SUPPLY_TYPE_MA_RESOURCE_MANAGER_DATA_SUPPLY_TYPE_DECODED_PAGED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `decodedPaged` should have a snake case name [INFO] [stdout] --> src/lib.rs:9545:9 [INFO] [stdout] | [INFO] [stdout] 9545 | pub decodedPaged: ma_resource_manager_data_supply__bindgen_ty_1__bindgen_ty_3, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `decoded_paged` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pData` should have a snake case name [INFO] [stdout] --> src/lib.rs:9550:9 [INFO] [stdout] | [INFO] [stdout] 9550 | pub pData: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sizeInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:9551:9 [INFO] [stdout] | [INFO] [stdout] 9551 | pub sizeInBytes: usize, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `size_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pData` should have a snake case name [INFO] [stdout] --> src/lib.rs:9575:9 [INFO] [stdout] | [INFO] [stdout] 9575 | pub pData: *const ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `totalFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:9576:9 [INFO] [stdout] | [INFO] [stdout] 9576 | pub totalFrameCount: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `total_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `decodedFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:9577:9 [INFO] [stdout] | [INFO] [stdout] 9577 | pub decodedFrameCount: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decoded_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:9580:9 [INFO] [stdout] | [INFO] [stdout] 9580 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `decodedFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:9617:9 [INFO] [stdout] | [INFO] [stdout] 9617 | pub decodedFrameCount: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decoded_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:9618:9 [INFO] [stdout] | [INFO] [stdout] 9618 | pub sampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `hashedName32` should have a snake case name [INFO] [stdout] --> src/lib.rs:9669:9 [INFO] [stdout] | [INFO] [stdout] 9669 | pub hashedName32: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `hashed_name32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `refCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:9670:9 [INFO] [stdout] | [INFO] [stdout] 9670 | pub refCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `ref_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionCounter` should have a snake case name [INFO] [stdout] --> src/lib.rs:9672:9 [INFO] [stdout] | [INFO] [stdout] 9672 | pub executionCounter: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionPointer` should have a snake case name [INFO] [stdout] --> src/lib.rs:9673:9 [INFO] [stdout] | [INFO] [stdout] 9673 | pub executionPointer: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_pointer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isDataOwnedByResourceManager` should have a snake case name [INFO] [stdout] --> src/lib.rs:9674:9 [INFO] [stdout] | [INFO] [stdout] 9674 | pub isDataOwnedByResourceManager: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_data_owned_by_resource_manager` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pParent` should have a snake case name [INFO] [stdout] --> src/lib.rs:9676:9 [INFO] [stdout] | [INFO] [stdout] 9676 | pub pParent: *mut ma_resource_manager_data_buffer_node, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `p_parent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChildLo` should have a snake case name [INFO] [stdout] --> src/lib.rs:9677:9 [INFO] [stdout] | [INFO] [stdout] 9677 | pub pChildLo: *mut ma_resource_manager_data_buffer_node, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_child_lo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pChildHi` should have a snake case name [INFO] [stdout] --> src/lib.rs:9678:9 [INFO] [stdout] | [INFO] [stdout] 9678 | pub pChildHi: *mut ma_resource_manager_data_buffer_node, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `p_child_hi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pResourceManager` should have a snake case name [INFO] [stdout] --> src/lib.rs:9714:9 [INFO] [stdout] | [INFO] [stdout] 9714 | pub pResourceManager: *mut ma_resource_manager, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_resource_manager` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:9715:9 [INFO] [stdout] | [INFO] [stdout] 9715 | pub pNode: *mut ma_resource_manager_data_buffer_node, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionCounter` should have a snake case name [INFO] [stdout] --> src/lib.rs:9717:9 [INFO] [stdout] | [INFO] [stdout] 9717 | pub executionCounter: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionPointer` should have a snake case name [INFO] [stdout] --> src/lib.rs:9718:9 [INFO] [stdout] | [INFO] [stdout] 9718 | pub executionPointer: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_pointer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `seekTargetInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:9719:9 [INFO] [stdout] | [INFO] [stdout] 9719 | pub seekTargetInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `seek_target_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `seekToCursorOnNextRead` should have a snake case name [INFO] [stdout] --> src/lib.rs:9720:9 [INFO] [stdout] | [INFO] [stdout] 9720 | pub seekToCursorOnNextRead: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `seek_to_cursor_on_next_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isLooping` should have a snake case name [INFO] [stdout] --> src/lib.rs:9722:9 [INFO] [stdout] | [INFO] [stdout] 9722 | pub isLooping: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_looping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isConnectorInitialized` should have a snake case name [INFO] [stdout] --> src/lib.rs:9723:9 [INFO] [stdout] | [INFO] [stdout] 9723 | pub isConnectorInitialized: ma_atomic_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_connector_initialized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pagedBuffer` should have a snake case name [INFO] [stdout] --> src/lib.rs:9731:9 [INFO] [stdout] | [INFO] [stdout] 9731 | pub pagedBuffer: ma_paged_audio_buffer, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `paged_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pResourceManager` should have a snake case name [INFO] [stdout] --> src/lib.rs:9787:9 [INFO] [stdout] | [INFO] [stdout] 9787 | pub pResourceManager: *mut ma_resource_manager, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_resource_manager` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isDecoderInitialized` should have a snake case name [INFO] [stdout] --> src/lib.rs:9790:9 [INFO] [stdout] | [INFO] [stdout] 9790 | pub isDecoderInitialized: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_decoder_initialized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `totalLengthInPCMFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:9791:9 [INFO] [stdout] | [INFO] [stdout] 9791 | pub totalLengthInPCMFrames: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `total_length_in_pcmframes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `relativeCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:9792:9 [INFO] [stdout] | [INFO] [stdout] 9792 | pub relativeCursor: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `relative_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `absoluteCursor` should have a snake case name [INFO] [stdout] --> src/lib.rs:9793:9 [INFO] [stdout] | [INFO] [stdout] 9793 | pub absoluteCursor: ma_uint64, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `absolute_cursor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `currentPageIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:9794:9 [INFO] [stdout] | [INFO] [stdout] 9794 | pub currentPageIndex: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_page_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionCounter` should have a snake case name [INFO] [stdout] --> src/lib.rs:9795:9 [INFO] [stdout] | [INFO] [stdout] 9795 | pub executionCounter: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionPointer` should have a snake case name [INFO] [stdout] --> src/lib.rs:9796:9 [INFO] [stdout] | [INFO] [stdout] 9796 | pub executionPointer: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_pointer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isLooping` should have a snake case name [INFO] [stdout] --> src/lib.rs:9797:9 [INFO] [stdout] | [INFO] [stdout] 9797 | pub isLooping: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_looping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pPageData` should have a snake case name [INFO] [stdout] --> src/lib.rs:9798:9 [INFO] [stdout] | [INFO] [stdout] 9798 | pub pPageData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `p_page_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pageFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:9799:9 [INFO] [stdout] | [INFO] [stdout] 9799 | pub pageFrameCount: [ma_uint32; 2usize], [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `page_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isDecoderAtEnd` should have a snake case name [INFO] [stdout] --> src/lib.rs:9801:9 [INFO] [stdout] | [INFO] [stdout] 9801 | pub isDecoderAtEnd: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_decoder_at_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isPageValid` should have a snake case name [INFO] [stdout] --> src/lib.rs:9802:9 [INFO] [stdout] | [INFO] [stdout] 9802 | pub isPageValid: [ma_bool32; 2usize], [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `is_page_valid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `seekCounter` should have a snake case name [INFO] [stdout] --> src/lib.rs:9803:9 [INFO] [stdout] | [INFO] [stdout] 9803 | pub seekCounter: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `seek_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionCounter` should have a snake case name [INFO] [stdout] --> src/lib.rs:9855:9 [INFO] [stdout] | [INFO] [stdout] 9855 | pub executionCounter: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `executionPointer` should have a snake case name [INFO] [stdout] --> src/lib.rs:9856:9 [INFO] [stdout] | [INFO] [stdout] 9856 | pub executionPointer: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `execution_pointer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocationCallbacks` should have a snake case name [INFO] [stdout] --> src/lib.rs:9893:9 [INFO] [stdout] | [INFO] [stdout] 9893 | pub allocationCallbacks: ma_allocation_callbacks, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocation_callbacks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pLog` should have a snake case name [INFO] [stdout] --> src/lib.rs:9894:9 [INFO] [stdout] | [INFO] [stdout] 9894 | pub pLog: *mut ma_log, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `decodedFormat` should have a snake case name [INFO] [stdout] --> src/lib.rs:9895:9 [INFO] [stdout] | [INFO] [stdout] 9895 | pub decodedFormat: ma_format, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `decoded_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `decodedChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:9896:9 [INFO] [stdout] | [INFO] [stdout] 9896 | pub decodedChannels: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decoded_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `decodedSampleRate` should have a snake case name [INFO] [stdout] --> src/lib.rs:9897:9 [INFO] [stdout] | [INFO] [stdout] 9897 | pub decodedSampleRate: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `decoded_sample_rate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jobThreadCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:9898:9 [INFO] [stdout] | [INFO] [stdout] 9898 | pub jobThreadCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `job_thread_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jobThreadStackSize` should have a snake case name [INFO] [stdout] --> src/lib.rs:9899:9 [INFO] [stdout] | [INFO] [stdout] 9899 | pub jobThreadStackSize: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `job_thread_stack_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jobQueueCapacity` should have a snake case name [INFO] [stdout] --> src/lib.rs:9900:9 [INFO] [stdout] | [INFO] [stdout] 9900 | pub jobQueueCapacity: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `job_queue_capacity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:9902:9 [INFO] [stdout] | [INFO] [stdout] 9902 | pub pVFS: *mut ma_vfs, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `p_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ppCustomDecodingBackendVTables` should have a snake case name [INFO] [stdout] --> src/lib.rs:9903:9 [INFO] [stdout] | [INFO] [stdout] 9903 | pub ppCustomDecodingBackendVTables: *mut *mut ma_decoding_backend_vtable, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pp_custom_decoding_backend_vtables` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `customDecodingBackendCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:9904:9 [INFO] [stdout] | [INFO] [stdout] 9904 | pub customDecodingBackendCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `custom_decoding_backend_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pCustomDecodingBackendUserData` should have a snake case name [INFO] [stdout] --> src/lib.rs:9905:9 [INFO] [stdout] | [INFO] [stdout] 9905 | pub pCustomDecodingBackendUserData: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_custom_decoding_backend_user_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pRootDataBufferNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:9954:9 [INFO] [stdout] | [INFO] [stdout] 9954 | pub pRootDataBufferNode: *mut ma_resource_manager_data_buffer_node, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_root_data_buffer_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dataBufferBSTLock` should have a snake case name [INFO] [stdout] --> src/lib.rs:9955:9 [INFO] [stdout] | [INFO] [stdout] 9955 | pub dataBufferBSTLock: ma_mutex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `data_buffer_bstlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jobThreads` should have a snake case name [INFO] [stdout] --> src/lib.rs:9956:9 [INFO] [stdout] | [INFO] [stdout] 9956 | pub jobThreads: [ma_thread; 64usize], [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `job_threads` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `jobQueue` should have a snake case name [INFO] [stdout] --> src/lib.rs:9957:9 [INFO] [stdout] | [INFO] [stdout] 9957 | pub jobQueue: ma_job_queue, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `job_queue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `defaultVFS` should have a snake case name [INFO] [stdout] --> src/lib.rs:9958:9 [INFO] [stdout] | [INFO] [stdout] 9958 | pub defaultVFS: ma_default_vfs, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `default_vfs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sizeInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:10378:9 [INFO] [stdout] | [INFO] [stdout] 10378 | pub sizeInBytes: usize, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `size_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_node_flags_MA_NODE_FLAG_PASSTHROUGH` should have an upper case name [INFO] [stdout] --> src/lib.rs:10391:11 [INFO] [stdout] | [INFO] [stdout] 10391 | pub const ma_node_flags_MA_NODE_FLAG_PASSTHROUGH: ma_node_flags = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NODE_FLAGS_MA_NODE_FLAG_PASSTHROUGH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_node_flags_MA_NODE_FLAG_CONTINUOUS_PROCESSING` should have an upper case name [INFO] [stdout] --> src/lib.rs:10392:11 [INFO] [stdout] | [INFO] [stdout] 10392 | pub const ma_node_flags_MA_NODE_FLAG_CONTINUOUS_PROCESSING: ma_node_flags = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NODE_FLAGS_MA_NODE_FLAG_CONTINUOUS_PROCESSING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_node_flags_MA_NODE_FLAG_ALLOW_NULL_INPUT` should have an upper case name [INFO] [stdout] --> src/lib.rs:10393:11 [INFO] [stdout] | [INFO] [stdout] 10393 | pub const ma_node_flags_MA_NODE_FLAG_ALLOW_NULL_INPUT: ma_node_flags = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NODE_FLAGS_MA_NODE_FLAG_ALLOW_NULL_INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_node_flags_MA_NODE_FLAG_DIFFERENT_PROCESSING_RATES` should have an upper case name [INFO] [stdout] --> src/lib.rs:10394:11 [INFO] [stdout] | [INFO] [stdout] 10394 | pub const ma_node_flags_MA_NODE_FLAG_DIFFERENT_PROCESSING_RATES: ma_node_flags = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NODE_FLAGS_MA_NODE_FLAG_DIFFERENT_PROCESSING_RATES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_node_flags_MA_NODE_FLAG_SILENT_OUTPUT` should have an upper case name [INFO] [stdout] --> src/lib.rs:10395:11 [INFO] [stdout] | [INFO] [stdout] 10395 | pub const ma_node_flags_MA_NODE_FLAG_SILENT_OUTPUT: ma_node_flags = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NODE_FLAGS_MA_NODE_FLAG_SILENT_OUTPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_node_state_ma_node_state_started` should have an upper case name [INFO] [stdout] --> src/lib.rs:10397:11 [INFO] [stdout] | [INFO] [stdout] 10397 | pub const ma_node_state_ma_node_state_started: ma_node_state = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NODE_STATE_MA_NODE_STATE_STARTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ma_node_state_ma_node_state_stopped` should have an upper case name [INFO] [stdout] --> src/lib.rs:10398:11 [INFO] [stdout] | [INFO] [stdout] 10398 | pub const ma_node_state_ma_node_state_stopped: ma_node_state = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MA_NODE_STATE_MA_NODE_STATE_STOPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onProcess` should have a snake case name [INFO] [stdout] --> src/lib.rs:10403:9 [INFO] [stdout] | [INFO] [stdout] 10403 | pub onProcess: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `on_process` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `onGetRequiredInputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10412:9 [INFO] [stdout] | [INFO] [stdout] 10412 | pub onGetRequiredInputFrameCount: ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `on_get_required_input_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputBusCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10419:9 [INFO] [stdout] | [INFO] [stdout] 10419 | pub inputBusCount: ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_bus_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `outputBusCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10420:9 [INFO] [stdout] | [INFO] [stdout] 10420 | pub outputBusCount: ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_bus_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:10405:13 [INFO] [stdout] | [INFO] [stdout] 10405 | pNode: *mut ma_node, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ppFramesIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:10406:13 [INFO] [stdout] | [INFO] [stdout] 10406 | ppFramesIn: *mut *const f32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `pp_frames_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFrameCountIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:10407:13 [INFO] [stdout] | [INFO] [stdout] 10407 | pFrameCountIn: *mut ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_frame_count_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ppFramesOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:10408:13 [INFO] [stdout] | [INFO] [stdout] 10408 | ppFramesOut: *mut *mut f32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `pp_frames_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pFrameCountOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:10409:13 [INFO] [stdout] | [INFO] [stdout] 10409 | pFrameCountOut: *mut ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_frame_count_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:10414:13 [INFO] [stdout] | [INFO] [stdout] 10414 | pNode: *mut ma_node, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `outputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10415:13 [INFO] [stdout] | [INFO] [stdout] 10415 | outputFrameCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `pInputFrameCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10416:13 [INFO] [stdout] | [INFO] [stdout] 10416 | pInputFrameCount: *mut ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_input_frame_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `initialState` should have a snake case name [INFO] [stdout] --> src/lib.rs:10442:9 [INFO] [stdout] | [INFO] [stdout] 10442 | pub initialState: ma_node_state, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `initial_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputBusCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10443:9 [INFO] [stdout] | [INFO] [stdout] 10443 | pub inputBusCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_bus_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `outputBusCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10444:9 [INFO] [stdout] | [INFO] [stdout] 10444 | pub outputBusCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_bus_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInputChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:10445:9 [INFO] [stdout] | [INFO] [stdout] 10445 | pub pInputChannels: *const ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_input_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pOutputChannels` should have a snake case name [INFO] [stdout] --> src/lib.rs:10446:9 [INFO] [stdout] | [INFO] [stdout] 10446 | pub pOutputChannels: *const ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_output_channels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:10471:9 [INFO] [stdout] | [INFO] [stdout] 10471 | pub pNode: *mut ma_node, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `outputBusIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:10472:9 [INFO] [stdout] | [INFO] [stdout] 10472 | pub outputBusIndex: ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_bus_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputNodeInputBusIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:10474:9 [INFO] [stdout] | [INFO] [stdout] 10474 | pub inputNodeInputBusIndex: ma_uint8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_node_input_bus_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `refCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10476:9 [INFO] [stdout] | [INFO] [stdout] 10476 | pub refCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `ref_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isAttached` should have a snake case name [INFO] [stdout] --> src/lib.rs:10477:9 [INFO] [stdout] | [INFO] [stdout] 10477 | pub isAttached: ma_bool32, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `is_attached` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNext` should have a snake case name [INFO] [stdout] --> src/lib.rs:10480:9 [INFO] [stdout] | [INFO] [stdout] 10480 | pub pNext: *mut ma_node_output_bus, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_next` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pPrev` should have a snake case name [INFO] [stdout] --> src/lib.rs:10481:9 [INFO] [stdout] | [INFO] [stdout] 10481 | pub pPrev: *mut ma_node_output_bus, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `p_prev` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInputNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:10482:9 [INFO] [stdout] | [INFO] [stdout] 10482 | pub pInputNode: *mut ma_node, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_input_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nextCounter` should have a snake case name [INFO] [stdout] --> src/lib.rs:10517:9 [INFO] [stdout] | [INFO] [stdout] 10517 | pub nextCounter: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `next_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pNodeGraph` should have a snake case name [INFO] [stdout] --> src/lib.rs:10537:9 [INFO] [stdout] | [INFO] [stdout] 10537 | pub pNodeGraph: *mut ma_node_graph, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `p_node_graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `inputBusCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10539:9 [INFO] [stdout] | [INFO] [stdout] 10539 | pub inputBusCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `input_bus_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `outputBusCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10540:9 [INFO] [stdout] | [INFO] [stdout] 10540 | pub outputBusCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_bus_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pInputBuses` should have a snake case name [INFO] [stdout] --> src/lib.rs:10541:9 [INFO] [stdout] | [INFO] [stdout] 10541 | pub pInputBuses: *mut ma_node_input_bus, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_input_buses` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pOutputBuses` should have a snake case name [INFO] [stdout] --> src/lib.rs:10542:9 [INFO] [stdout] | [INFO] [stdout] 10542 | pub pOutputBuses: *mut ma_node_output_bus, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `p_output_buses` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pCachedData` should have a snake case name [INFO] [stdout] --> src/lib.rs:10543:9 [INFO] [stdout] | [INFO] [stdout] 10543 | pub pCachedData: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_cached_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cachedDataCapInFramesPerBus` should have a snake case name [INFO] [stdout] --> src/lib.rs:10544:9 [INFO] [stdout] | [INFO] [stdout] 10544 | pub cachedDataCapInFramesPerBus: ma_uint16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cached_data_cap_in_frames_per_bus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cachedFrameCountOut` should have a snake case name [INFO] [stdout] --> src/lib.rs:10545:9 [INFO] [stdout] | [INFO] [stdout] 10545 | pub cachedFrameCountOut: ma_uint16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cached_frame_count_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cachedFrameCountIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:10546:9 [INFO] [stdout] | [INFO] [stdout] 10546 | pub cachedFrameCountIn: ma_uint16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cached_frame_count_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `consumedFrameCountIn` should have a snake case name [INFO] [stdout] --> src/lib.rs:10547:9 [INFO] [stdout] | [INFO] [stdout] 10547 | pub consumedFrameCountIn: ma_uint16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `consumed_frame_count_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `stateTimes` should have a snake case name [INFO] [stdout] --> src/lib.rs:10549:9 [INFO] [stdout] | [INFO] [stdout] 10549 | pub stateTimes: [ma_uint64; 2usize], [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `state_times` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `localTime` should have a snake case name [INFO] [stdout] --> src/lib.rs:10550:9 [INFO] [stdout] | [INFO] [stdout] 10550 | pub localTime: ma_uint64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `local_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_inputBuses` should have a snake case name [INFO] [stdout] --> src/lib.rs:10551:9 [INFO] [stdout] | [INFO] [stdout] 10551 | pub _inputBuses: [ma_node_input_bus; 2usize], [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `_input_buses` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_outputBuses` should have a snake case name [INFO] [stdout] --> src/lib.rs:10552:9 [INFO] [stdout] | [INFO] [stdout] 10552 | pub _outputBuses: [ma_node_output_bus; 2usize], [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `_output_buses` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_pHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:10553:9 [INFO] [stdout] | [INFO] [stdout] 10553 | pub _pHeap: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `_p_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_ownsHeap` should have a snake case name [INFO] [stdout] --> src/lib.rs:10554:9 [INFO] [stdout] | [INFO] [stdout] 10554 | pub _ownsHeap: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_owns_heap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `processingSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:10705:9 [INFO] [stdout] | [INFO] [stdout] 10705 | pub processingSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `processing_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `preMixStackSizeInBytes` should have a snake case name [INFO] [stdout] --> src/lib.rs:10706:9 [INFO] [stdout] | [INFO] [stdout] 10706 | pub preMixStackSizeInBytes: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pre_mix_stack_size_in_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pProcessingCache` should have a snake case name [INFO] [stdout] --> src/lib.rs:10727:9 [INFO] [stdout] | [INFO] [stdout] 10727 | pub pProcessingCache: *mut f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `p_processing_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `processingCacheFramesRemaining` should have a snake case name [INFO] [stdout] --> src/lib.rs:10728:9 [INFO] [stdout] | [INFO] [stdout] 10728 | pub processingCacheFramesRemaining: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `processing_cache_frames_remaining` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `processingSizeInFrames` should have a snake case name [INFO] [stdout] --> src/lib.rs:10729:9 [INFO] [stdout] | [INFO] [stdout] 10729 | pub processingSizeInFrames: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `processing_size_in_frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isReading` should have a snake case name [INFO] [stdout] --> src/lib.rs:10730:9 [INFO] [stdout] | [INFO] [stdout] 10730 | pub isReading: ma_bool32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `is_reading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pPreMixStack` should have a snake case name [INFO] [stdout] --> src/lib.rs:10731:9 [INFO] [stdout] | [INFO] [stdout] 10731 | pub pPreMixStack: *mut ma_stack, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `p_pre_mix_stack` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nodeConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:10795:9 [INFO] [stdout] | [INFO] [stdout] 10795 | pub nodeConfig: ma_node_config, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `node_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:10796:9 [INFO] [stdout] | [INFO] [stdout] 10796 | pub pDataSource: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pDataSource` should have a snake case name [INFO] [stdout] --> src/lib.rs:10818:9 [INFO] [stdout] | [INFO] [stdout] 10818 | pub pDataSource: *mut ma_data_source, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `p_data_source` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nodeConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:10855:9 [INFO] [stdout] | [INFO] [stdout] 10855 | pub nodeConfig: ma_node_config, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `node_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `outputBusCount` should have a snake case name [INFO] [stdout] --> src/lib.rs:10857:9 [INFO] [stdout] | [INFO] [stdout] 10857 | pub outputBusCount: ma_uint32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `output_bus_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nodeConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:10903:9 [INFO] [stdout] | [INFO] [stdout] 10903 | pub nodeConfig: ma_node_config, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `node_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `baseNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:10930:9 [INFO] [stdout] | [INFO] [stdout] 10930 | pub baseNode: ma_node_base, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `base_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nodeConfig` should have a snake case name [INFO] [stdout] --> src/lib.rs:10965:9 [INFO] [stdout] | [INFO] [stdout] 10965 | pub nodeConfig: ma_node_config, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `node_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `baseNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:10988:9 [INFO] [stdout] | [INFO] [stdout] 10988 | pub baseNode: ma_node_base, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `base_node` [WARN] too many lines in the log, truncating it