cubeb-sys 0.20.0

Native bindings to the cubeb library
Build #1581640 2024-12-10T22:28:53.883367+00:00
# rustc version
rustc 1.84.0-nightly (3fee0f12e 2024-11-20)# docs.rs version
docsrs 0.6.0 (29635694 2024-12-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/cubeb-sys-0.20.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/cubeb-sys-0.20.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-11-21" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241120-1.84.0-nightly-3fee0f12e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 4842b60d14377b1b5ac32d90713ebad8fc8c9035519c24c4fb86335e193018ae
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "4842b60d14377b1b5ac32d90713ebad8fc8c9035519c24c4fb86335e193018ae", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting cubeb-sys v0.20.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: only foreign, `unsafe extern "C"`, or `unsafe extern "C-unwind"` functions may have a C-variadic arg
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:128:44
[INFO] [stderr]     |
[INFO] [stderr] 128 | pub fn cubeb_async_log(msg: *const c_char, ...) {}
[INFO] [stderr]     |                                            ^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]  --> src/documentation_libcubeb_stubs.rs:6:42
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn cubeb_stream_destroy(stream: *mut cubeb_stream) {}
[INFO] [stderr]   |                                          ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]   |
[INFO] [stderr] 1 + use cubeb_stream;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]  --> src/documentation_libcubeb_stubs.rs:8:40
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn cubeb_stream_start(stream: *mut cubeb_stream) -> c_int {
[INFO] [stderr]   |                                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]   |
[INFO] [stderr] 1 + use cubeb_stream;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:12:39
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn cubeb_stream_stop(stream: *mut cubeb_stream) -> c_int {
[INFO] [stderr]    |                                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:16:47
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn cubeb_stream_get_position(stream: *mut cubeb_stream, position: *mut u64) -> c_int {
[INFO] [stderr]    |                                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:20:46
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn cubeb_stream_get_latency(stream: *mut cubeb_stream, latency: *mut c_uint) -> c_int {
[INFO] [stderr]    |                                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:24:52
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub fn cubeb_stream_get_input_latency(stream: *mut cubeb_stream, latency: *mut c_uint) -> c_int {
[INFO] [stderr]    |                                                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:28:45
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn cubeb_stream_set_volume(stream: *mut cubeb_stream, volume: c_float) -> c_int {
[INFO] [stderr]    |                                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:32:43
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub fn cubeb_stream_set_name(stream: *mut cubeb_stream, name: *const c_char) -> c_int {
[INFO] [stderr]    |                                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:37:18
[INFO] [stderr]    |
[INFO] [stderr] 37 |     stream: *mut cubeb_stream,
[INFO] [stderr]    |                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_device` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:38:23
[INFO] [stderr]    |
[INFO] [stderr] 38 |     device: *mut *mut cubeb_device,
[INFO] [stderr]    |                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_device;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:43:49
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub fn cubeb_stream_set_input_mute(stream: *mut cubeb_stream, mute: c_int) -> c_int {
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:48:18
[INFO] [stderr]    |
[INFO] [stderr] 48 |     stream: *mut cubeb_stream,
[INFO] [stderr]    |                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_input_processing_params` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:49:13
[INFO] [stderr]    |
[INFO] [stderr] 49 |     params: cubeb_input_processing_params,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_input_processing_params;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:54:49
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub fn cubeb_stream_device_destroy(stream: *mut cubeb_stream, devices: *mut cubeb_device) -> c_int {
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_device` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:54:77
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub fn cubeb_stream_device_destroy(stream: *mut cubeb_stream, devices: *mut cubeb_device) -> c_int {
[INFO] [stderr]    |                                                                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_device;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:59:18
[INFO] [stderr]    |
[INFO] [stderr] 59 |     stream: *mut cubeb_stream,
[INFO] [stderr]    |                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_device_changed_callback` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:60:30
[INFO] [stderr]    |
[INFO] [stderr] 60 |     device_changed_callback: cubeb_device_changed_callback,
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_device_changed_callback;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:65:43
[INFO] [stderr]    |
[INFO] [stderr] 65 | pub fn cubeb_stream_user_ptr(stream: *mut cubeb_stream) -> *mut c_void {
[INFO] [stderr]    |                                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_session_t` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:70:44
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub fn cubeb_audio_dump_init(session: *mut cubeb_audio_dump_session_t) -> c_int {
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_audio_dump_session_t;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_session_t` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:74:43
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub fn cubeb_audio_dump_shutdown(session: cubeb_audio_dump_session_t) -> c_int {
[INFO] [stderr]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_audio_dump_session_t;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_session_t` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:79:14
[INFO] [stderr]    |
[INFO] [stderr] 79 |     session: cubeb_audio_dump_session_t,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_audio_dump_session_t;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_stream_t` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:80:18
[INFO] [stderr]    |
[INFO] [stderr] 80 |     stream: *mut cubeb_audio_dump_stream_t,
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_audio_dump_stream_t;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream_params` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:81:20
[INFO] [stderr]    |
[INFO] [stderr] 81 |     stream_params: cubeb_stream_params,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_stream_params;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_session_t` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:88:14
[INFO] [stderr]    |
[INFO] [stderr] 88 |     session: cubeb_audio_dump_session_t,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_audio_dump_session_t;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_stream_t` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:89:13
[INFO] [stderr]    |
[INFO] [stderr] 89 |     stream: cubeb_audio_dump_stream_t,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_audio_dump_stream_t;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_session_t` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:94:40
[INFO] [stderr]    |
[INFO] [stderr] 94 | pub fn cubeb_audio_dump_start(session: cubeb_audio_dump_session_t) -> c_int {
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_audio_dump_session_t;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_session_t` in this scope
[INFO] [stderr]   --> src/documentation_libcubeb_stubs.rs:98:39
[INFO] [stderr]    |
[INFO] [stderr] 98 | pub fn cubeb_audio_dump_stop(session: cubeb_audio_dump_session_t) -> c_int {
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]    |
[INFO] [stderr] 1  + use cubeb_audio_dump_session_t;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_audio_dump_stream_t` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:103:13
[INFO] [stderr]     |
[INFO] [stderr] 103 |     stream: cubeb_audio_dump_stream_t,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_audio_dump_stream_t;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_log_level` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:112:16
[INFO] [stderr]     |
[INFO] [stderr] 112 |     log_level: cubeb_log_level,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_log_level;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_log_callback` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:113:19
[INFO] [stderr]     |
[INFO] [stderr] 113 |     log_callback: cubeb_log_callback,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_log_callback;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_log_callback` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:118:36
[INFO] [stderr]     |
[INFO] [stderr] 118 | pub fn cubeb_log_get_callback() -> cubeb_log_callback {
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_log_callback;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_log_level` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:122:33
[INFO] [stderr]     |
[INFO] [stderr] 122 | pub fn cubeb_log_get_level() -> cubeb_log_level {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_log_level;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:132:18
[INFO] [stderr]     |
[INFO] [stderr] 132 |     stream: *mut cubeb_stream,
[INFO] [stderr]     |                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_stream;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream_params` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:133:24
[INFO] [stderr]     |
[INFO] [stderr] 133 |     input_params: *mut cubeb_stream_params,
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_stream_params;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream_params` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:134:25
[INFO] [stderr]     |
[INFO] [stderr] 134 |     output_params: *mut cubeb_stream_params,
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_stream_params;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_data_callback` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:136:15
[INFO] [stderr]     |
[INFO] [stderr] 136 |     callback: cubeb_data_callback,
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_data_callback;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_resampler_quality` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:138:14
[INFO] [stderr]     |
[INFO] [stderr] 138 |     quality: cubeb_resampler_quality,
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_resampler_quality;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_resampler_reclock` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:139:14
[INFO] [stderr]     |
[INFO] [stderr] 139 |     reclock: cubeb_resampler_reclock,
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_resampler_reclock;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_resampler` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:140:11
[INFO] [stderr]     |
[INFO] [stderr] 140 | ) -> *mut cubeb_resampler {
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_resampler;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_resampler` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:146:21
[INFO] [stderr]     |
[INFO] [stderr] 146 |     resampler: *mut cubeb_resampler,
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_resampler;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_long` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:148:29
[INFO] [stderr]     |
[INFO] [stderr] 148 |     input_frame_count: *mut c_long,
[INFO] [stderr]     |                             ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these type aliases
[INFO] [stderr]     |
[INFO] [stderr] 1   + use std::ffi::c_long;
[INFO] [stderr]     |
[INFO] [stderr] 1   + use std::os::raw::c_long;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_long` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |     output_frames_needed: c_long,
[INFO] [stderr]     |                           ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these type aliases
[INFO] [stderr]     |
[INFO] [stderr] 1   + use std::ffi::c_long;
[INFO] [stderr]     |
[INFO] [stderr] 1   + use std::os::raw::c_long;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_long` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:151:6
[INFO] [stderr]     |
[INFO] [stderr] 151 | ) -> c_long {
[INFO] [stderr]     |      ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these type aliases
[INFO] [stderr]     |
[INFO] [stderr] 1   + use std::ffi::c_long;
[INFO] [stderr]     |
[INFO] [stderr] 1   + use std::os::raw::c_long;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_resampler` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:156:48
[INFO] [stderr]     |
[INFO] [stderr] 156 | pub fn cubeb_resampler_destroy(resampler: *mut cubeb_resampler) {}
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_resampler;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_resampler` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:158:48
[INFO] [stderr]     |
[INFO] [stderr] 158 | pub fn cubeb_resampler_latency(resampler: *mut cubeb_resampler) -> c_long {
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_resampler;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `c_long` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:158:68
[INFO] [stderr]     |
[INFO] [stderr] 158 | pub fn cubeb_resampler_latency(resampler: *mut cubeb_resampler) -> c_long {
[INFO] [stderr]     |                                                                    ^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these type aliases
[INFO] [stderr]     |
[INFO] [stderr] 1   + use std::ffi::c_long;
[INFO] [stderr]     |
[INFO] [stderr] 1   + use std::os::raw::c_long;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_sample_format` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:164:13
[INFO] [stderr]     |
[INFO] [stderr] 164 |     format: cubeb_sample_format,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_sample_format;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_channel_layout` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:166:16
[INFO] [stderr]     |
[INFO] [stderr] 166 |     in_layout: cubeb_channel_layout,
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_channel_layout;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_channel_layout` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:168:17
[INFO] [stderr]     |
[INFO] [stderr] 168 |     out_layout: cubeb_channel_layout,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_channel_layout;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_mixer` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:169:11
[INFO] [stderr]     |
[INFO] [stderr] 169 | ) -> *mut cubeb_mixer {
[INFO] [stderr]     |           ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_mixer;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_mixer` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:173:40
[INFO] [stderr]     |
[INFO] [stderr] 173 | pub fn cubeb_mixer_destroy(mixer: *mut cubeb_mixer) {}
[INFO] [stderr]     |                                        ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_mixer;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_mixer` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:176:17
[INFO] [stderr]     |
[INFO] [stderr] 176 |     mixer: *mut cubeb_mixer,
[INFO] [stderr]     |                 ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_mixer;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_channel_layout` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:187:57
[INFO] [stderr]     |
[INFO] [stderr] 187 | pub fn cubeb_channel_layout_nb_channels(channel_layout: cubeb_channel_layout) -> c_uint {
[INFO] [stderr]     |                                                         ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_channel_layout;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:193:24
[INFO] [stderr]     |
[INFO] [stderr] 193 |     context: *mut *mut cubeb,
[INFO] [stderr]     |                        ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:200:43
[INFO] [stderr]     |
[INFO] [stderr] 200 | pub fn cubeb_get_backend_id(context: *mut cubeb) -> *const c_char {
[INFO] [stderr]     |                                           ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:204:50
[INFO] [stderr]     |
[INFO] [stderr] 204 | pub fn cubeb_get_max_channel_count(context: *mut cubeb, max_channels: *mut c_uint) -> c_int {
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:209:19
[INFO] [stderr]     |
[INFO] [stderr] 209 |     context: *mut cubeb,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream_params` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:210:18
[INFO] [stderr]     |
[INFO] [stderr] 210 |     params: *mut cubeb_stream_params,
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_stream_params;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:216:54
[INFO] [stderr]     |
[INFO] [stderr] 216 | pub fn cubeb_get_preferred_sample_rate(context: *mut cubeb, rate: *mut c_uint) -> c_int {
[INFO] [stderr]     |                                                      ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:221:19
[INFO] [stderr]     |
[INFO] [stderr] 221 |     context: *mut cubeb,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_input_processing_params` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:222:18
[INFO] [stderr]     |
[INFO] [stderr] 222 |     params: *mut cubeb_input_processing_params,
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_input_processing_params;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:227:36
[INFO] [stderr]     |
[INFO] [stderr] 227 | pub fn cubeb_destroy(context: *mut cubeb) {}
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:230:19
[INFO] [stderr]     |
[INFO] [stderr] 230 |     context: *mut cubeb,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:231:23
[INFO] [stderr]     |
[INFO] [stderr] 231 |     stream: *mut *mut cubeb_stream,
[INFO] [stderr]     |                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_stream;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_devid` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:233:19
[INFO] [stderr]     |
[INFO] [stderr] 233 |     input_device: cubeb_devid,
[INFO] [stderr]     |                   ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_devid;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream_params` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:234:31
[INFO] [stderr]     |
[INFO] [stderr] 234 |     input_stream_params: *mut cubeb_stream_params,
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_stream_params;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_devid` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:235:20
[INFO] [stderr]     |
[INFO] [stderr] 235 |     output_device: cubeb_devid,
[INFO] [stderr]     |                    ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_devid;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_stream_params` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:236:32
[INFO] [stderr]     |
[INFO] [stderr] 236 |     output_stream_params: *mut cubeb_stream_params,
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_stream_params;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_data_callback` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:238:20
[INFO] [stderr]     |
[INFO] [stderr] 238 |     data_callback: cubeb_data_callback,
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_data_callback;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `cubeb_state_callback` in this scope
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:239:21
[INFO] [stderr]     |
[INFO] [stderr] 239 |     state_callback: cubeb_state_callback,
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this type alias through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 1   + use cubeb_state_callback;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: C-variadic functions are unstable
[INFO] [stderr]    --> src/documentation_libcubeb_stubs.rs:128:1
[INFO] [stderr]     |
[INFO] [stderr] 128 | pub fn cubeb_async_log(msg: *const c_char, ...) {}
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
[INFO] [stderr]     = help: add `#![feature(c_variadic)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-11-20; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `cubeb-sys`
[INFO] running `Command { std: "docker" "inspect" "4842b60d14377b1b5ac32d90713ebad8fc8c9035519c24c4fb86335e193018ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4842b60d14377b1b5ac32d90713ebad8fc8c9035519c24c4fb86335e193018ae", kill_on_drop: false }`
[INFO] [stdout] 4842b60d14377b1b5ac32d90713ebad8fc8c9035519c24c4fb86335e193018ae