[INFO] fetching crate ts3plugin-sys 0.5.0...
[INFO] building ts3plugin-sys-0.5.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate ts3plugin-sys 0.5.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate ts3plugin-sys 0.5.0
[INFO] finished tweaking crates.io crate ts3plugin-sys 0.5.0
[INFO] tweaked toml for crates.io crate ts3plugin-sys 0.5.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ts3plugin-sys 0.5.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e17c46aebcebf2f20072b385893575dbc045581431d478aaec7bcffc5b67484e
[INFO] running `Command { std: "docker" "start" "-a" "e17c46aebcebf2f20072b385893575dbc045581431d478aaec7bcffc5b67484e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e17c46aebcebf2f20072b385893575dbc045581431d478aaec7bcffc5b67484e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e17c46aebcebf2f20072b385893575dbc045581431d478aaec7bcffc5b67484e", kill_on_drop: false }`
[INFO] [stdout] e17c46aebcebf2f20072b385893575dbc045581431d478aaec7bcffc5b67484e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] afad629867f4b36c7f7aad0ea897f567728096aec96e450b733763d116076c22
[INFO] running `Command { std: "docker" "start" "-a" "afad629867f4b36c7f7aad0ea897f567728096aec96e450b733763d116076c22", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling ts3plugin-sys v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:12:54
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub get_client_lib_version:                         extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:13:54
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub get_client_lib_version_number:                  extern fn(result: *mut u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:14:54
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub spawn_new_server_connection_handler:            extern fn(port: c_int, result: *mut u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:15:54
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub destroy_server_connection_handler:              extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub get_error_message:                              extern fn(error_code: c_uint, error: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:21:54
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub free_memory:                                    extern fn(pointer: *mut c_void) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:24:54
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub log_message:                                    extern fn(log_message: *const c_char, severity: LogLevel, channel: *const c_char, lo...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:27:54
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub get_playback_device_list:                       extern fn(mode_id: *const c_char, result: *mut *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:28:54
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub get_playback_mode_list:                         extern fn(result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:29:54
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub get_capture_device_list:                        extern fn(mode_id: *const c_char, result: *mut *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:30:54
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub get_capture_mode_list:                          extern fn(result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:31:54
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub get_default_playback_device:                    extern fn(mode_id: *const c_char, result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:32:54
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub get_default_playback_mode:                      extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:33:54
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub get_default_capture_device:                     extern fn(mode_id: *const c_char, result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:34:54
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub get_default_capture_mode:                       extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:35:54
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub open_playback_device:                           extern fn(server_connection_handler_id: u64, mode_id: *const c_char, playback_device...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:36:54
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub open_capture_device:                            extern fn(server_connection_handler_id: u64, mode_id: *const c_char, capture_device:...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:37:54
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub get_current_playback_device_name:               extern fn(server_connection_handler_id: u64, result: *mut *mut c_char, is_default: *...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:38:54
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub get_current_play_back_mode:                     extern fn(server_connection_handler_id: u64, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:39:54
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub get_current_capture_device_name:                extern fn(server_connection_handler_id: u64, result: *mut *mut c_char, is_default: *...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:40:54
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub get_current_capture_mode:                       extern fn(server_connection_handler_id: u64, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:41:54
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub initiate_graceful_playback_shutdown:            extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:42:54
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub close_playback_device:                          extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:43:54
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub close_capture_device:                           extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:44:54
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub activate_capture_device:                        extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:45:54
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub play_wave_file_handle:                          extern fn(server_connection_handler_id: u64, path: *const c_char, play_loop: c_int, ...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:46:54
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub pause_wave_file_handle:                         extern fn(server_connection_handler_id: u64, wave_handle: u64, pause: c_int) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:47:54
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub close_wave_file_handle:                         extern fn(server_connection_handler_id: u64, wave_handle: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:48:54
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub play_wave_file:                                 extern fn(server_connection_handler_id: u64, path: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:49:54
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub register_custom_device:                         extern fn(device_id: *const c_char, device_display_name: *const c_char, cap_frequenc...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:50:54
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub unregister_custom_device:                       extern fn(device_id: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:51:54
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub process_custom_capture_data:                    extern fn(device_name: *const c_char, buffer: *const c_short, samples: c_int) -> c_u...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:52:54
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub acquire_custom_playback_data:                   extern fn(device_name: *const c_char, buffer: *mut c_short, samples: c_int) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub get_pre_processor_info_value_float:             extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut c_fl...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:56:54
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub get_pre_processor_config_value:                 extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut *mut...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:57:54
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub set_pre_processor_config_value:                 extern fn(server_connection_handler_id: u64, ident: *const c_char, value: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:60:54
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub get_encode_config_value:                        extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut *mut...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:63:54
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub get_playback_config_value_as_float:             extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut c_fl...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:64:54
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub set_playback_config_value:                      extern fn(server_connection_handler_id: u64, ident: *const c_char, value: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:65:54
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub set_client_volume_modifier:                     extern fn(server_connection_handler_id: u64, client_id: u16, value: c_float) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:68:54
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub start_voice_recording:                          extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:69:54
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub stop_voice_recording:                           extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:72:54
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub systemset3d_listener_attributes:                extern fn(server_connection_handler_id: u64, position: *const Ts3Vector, forward: *c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub set3d_wave_attributes:                          extern fn(server_connection_handler_id: u64, wave_handle: u64, position: *const Ts3V...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:74:54
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub systemset3d_settings:                           extern fn(server_connection_handler_id: u64, distance_factor: c_float, rolloff_scale...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:75:54
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub channelset3d_attributes:                        extern fn(server_connection_handler_id: u64, client_id: u16, position: *const Ts3Vec...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:78:54
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub start_connection:                               extern fn(server_connection_handler_id: u64, identity: *const c_char, ip: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:79:54
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub stop_connection:                                extern fn(server_connection_handler_id: u64, quit_message: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:80:54
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub request_client_move:                            extern fn(server_connection_handler_id: u64, client_id: u16, new_channel_id: u64, pa...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:81:54
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub request_client_variables:                       extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:82:54
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub request_client_kick_from_channel:               extern fn(server_connection_handler_id: u64, client_id: u16, kick_reason: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:83:54
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub request_client_kick_from_server:                extern fn(server_connection_handler_id: u64, client_id: u16, kick_reason: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:84:54
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub request_channel_delete:                         extern fn(server_connection_handler_id: u64, channel_id: u64, force: c_int, return_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:85:54
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub request_channel_move:                           extern fn(server_connection_handler_id: u64, channel_id: u64, new_channel_parent_id:...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:86:54
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub request_send_private_text_msg:                  extern fn(server_connection_handler_id: u64, message: *const c_char, target_client_i...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:87:54
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub request_send_channel_text_msg:                  extern fn(server_connection_handler_id: u64, message: *const c_char, target_channel_...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:88:54
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub request_send_server_text_msg:                   extern fn(server_connection_handler_id: u64, message: *const c_char, return_code: *c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:89:54
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub request_connection_info:                        extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:90:54
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub request_client_set_whisper_list:                extern fn(server_connection_handler_id: u64, client_id: u16, target_channel_id_array...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:91:54
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub request_channel_subscribe:                      extern fn(server_connection_handler_id: u64, channel_id_array: *const u64, return_co...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:92:54
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub request_channel_subscribe_all:                  extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub request_channel_unsubscribe:                    extern fn(server_connection_handler_id: u64, channel_id_array: *const u64, return_co...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub request_channel_unsubscribe_all:                extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub request_channel_description:                    extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:96:54
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub request_mute_clients:                           extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:97:54
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub requset_unmute_clients:                         extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:98:54
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub request_client_poke:                            extern fn(server_connection_handler_id: u64, client_id: u16, message: *const c_char,...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:99:54
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub request_client_ids:                             extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:100:54
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub client_chat_closed:                             extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:101:54
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub client_chat_composing:                          extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:102:54
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub request_server_temporary_password_add:          extern fn(server_connection_handler_id: u64, password: *const c_char, description: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:103:54
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub request_server_temporary_password_del:          extern fn(server_connection_handler_id: u64, password: *const c_char, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:104:54
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub request_server_temporary_password_list:         extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:109:54
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub get_client_id:                                  extern fn(server_connection_handler_id: u64, result: *mut u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:112:54
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub get_client_self_variable_as_int:                extern fn(server_connection_handler_id: u64, flag: usize, result: *mut c_int) -> c_u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:113:54
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub get_client_self_variable_as_string:             extern fn(server_connection_handler_id: u64, flag: usize, result: *mut *mut c_char) ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:114:54
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub set_client_self_variable_as_int:                extern fn(server_connection_handler_id: u64, flag: usize, value: c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:115:54
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub set_client_self_variable_as_string:             extern fn(server_connection_handler_id: u64, flag: usize, value: *const c_char) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub flush_client_self_updates:                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub get_client_variable_as_int:                     extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub get_client_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:119:54
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub get_client_variable_as_string:                  extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:120:54
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub get_client_list:                                extern fn(server_connection_handler_id: u64, result: *mut *mut u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:121:54
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub get_channel_of_client:                          extern fn(server_connection_handler_id: u64, client_id: u16, result: *mut u64) -> c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:124:54
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub get_channel_variable_as_int:                    extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:125:54
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub get_channel_variable_as_uint64:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:126:54
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub get_channel_variable_as_string:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:127:54
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub get_channel_id_from_channel_names:              extern fn(server_connection_handler_id: u64, channel_name_array: *mut *mut c_char, r...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:128:54
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub set_channel_variable_as_int:                    extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:129:54
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub set_channel_variable_as_uint64:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:130:54
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub set_channel_variable_as_string:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: *c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:131:54
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub flush_channel_updates:                          extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:132:54
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub flush_channel_creation:                         extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:133:54
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub get_channel_list:                               extern fn(server_connection_handler_id: u64, result: *mut *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:134:54
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub get_channel_client_list:                        extern fn(server_connection_handler_id: u64, channel_id: u64, result: *mut *mut u16)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:135:54
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub get_parent_channel_of_channel:                  extern fn(server_connection_handler_id: u64, channel_id: u64, result: *mut u64) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:138:54
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub get_server_connection_handler_list:             extern fn(result: *mut *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:139:54
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub get_server_variable_as_int:                     extern fn(server_connection_handler_id: u64, flag: usize, result: *mut c_int) -> c_u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:140:54
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub get_server_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, flag: usize, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:141:54
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub get_server_variable_as_string:                  extern fn(server_connection_handler_id: u64, flag: usize, result: *mut *mut c_char) ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:142:54
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub request_server_variables:                       extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:145:54
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub get_connection_status:                          extern fn(server_connection_handler_id: u64, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:146:54
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub get_connection_variable_as_uint64:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:147:54
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub get_connection_variable_as_double:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:148:54
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub get_connection_variable_as_string:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:149:54
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub clean_up_connection_info:                       extern fn(server_connection_handler_id: u64, client_id: u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:152:54
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub request_client_dbid_from_uid:                   extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:153:54
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub request_client_name_from_uid:                   extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:154:54
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub request_client_name_from_dbid:                  extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:155:54
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub request_client_edit_description:                extern fn(server_connection_handler_id: u64, client_id: u16, client_description: *co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:156:54
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub request_client_set_is_talker:                   extern fn(server_connection_handler_id: u64, client_id: u16, is_talker: c_int, retur...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:157:54
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub request_is_talker:                              extern fn(server_connection_handler_id: u64, is_talker_request: c_int, is_talker_req...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:160:54
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub request_send_client_query_command:              extern fn(server_connection_handler_id: u64, command: *const c_char, return_code: *c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:163:54
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub get_transfer_file_name:                         extern fn(transfer_id: u16, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:164:54
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub get_transfer_file_path:                         extern fn(transfer_id: u16, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:165:54
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub get_transfer_file_size:                         extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:166:54
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub get_transfer_file_size_done:                    extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:168:54
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub is_transfer_sender:                             extern fn(transfer_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub get_transfer_status:                            extern fn(transfer_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:170:54
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub get_current_transfer_speed:                     extern fn(transfer_id: u16, result: *mut c_float) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:171:54
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub get_average_transfer_speed:                     extern fn(transfer_id: u16, result: *mut c_float) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:172:54
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub get_transfer_run_time:                          extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:173:54
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub send_file:                                      extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:174:54
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub request_file:                                   extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:175:54
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub halt_transfer:                                  extern fn(server_connection_handler_id: u64, transfer_id: u16, delete_unfinished_fil...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:176:54
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub request_file_list:                              extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:177:54
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub request_file_info:                              extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:178:54
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub request_delete_file:                            extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:179:54
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub request_create_directory:                       extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:180:54
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub requset_rename_file:                            extern fn(server_connection_handler_id: u64, from_channel_id: u64, channel_pw: *cons...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:183:54
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub request_message_add:                            extern fn(server_connection_handler_id: u64, to_client_uid: *const c_char, subject: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:184:54
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub request_message_del:                            extern fn(server_connection_handler_id: u64, message_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:185:54
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub request_message_get:                            extern fn(server_connection_handler_id: u64, message_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:186:54
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub request_message_list:                           extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:187:54
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub request_message_update_flag:                    extern fn(server_connection_handler_id: u64, message_id: u64, flag: c_int, return_co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:190:54
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub verify_server_password:                         extern fn(server_connection_handler_id: u64, server_password: *const c_char, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:191:54
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub verify_channel_password:                        extern fn(server_connection_handler_id: u64, channel_id: u64, channel_password: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:194:54
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub banclient:                                      extern fn(server_connection_handler_id: u64, client_id: u16, time_in_seconds: u64, b...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:195:54
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub banadd:                                         extern fn(server_connection_handler_id: u64, ip_reg_exp: *const c_char, name_regexp:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:196:54
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub banclient_dbid:                                 extern fn(server_connection_handler_id: u64, client_dbid: u64, time_in_seconds: u64,...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:197:54
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub bandel:                                         extern fn(server_connection_handler_id: u64, ban_id: u64, return_code: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:198:54
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub bandelall:                                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:199:54
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub request_ban_list:                               extern fn(server_connection_handler_id: u64, start: u64, duration: c_uint, return_co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:202:54
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub request_complain_add:                           extern fn(server_connection_handler_id: u64, target_client_database_id: u64, complai...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:203:54
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub request_complain_del:                           extern fn(server_connection_handler_id: u64, target_client_database_id: u64, from_cl...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:204:54
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub request_complain_del_all:                       extern fn(server_connection_handler_id: u64, target_client_database_id: u64, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:205:54
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub request_complain_list:                          extern fn(server_connection_handler_id: u64, target_client_database_id: u64, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:208:54
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub request_server_group_list:                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:209:54
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub request_server_group_add:                       extern fn(server_connection_handler_id: u64, group_name: *const c_char, group_type: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:210:54
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub request_server_group_del:                       extern fn(server_connection_handler_id: u64, server_group_id: u64, force: c_int, ret...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:211:54
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub request_server_group_add_client:                extern fn(server_connection_handler_id: u64, server_group_id: u64, client_database_i...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:212:54
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub request_server_group_del_client:                extern fn(server_connection_handler_id: u64, server_group_id: u64, client_database_i...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:213:54
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub request_server_groups_by_client_id:             extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:214:54
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub request_server_group_add_perm:                  extern fn(server_connection_handler_id: u64, server_group_id: u64, continue_on_error...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:215:54
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub request_server_group_del_perm:                  extern fn(server_connection_handler_id: u64, server_group_id: u64, continue_on_error...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:216:54
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub request_server_group_perm_list:                 extern fn(server_connection_handler_id: u64, server_group_id: u64, return_code: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:217:54
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub request_server_group_client_list:               extern fn(server_connection_handler_id: u64, server_group_id: u64, with_names: c_int...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:218:54
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub request_channel_group_list:                     extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:219:54
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub request_channel_group_add:                      extern fn(server_connection_handler_id: u64, group_name: *const c_char, group_type: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:220:54
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub request_channel_group_del:                      extern fn(server_connection_handler_id: u64, channel_group_id: u64, force: c_int, re...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:221:54
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub request_channel_group_add_perm:                 extern fn(server_connection_handler_id: u64, channel_group_id: u64, continue_on_erro...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:222:54
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub request_channel_group_del_perm:                 extern fn(server_connection_handler_id: u64, channel_group_id: u64, continue_on_erro...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:223:54
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub request_channel_group_perm_list:                extern fn(server_connection_handler_id: u64, channel_group_id: u64, return_code: *co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:224:54
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub request_set_client_channel_group:               extern fn(server_connection_handler_id: u64, channel_group_id_array: *const u64, cha...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:225:54
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub request_channel_add_perm:                       extern fn(server_connection_handler_id: u64, channel_id: u64, permission_id_array: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:226:54
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub request_channel_del_perm:                       extern fn(server_connection_handler_id: u64, channel_id: u64, permission_id_array: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:227:54
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub request_channel_perm_list:                      extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:228:54
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub request_client_add_perm:                        extern fn(server_connection_handler_id: u64, client_database_id: u64, permission_id_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:229:54
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub request_client_del_perm:                        extern fn(server_connection_handler_id: u64, client_database_id: u64, permission_id_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:230:54
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub request_client_perm_list:                       extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:231:54
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub request_channel_client_add_perm:                extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:232:54
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub request_channel_client_del_perm:                extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:233:54
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub request_channel_client_perm_list:               extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:234:54
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub priviledge_key_use:                             extern fn(server_connection_handler_id: u64, token_key: *const c_char, return_code: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:235:54
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub request_permission_list:                        extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:236:54
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub request_permission_overview:                    extern fn(server_connection_handler_id: u64, client_dbid: u64, channel_id: u64, retu...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:239:54
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub client_property_string_to_flag:                 extern fn(client_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:240:54
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub channel_property_string_to_flag:                extern fn(channel_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:241:54
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub server_property_string_to_flag:                 extern fn(server_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:244:54
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub get_app_path:                                   extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:245:54
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub get_resources_path:                             extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:246:54
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub get_config_path:                                extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:247:54
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub get_plugin_path:                                extern fn(path: *mut c_char, max_len: usize, plugin_id: *const c_char),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:248:54
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub get_current_server_connection_handler_id:       extern fn() -> u64,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:249:54
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub print_message:                                  extern fn(server_connection_handler_id: u64, message: *const c_char, message_target:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:250:54
[INFO] [stdout]     |
[INFO] [stdout] 250 |     pub print_message_to_current_tab:                   extern fn(message: *const c_char),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:251:54
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub urls_to_bb:                                     extern fn(text: *const c_char, result: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:252:54
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub send_plugin_command:                            extern fn(server_connection_handler_id: u64, plugin_id: *const c_char, command: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:253:54
[INFO] [stdout]     |
[INFO] [stdout] 253 |     pub get_directories:                                extern fn(path: *const c_char, result: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:254:54
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub get_server_connect_info:                        extern fn(sc_handler_id: u64, host: *mut c_char, port: *mut c_ushort, password: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:255:54
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub get_channel_connection_info:                    extern fn(sc_handler_id: u64, channel_id: u64, path: *mut c_char, password: *mut c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:256:54
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub create_return_code:                             extern fn(plugin_id: *const c_char, return_code: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:257:54
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub request_info_update:                            extern fn(sc_handler_id: u64, item_type: ItemType, item_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:258:54
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub get_server_version:                             extern fn(sc_handler_id: u64) -> u64,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:259:54
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub is_whispering:                                  extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:260:54
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub is_receiving_whisper:                           extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:261:54
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub get_avatar:                                     extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_char, max_len: usize) -...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:262:54
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub set_plugin_menu_enabled:                        extern fn(plugin_id: *const c_char, menu_id: c_int, enabled: c_int),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:263:54
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub show_hotkey_setup:                              extern fn(),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:264:54
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub request_hotkey_input_dialog:                    extern fn(plugin_id: *const c_char, *const c_char, c_int, *mut c_void),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:265:54
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub get_hotkey_from_keyword:                        extern fn(plugin_id: *const c_char, keywords: *mut *const c_char, hotkeys: *mut *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:266:54
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub get_client_display_name:                        extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_char, max_len: usize) -...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:267:54
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub get_bookmark_list:                              extern fn(list: *mut *mut BookmarkList) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:268:54
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub get_profile_list:                               extern fn(profile: GuiProfile, default_profile_idx: *mut c_int, result: *mut *mut *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:269:54
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub gui_connect:                                    extern fn(connect_tab: ConnectTab, server_label: *const c_char, server_address: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:270:54
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub gui_connect_bookmark:                           extern fn(connect_tab: ConnectTab, bookmarkuuid: *const c_char, sc_handler_id: *mut ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:271:54
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub create_bookmark:                                extern fn(bookmarkuuid: *const c_char, server_label: *const c_char, server_address: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:272:54
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub get_permission_id_by_name:                      extern fn(server_connection_handler_id: u64, permission_name: *const c_char, result:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:273:54
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub get_client_needed_permission:                   extern fn(server_connection_handler_id: u64, permission_name: *const c_char, result:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:274:54
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub notify_key_event:                               extern fn(plugin_id: *const c_char, key_identifier: *const c_char, up_down: c_int),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:277:54
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub start_recording:                                extern fn(server_connection_handler_id: u64, multitrack: c_int, no_file_selector: c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:278:54
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub stop_recording:                                 extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:281:54
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub request_clients_move:                           extern fn(server_connection_handler_id: u64, client_id_array: *const u16, new_channe...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:282:54
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub request_clients_kick_from_channel:              extern fn(server_connection_handler_id: u64, client_id_array: *const u16, kick_reaso...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:283:54
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub request_clients_kick_from_server:               extern fn(server_connection_handler_id: u64, client_id_array: *const u16, kick_reaso...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:284:54
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub request_mute_clients_temporary:                 extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:285:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub request_unmute_clients_temporary:               extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub get_permission_name_by_id:                      extern fn(sc_handler_id: u64, permission_id: c_uint, result: *mut c_char, max_len: u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:287:54
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub client_property_flag_to_string:                 extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:288:54
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub channel_property_flag_to_string:                extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:289:54
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub server_property_flag_to_string:                 extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:292:54
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub set_server_variable_as_int:                     extern fn(server_connection_handler_id: u64, flag: usize, value: c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:293:54
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub set_server_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, flag: usize, value: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:294:54
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub set_server_variable_as_double:                  extern fn(server_connection_handler_id: u64, flag: usize, value: f64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:295:54
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub set_server_variable_as_string:                  extern fn(server_connection_handler_id: u64, flag: usize, value: *const c_char) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:296:54
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub flush_server_updates:                           extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:299:54
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub get_server_group_id_by_name:                    extern fn(server_connection_handler_id: u64, group_name: *const c_char, result: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:300:54
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub get_server_group_name_by_id:                    extern fn(sc_handler_id: u64, group_id: c_uint, result: *mut c_char, max_len: usize)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:301:54
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub get_channel_group_id_by_name:                   extern fn(server_connection_handler_id: u64, group_name: *const c_char, result: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:302:54
[INFO] [stdout]     |
[INFO] [stdout] 302 |     pub get_channel_group_name_by_id:                   extern fn(sc_handler_id: u64, group_id: c_uint, result: *mut c_char, max_len: usize)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "afad629867f4b36c7f7aad0ea897f567728096aec96e450b733763d116076c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afad629867f4b36c7f7aad0ea897f567728096aec96e450b733763d116076c22", kill_on_drop: false }`
[INFO] [stdout] afad629867f4b36c7f7aad0ea897f567728096aec96e450b733763d116076c22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22c83c3d5d6b0c443e93c7fc60204d11151283c19ea9431b18df31659201f8af
[INFO] running `Command { std: "docker" "start" "-a" "22c83c3d5d6b0c443e93c7fc60204d11151283c19ea9431b18df31659201f8af", kill_on_drop: false }`
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:12:54
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub get_client_lib_version:                         extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:13:54
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub get_client_lib_version_number:                  extern fn(result: *mut u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:14:54
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub spawn_new_server_connection_handler:            extern fn(port: c_int, result: *mut u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:15:54
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub destroy_server_connection_handler:              extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub get_error_message:                              extern fn(error_code: c_uint, error: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:21:54
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub free_memory:                                    extern fn(pointer: *mut c_void) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:24:54
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub log_message:                                    extern fn(log_message: *const c_char, severity: LogLevel, channel: *const c_char, lo...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:27:54
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub get_playback_device_list:                       extern fn(mode_id: *const c_char, result: *mut *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:28:54
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub get_playback_mode_list:                         extern fn(result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:29:54
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub get_capture_device_list:                        extern fn(mode_id: *const c_char, result: *mut *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:30:54
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub get_capture_mode_list:                          extern fn(result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:31:54
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub get_default_playback_device:                    extern fn(mode_id: *const c_char, result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:32:54
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub get_default_playback_mode:                      extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:33:54
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub get_default_capture_device:                     extern fn(mode_id: *const c_char, result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:34:54
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub get_default_capture_mode:                       extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:35:54
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub open_playback_device:                           extern fn(server_connection_handler_id: u64, mode_id: *const c_char, playback_device...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:36:54
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub open_capture_device:                            extern fn(server_connection_handler_id: u64, mode_id: *const c_char, capture_device:...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:37:54
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub get_current_playback_device_name:               extern fn(server_connection_handler_id: u64, result: *mut *mut c_char, is_default: *...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:38:54
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub get_current_play_back_mode:                     extern fn(server_connection_handler_id: u64, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:39:54
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub get_current_capture_device_name:                extern fn(server_connection_handler_id: u64, result: *mut *mut c_char, is_default: *...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:40:54
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub get_current_capture_mode:                       extern fn(server_connection_handler_id: u64, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:41:54
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub initiate_graceful_playback_shutdown:            extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:42:54
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub close_playback_device:                          extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:43:54
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub close_capture_device:                           extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:44:54
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub activate_capture_device:                        extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:45:54
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub play_wave_file_handle:                          extern fn(server_connection_handler_id: u64, path: *const c_char, play_loop: c_int, ...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:46:54
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub pause_wave_file_handle:                         extern fn(server_connection_handler_id: u64, wave_handle: u64, pause: c_int) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:47:54
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub close_wave_file_handle:                         extern fn(server_connection_handler_id: u64, wave_handle: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:48:54
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub play_wave_file:                                 extern fn(server_connection_handler_id: u64, path: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:49:54
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub register_custom_device:                         extern fn(device_id: *const c_char, device_display_name: *const c_char, cap_frequenc...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:50:54
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub unregister_custom_device:                       extern fn(device_id: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:51:54
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub process_custom_capture_data:                    extern fn(device_name: *const c_char, buffer: *const c_short, samples: c_int) -> c_u...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:52:54
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub acquire_custom_playback_data:                   extern fn(device_name: *const c_char, buffer: *mut c_short, samples: c_int) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub get_pre_processor_info_value_float:             extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut c_fl...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:56:54
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub get_pre_processor_config_value:                 extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut *mut...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:57:54
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub set_pre_processor_config_value:                 extern fn(server_connection_handler_id: u64, ident: *const c_char, value: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:60:54
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub get_encode_config_value:                        extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut *mut...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:63:54
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub get_playback_config_value_as_float:             extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut c_fl...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:64:54
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub set_playback_config_value:                      extern fn(server_connection_handler_id: u64, ident: *const c_char, value: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:65:54
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub set_client_volume_modifier:                     extern fn(server_connection_handler_id: u64, client_id: u16, value: c_float) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:68:54
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub start_voice_recording:                          extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:69:54
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub stop_voice_recording:                           extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:72:54
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub systemset3d_listener_attributes:                extern fn(server_connection_handler_id: u64, position: *const Ts3Vector, forward: *c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub set3d_wave_attributes:                          extern fn(server_connection_handler_id: u64, wave_handle: u64, position: *const Ts3V...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:74:54
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub systemset3d_settings:                           extern fn(server_connection_handler_id: u64, distance_factor: c_float, rolloff_scale...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:75:54
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub channelset3d_attributes:                        extern fn(server_connection_handler_id: u64, client_id: u16, position: *const Ts3Vec...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:78:54
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub start_connection:                               extern fn(server_connection_handler_id: u64, identity: *const c_char, ip: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:79:54
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub stop_connection:                                extern fn(server_connection_handler_id: u64, quit_message: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:80:54
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub request_client_move:                            extern fn(server_connection_handler_id: u64, client_id: u16, new_channel_id: u64, pa...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:81:54
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub request_client_variables:                       extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:82:54
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub request_client_kick_from_channel:               extern fn(server_connection_handler_id: u64, client_id: u16, kick_reason: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:83:54
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub request_client_kick_from_server:                extern fn(server_connection_handler_id: u64, client_id: u16, kick_reason: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:84:54
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub request_channel_delete:                         extern fn(server_connection_handler_id: u64, channel_id: u64, force: c_int, return_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:85:54
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub request_channel_move:                           extern fn(server_connection_handler_id: u64, channel_id: u64, new_channel_parent_id:...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:86:54
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub request_send_private_text_msg:                  extern fn(server_connection_handler_id: u64, message: *const c_char, target_client_i...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:87:54
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub request_send_channel_text_msg:                  extern fn(server_connection_handler_id: u64, message: *const c_char, target_channel_...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:88:54
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub request_send_server_text_msg:                   extern fn(server_connection_handler_id: u64, message: *const c_char, return_code: *c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:89:54
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub request_connection_info:                        extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:90:54
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub request_client_set_whisper_list:                extern fn(server_connection_handler_id: u64, client_id: u16, target_channel_id_array...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:91:54
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub request_channel_subscribe:                      extern fn(server_connection_handler_id: u64, channel_id_array: *const u64, return_co...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:92:54
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub request_channel_subscribe_all:                  extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub request_channel_unsubscribe:                    extern fn(server_connection_handler_id: u64, channel_id_array: *const u64, return_co...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub request_channel_unsubscribe_all:                extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub request_channel_description:                    extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:96:54
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub request_mute_clients:                           extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:97:54
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub requset_unmute_clients:                         extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:98:54
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub request_client_poke:                            extern fn(server_connection_handler_id: u64, client_id: u16, message: *const c_char,...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:99:54
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub request_client_ids:                             extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:100:54
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub client_chat_closed:                             extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:101:54
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub client_chat_composing:                          extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:102:54
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub request_server_temporary_password_add:          extern fn(server_connection_handler_id: u64, password: *const c_char, description: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:103:54
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub request_server_temporary_password_del:          extern fn(server_connection_handler_id: u64, password: *const c_char, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:104:54
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub request_server_temporary_password_list:         extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:109:54
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub get_client_id:                                  extern fn(server_connection_handler_id: u64, result: *mut u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:112:54
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub get_client_self_variable_as_int:                extern fn(server_connection_handler_id: u64, flag: usize, result: *mut c_int) -> c_u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:113:54
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub get_client_self_variable_as_string:             extern fn(server_connection_handler_id: u64, flag: usize, result: *mut *mut c_char) ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:114:54
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub set_client_self_variable_as_int:                extern fn(server_connection_handler_id: u64, flag: usize, value: c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:115:54
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub set_client_self_variable_as_string:             extern fn(server_connection_handler_id: u64, flag: usize, value: *const c_char) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub flush_client_self_updates:                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub get_client_variable_as_int:                     extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub get_client_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:119:54
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub get_client_variable_as_string:                  extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:120:54
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub get_client_list:                                extern fn(server_connection_handler_id: u64, result: *mut *mut u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:121:54
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub get_channel_of_client:                          extern fn(server_connection_handler_id: u64, client_id: u16, result: *mut u64) -> c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:124:54
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub get_channel_variable_as_int:                    extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:125:54
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub get_channel_variable_as_uint64:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:126:54
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub get_channel_variable_as_string:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:127:54
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub get_channel_id_from_channel_names:              extern fn(server_connection_handler_id: u64, channel_name_array: *mut *mut c_char, r...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:128:54
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub set_channel_variable_as_int:                    extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:129:54
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub set_channel_variable_as_uint64:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:130:54
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub set_channel_variable_as_string:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: *c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:131:54
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub flush_channel_updates:                          extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:132:54
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub flush_channel_creation:                         extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:133:54
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub get_channel_list:                               extern fn(server_connection_handler_id: u64, result: *mut *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:134:54
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub get_channel_client_list:                        extern fn(server_connection_handler_id: u64, channel_id: u64, result: *mut *mut u16)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:135:54
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub get_parent_channel_of_channel:                  extern fn(server_connection_handler_id: u64, channel_id: u64, result: *mut u64) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:138:54
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub get_server_connection_handler_list:             extern fn(result: *mut *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:139:54
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub get_server_variable_as_int:                     extern fn(server_connection_handler_id: u64, flag: usize, result: *mut c_int) -> c_u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:140:54
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub get_server_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, flag: usize, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:141:54
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub get_server_variable_as_string:                  extern fn(server_connection_handler_id: u64, flag: usize, result: *mut *mut c_char) ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:142:54
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub request_server_variables:                       extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:145:54
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub get_connection_status:                          extern fn(server_connection_handler_id: u64, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:146:54
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub get_connection_variable_as_uint64:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:147:54
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub get_connection_variable_as_double:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:148:54
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub get_connection_variable_as_string:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:149:54
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub clean_up_connection_info:                       extern fn(server_connection_handler_id: u64, client_id: u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:152:54
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub request_client_dbid_from_uid:                   extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:153:54
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub request_client_name_from_uid:                   extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:154:54
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub request_client_name_from_dbid:                  extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:155:54
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub request_client_edit_description:                extern fn(server_connection_handler_id: u64, client_id: u16, client_description: *co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:156:54
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub request_client_set_is_talker:                   extern fn(server_connection_handler_id: u64, client_id: u16, is_talker: c_int, retur...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:157:54
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub request_is_talker:                              extern fn(server_connection_handler_id: u64, is_talker_request: c_int, is_talker_req...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:160:54
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub request_send_client_query_command:              extern fn(server_connection_handler_id: u64, command: *const c_char, return_code: *c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:163:54
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub get_transfer_file_name:                         extern fn(transfer_id: u16, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:164:54
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub get_transfer_file_path:                         extern fn(transfer_id: u16, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:165:54
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub get_transfer_file_size:                         extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:166:54
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub get_transfer_file_size_done:                    extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:168:54
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub is_transfer_sender:                             extern fn(transfer_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub get_transfer_status:                            extern fn(transfer_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:170:54
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub get_current_transfer_speed:                     extern fn(transfer_id: u16, result: *mut c_float) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:171:54
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub get_average_transfer_speed:                     extern fn(transfer_id: u16, result: *mut c_float) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:172:54
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub get_transfer_run_time:                          extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:173:54
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub send_file:                                      extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:174:54
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub request_file:                                   extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:175:54
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub halt_transfer:                                  extern fn(server_connection_handler_id: u64, transfer_id: u16, delete_unfinished_fil...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:176:54
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub request_file_list:                              extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:177:54
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub request_file_info:                              extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:178:54
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub request_delete_file:                            extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:179:54
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub request_create_directory:                       extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:180:54
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub requset_rename_file:                            extern fn(server_connection_handler_id: u64, from_channel_id: u64, channel_pw: *cons...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:183:54
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub request_message_add:                            extern fn(server_connection_handler_id: u64, to_client_uid: *const c_char, subject: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:184:54
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub request_message_del:                            extern fn(server_connection_handler_id: u64, message_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:185:54
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub request_message_get:                            extern fn(server_connection_handler_id: u64, message_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:186:54
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub request_message_list:                           extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:187:54
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub request_message_update_flag:                    extern fn(server_connection_handler_id: u64, message_id: u64, flag: c_int, return_co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:190:54
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub verify_server_password:                         extern fn(server_connection_handler_id: u64, server_password: *const c_char, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:191:54
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub verify_channel_password:                        extern fn(server_connection_handler_id: u64, channel_id: u64, channel_password: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:194:54
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub banclient:                                      extern fn(server_connection_handler_id: u64, client_id: u16, time_in_seconds: u64, b...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:195:54
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub banadd:                                         extern fn(server_connection_handler_id: u64, ip_reg_exp: *const c_char, name_regexp:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:196:54
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub banclient_dbid:                                 extern fn(server_connection_handler_id: u64, client_dbid: u64, time_in_seconds: u64,...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:197:54
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub bandel:                                         extern fn(server_connection_handler_id: u64, ban_id: u64, return_code: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:198:54
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub bandelall:                                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:199:54
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub request_ban_list:                               extern fn(server_connection_handler_id: u64, start: u64, duration: c_uint, return_co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:202:54
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub request_complain_add:                           extern fn(server_connection_handler_id: u64, target_client_database_id: u64, complai...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:203:54
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub request_complain_del:                           extern fn(server_connection_handler_id: u64, target_client_database_id: u64, from_cl...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:204:54
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub request_complain_del_all:                       extern fn(server_connection_handler_id: u64, target_client_database_id: u64, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:205:54
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub request_complain_list:                          extern fn(server_connection_handler_id: u64, target_client_database_id: u64, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:208:54
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub request_server_group_list:                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:209:54
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub request_server_group_add:                       extern fn(server_connection_handler_id: u64, group_name: *const c_char, group_type: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:210:54
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub request_server_group_del:                       extern fn(server_connection_handler_id: u64, server_group_id: u64, force: c_int, ret...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:211:54
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub request_server_group_add_client:                extern fn(server_connection_handler_id: u64, server_group_id: u64, client_database_i...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:212:54
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub request_server_group_del_client:                extern fn(server_connection_handler_id: u64, server_group_id: u64, client_database_i...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:213:54
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub request_server_groups_by_client_id:             extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:214:54
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub request_server_group_add_perm:                  extern fn(server_connection_handler_id: u64, server_group_id: u64, continue_on_error...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:215:54
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub request_server_group_del_perm:                  extern fn(server_connection_handler_id: u64, server_group_id: u64, continue_on_error...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:216:54
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub request_server_group_perm_list:                 extern fn(server_connection_handler_id: u64, server_group_id: u64, return_code: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:217:54
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub request_server_group_client_list:               extern fn(server_connection_handler_id: u64, server_group_id: u64, with_names: c_int...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:218:54
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub request_channel_group_list:                     extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:219:54
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub request_channel_group_add:                      extern fn(server_connection_handler_id: u64, group_name: *const c_char, group_type: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:220:54
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub request_channel_group_del:                      extern fn(server_connection_handler_id: u64, channel_group_id: u64, force: c_int, re...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:221:54
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub request_channel_group_add_perm:                 extern fn(server_connection_handler_id: u64, channel_group_id: u64, continue_on_erro...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:222:54
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub request_channel_group_del_perm:                 extern fn(server_connection_handler_id: u64, channel_group_id: u64, continue_on_erro...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:223:54
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub request_channel_group_perm_list:                extern fn(server_connection_handler_id: u64, channel_group_id: u64, return_code: *co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:224:54
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub request_set_client_channel_group:               extern fn(server_connection_handler_id: u64, channel_group_id_array: *const u64, cha...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:225:54
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub request_channel_add_perm:                       extern fn(server_connection_handler_id: u64, channel_id: u64, permission_id_array: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:226:54
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub request_channel_del_perm:                       extern fn(server_connection_handler_id: u64, channel_id: u64, permission_id_array: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:227:54
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub request_channel_perm_list:                      extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:228:54
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub request_client_add_perm:                        extern fn(server_connection_handler_id: u64, client_database_id: u64, permission_id_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:229:54
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub request_client_del_perm:                        extern fn(server_connection_handler_id: u64, client_database_id: u64, permission_id_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:230:54
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub request_client_perm_list:                       extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:231:54
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub request_channel_client_add_perm:                extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:232:54
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub request_channel_client_del_perm:                extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:233:54
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub request_channel_client_perm_list:               extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:234:54
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub priviledge_key_use:                             extern fn(server_connection_handler_id: u64, token_key: *const c_char, return_code: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:235:54
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub request_permission_list:                        extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:236:54
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub request_permission_overview:                    extern fn(server_connection_handler_id: u64, client_dbid: u64, channel_id: u64, retu...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:239:54
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub client_property_string_to_flag:                 extern fn(client_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:240:54
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub channel_property_string_to_flag:                extern fn(channel_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:241:54
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub server_property_string_to_flag:                 extern fn(server_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:244:54
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub get_app_path:                                   extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:245:54
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub get_resources_path:                             extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:246:54
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub get_config_path:                                extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:247:54
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub get_plugin_path:                                extern fn(path: *mut c_char, max_len: usize, plugin_id: *const c_char),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:248:54
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub get_current_server_connection_handler_id:       extern fn() -> u64,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:249:54
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub print_message:                                  extern fn(server_connection_handler_id: u64, message: *const c_char, message_target:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:250:54
[INFO] [stdout]     |
[INFO] [stdout] 250 |     pub print_message_to_current_tab:                   extern fn(message: *const c_char),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:251:54
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub urls_to_bb:                                     extern fn(text: *const c_char, result: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:252:54
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub send_plugin_command:                            extern fn(server_connection_handler_id: u64, plugin_id: *const c_char, command: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:253:54
[INFO] [stdout]     |
[INFO] [stdout] 253 |     pub get_directories:                                extern fn(path: *const c_char, result: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:254:54
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub get_server_connect_info:                        extern fn(sc_handler_id: u64, host: *mut c_char, port: *mut c_ushort, password: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:255:54
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub get_channel_connection_info:                    extern fn(sc_handler_id: u64, channel_id: u64, path: *mut c_char, password: *mut c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:256:54
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub create_return_code:                             extern fn(plugin_id: *const c_char, return_code: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:257:54
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub request_info_update:                            extern fn(sc_handler_id: u64, item_type: ItemType, item_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:258:54
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub get_server_version:                             extern fn(sc_handler_id: u64) -> u64,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:259:54
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub is_whispering:                                  extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:260:54
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub is_receiving_whisper:                           extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:261:54
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub get_avatar:                                     extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_char, max_len: usize) -...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:262:54
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub set_plugin_menu_enabled:                        extern fn(plugin_id: *const c_char, menu_id: c_int, enabled: c_int),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:263:54
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub show_hotkey_setup:                              extern fn(),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:264:54
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub request_hotkey_input_dialog:                    extern fn(plugin_id: *const c_char, *const c_char, c_int, *mut c_void),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:265:54
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub get_hotkey_from_keyword:                        extern fn(plugin_id: *const c_char, keywords: *mut *const c_char, hotkeys: *mut *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:266:54
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub get_client_display_name:                        extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_char, max_len: usize) -...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:267:54
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub get_bookmark_list:                              extern fn(list: *mut *mut BookmarkList) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:268:54
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub get_profile_list:                               extern fn(profile: GuiProfile, default_profile_idx: *mut c_int, result: *mut *mut *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:269:54
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub gui_connect:                                    extern fn(connect_tab: ConnectTab, server_label: *const c_char, server_address: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:270:54
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub gui_connect_bookmark:                           extern fn(connect_tab: ConnectTab, bookmarkuuid: *const c_char, sc_handler_id: *mut ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:271:54
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub create_bookmark:                                extern fn(bookmarkuuid: *const c_char, server_label: *const c_char, server_address: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:272:54
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub get_permission_id_by_name:                      extern fn(server_connection_handler_id: u64, permission_name: *const c_char, result:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:273:54
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub get_client_needed_permission:                   extern fn(server_connection_handler_id: u64, permission_name: *const c_char, result:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:274:54
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub notify_key_event:                               extern fn(plugin_id: *const c_char, key_identifier: *const c_char, up_down: c_int),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:277:54
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub start_recording:                                extern fn(server_connection_handler_id: u64, multitrack: c_int, no_file_selector: c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:278:54
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub stop_recording:                                 extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:281:54
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub request_clients_move:                           extern fn(server_connection_handler_id: u64, client_id_array: *const u16, new_channe...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:282:54
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub request_clients_kick_from_channel:              extern fn(server_connection_handler_id: u64, client_id_array: *const u16, kick_reaso...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:283:54
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub request_clients_kick_from_server:               extern fn(server_connection_handler_id: u64, client_id_array: *const u16, kick_reaso...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:284:54
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub request_mute_clients_temporary:                 extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:285:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub request_unmute_clients_temporary:               extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub get_permission_name_by_id:                      extern fn(sc_handler_id: u64, permission_id: c_uint, result: *mut c_char, max_len: u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:287:54
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub client_property_flag_to_string:                 extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:288:54
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub channel_property_flag_to_string:                extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:289:54
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub server_property_flag_to_string:                 extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:292:54
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub set_server_variable_as_int:                     extern fn(server_connection_handler_id: u64, flag: usize, value: c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:293:54
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub set_server_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, flag: usize, value: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:294:54
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub set_server_variable_as_double:                  extern fn(server_connection_handler_id: u64, flag: usize, value: f64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ts3plugin-sys v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:295:54
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub set_server_variable_as_string:                  extern fn(server_connection_handler_id: u64, flag: usize, value: *const c_char) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:296:54
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub flush_server_updates:                           extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:299:54
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub get_server_group_id_by_name:                    extern fn(server_connection_handler_id: u64, group_name: *const c_char, result: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:300:54
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub get_server_group_name_by_id:                    extern fn(sc_handler_id: u64, group_id: c_uint, result: *mut c_char, max_len: usize)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:301:54
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub get_channel_group_id_by_name:                   extern fn(server_connection_handler_id: u64, group_name: *const c_char, result: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:302:54
[INFO] [stdout]     |
[INFO] [stdout] 302 |     pub get_channel_group_name_by_id:                   extern fn(sc_handler_id: u64, group_id: c_uint, result: *mut c_char, max_len: usize)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:12:54
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub get_client_lib_version:                         extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:13:54
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub get_client_lib_version_number:                  extern fn(result: *mut u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:14:54
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub spawn_new_server_connection_handler:            extern fn(port: c_int, result: *mut u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:15:54
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub destroy_server_connection_handler:              extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub get_error_message:                              extern fn(error_code: c_uint, error: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:21:54
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub free_memory:                                    extern fn(pointer: *mut c_void) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:24:54
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub log_message:                                    extern fn(log_message: *const c_char, severity: LogLevel, channel: *const c_char, lo...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:27:54
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub get_playback_device_list:                       extern fn(mode_id: *const c_char, result: *mut *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:28:54
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub get_playback_mode_list:                         extern fn(result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:29:54
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub get_capture_device_list:                        extern fn(mode_id: *const c_char, result: *mut *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:30:54
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub get_capture_mode_list:                          extern fn(result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:31:54
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub get_default_playback_device:                    extern fn(mode_id: *const c_char, result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:32:54
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub get_default_playback_mode:                      extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:33:54
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub get_default_capture_device:                     extern fn(mode_id: *const c_char, result: *mut *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:34:54
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub get_default_capture_mode:                       extern fn(result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:35:54
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub open_playback_device:                           extern fn(server_connection_handler_id: u64, mode_id: *const c_char, playback_device...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:36:54
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub open_capture_device:                            extern fn(server_connection_handler_id: u64, mode_id: *const c_char, capture_device:...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:37:54
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub get_current_playback_device_name:               extern fn(server_connection_handler_id: u64, result: *mut *mut c_char, is_default: *...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:38:54
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub get_current_play_back_mode:                     extern fn(server_connection_handler_id: u64, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:39:54
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub get_current_capture_device_name:                extern fn(server_connection_handler_id: u64, result: *mut *mut c_char, is_default: *...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:40:54
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub get_current_capture_mode:                       extern fn(server_connection_handler_id: u64, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:41:54
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub initiate_graceful_playback_shutdown:            extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:42:54
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub close_playback_device:                          extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:43:54
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub close_capture_device:                           extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:44:54
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub activate_capture_device:                        extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:45:54
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub play_wave_file_handle:                          extern fn(server_connection_handler_id: u64, path: *const c_char, play_loop: c_int, ...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:46:54
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub pause_wave_file_handle:                         extern fn(server_connection_handler_id: u64, wave_handle: u64, pause: c_int) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:47:54
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub close_wave_file_handle:                         extern fn(server_connection_handler_id: u64, wave_handle: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:48:54
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub play_wave_file:                                 extern fn(server_connection_handler_id: u64, path: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:49:54
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub register_custom_device:                         extern fn(device_id: *const c_char, device_display_name: *const c_char, cap_frequenc...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:50:54
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub unregister_custom_device:                       extern fn(device_id: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:51:54
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub process_custom_capture_data:                    extern fn(device_name: *const c_char, buffer: *const c_short, samples: c_int) -> c_u...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:52:54
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub acquire_custom_playback_data:                   extern fn(device_name: *const c_char, buffer: *mut c_short, samples: c_int) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub get_pre_processor_info_value_float:             extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut c_fl...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:56:54
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub get_pre_processor_config_value:                 extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut *mut...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:57:54
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub set_pre_processor_config_value:                 extern fn(server_connection_handler_id: u64, ident: *const c_char, value: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:60:54
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub get_encode_config_value:                        extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut *mut...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:63:54
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub get_playback_config_value_as_float:             extern fn(server_connection_handler_id: u64, ident: *const c_char, result: *mut c_fl...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:64:54
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub set_playback_config_value:                      extern fn(server_connection_handler_id: u64, ident: *const c_char, value: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:65:54
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub set_client_volume_modifier:                     extern fn(server_connection_handler_id: u64, client_id: u16, value: c_float) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:68:54
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub start_voice_recording:                          extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:69:54
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub stop_voice_recording:                           extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:72:54
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub systemset3d_listener_attributes:                extern fn(server_connection_handler_id: u64, position: *const Ts3Vector, forward: *c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub set3d_wave_attributes:                          extern fn(server_connection_handler_id: u64, wave_handle: u64, position: *const Ts3V...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:74:54
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub systemset3d_settings:                           extern fn(server_connection_handler_id: u64, distance_factor: c_float, rolloff_scale...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:75:54
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub channelset3d_attributes:                        extern fn(server_connection_handler_id: u64, client_id: u16, position: *const Ts3Vec...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:78:54
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub start_connection:                               extern fn(server_connection_handler_id: u64, identity: *const c_char, ip: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:79:54
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub stop_connection:                                extern fn(server_connection_handler_id: u64, quit_message: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:80:54
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub request_client_move:                            extern fn(server_connection_handler_id: u64, client_id: u16, new_channel_id: u64, pa...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:81:54
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub request_client_variables:                       extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:82:54
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub request_client_kick_from_channel:               extern fn(server_connection_handler_id: u64, client_id: u16, kick_reason: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:83:54
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub request_client_kick_from_server:                extern fn(server_connection_handler_id: u64, client_id: u16, kick_reason: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:84:54
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub request_channel_delete:                         extern fn(server_connection_handler_id: u64, channel_id: u64, force: c_int, return_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:85:54
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub request_channel_move:                           extern fn(server_connection_handler_id: u64, channel_id: u64, new_channel_parent_id:...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:86:54
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub request_send_private_text_msg:                  extern fn(server_connection_handler_id: u64, message: *const c_char, target_client_i...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:87:54
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub request_send_channel_text_msg:                  extern fn(server_connection_handler_id: u64, message: *const c_char, target_channel_...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:88:54
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub request_send_server_text_msg:                   extern fn(server_connection_handler_id: u64, message: *const c_char, return_code: *c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:89:54
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub request_connection_info:                        extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:90:54
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub request_client_set_whisper_list:                extern fn(server_connection_handler_id: u64, client_id: u16, target_channel_id_array...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:91:54
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub request_channel_subscribe:                      extern fn(server_connection_handler_id: u64, channel_id_array: *const u64, return_co...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:92:54
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub request_channel_subscribe_all:                  extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:93:54
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub request_channel_unsubscribe:                    extern fn(server_connection_handler_id: u64, channel_id_array: *const u64, return_co...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:94:54
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub request_channel_unsubscribe_all:                extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:95:54
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub request_channel_description:                    extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:96:54
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub request_mute_clients:                           extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:97:54
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub requset_unmute_clients:                         extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:98:54
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub request_client_poke:                            extern fn(server_connection_handler_id: u64, client_id: u16, message: *const c_char,...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/ts3functions.rs:99:54
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub request_client_ids:                             extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]    |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:100:54
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub client_chat_closed:                             extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:101:54
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub client_chat_composing:                          extern fn(server_connection_handler_id: u64, client_id: u16, return_code: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:102:54
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub request_server_temporary_password_add:          extern fn(server_connection_handler_id: u64, password: *const c_char, description: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:103:54
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub request_server_temporary_password_del:          extern fn(server_connection_handler_id: u64, password: *const c_char, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:104:54
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub request_server_temporary_password_list:         extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:109:54
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub get_client_id:                                  extern fn(server_connection_handler_id: u64, result: *mut u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:112:54
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub get_client_self_variable_as_int:                extern fn(server_connection_handler_id: u64, flag: usize, result: *mut c_int) -> c_u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:113:54
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub get_client_self_variable_as_string:             extern fn(server_connection_handler_id: u64, flag: usize, result: *mut *mut c_char) ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:114:54
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub set_client_self_variable_as_int:                extern fn(server_connection_handler_id: u64, flag: usize, value: c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:115:54
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub set_client_self_variable_as_string:             extern fn(server_connection_handler_id: u64, flag: usize, value: *const c_char) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:116:54
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub flush_client_self_updates:                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub get_client_variable_as_int:                     extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:118:54
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub get_client_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:119:54
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub get_client_variable_as_string:                  extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:120:54
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub get_client_list:                                extern fn(server_connection_handler_id: u64, result: *mut *mut u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:121:54
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub get_channel_of_client:                          extern fn(server_connection_handler_id: u64, client_id: u16, result: *mut u64) -> c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:124:54
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub get_channel_variable_as_int:                    extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:125:54
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub get_channel_variable_as_uint64:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:126:54
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub get_channel_variable_as_string:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, result: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:127:54
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub get_channel_id_from_channel_names:              extern fn(server_connection_handler_id: u64, channel_name_array: *mut *mut c_char, r...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:128:54
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub set_channel_variable_as_int:                    extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:129:54
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub set_channel_variable_as_uint64:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:130:54
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub set_channel_variable_as_string:                 extern fn(server_connection_handler_id: u64, channel_id: u64, flag: usize, value: *c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:131:54
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub flush_channel_updates:                          extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:132:54
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub flush_channel_creation:                         extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:133:54
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub get_channel_list:                               extern fn(server_connection_handler_id: u64, result: *mut *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:134:54
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub get_channel_client_list:                        extern fn(server_connection_handler_id: u64, channel_id: u64, result: *mut *mut u16)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:135:54
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub get_parent_channel_of_channel:                  extern fn(server_connection_handler_id: u64, channel_id: u64, result: *mut u64) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:138:54
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub get_server_connection_handler_list:             extern fn(result: *mut *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:139:54
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub get_server_variable_as_int:                     extern fn(server_connection_handler_id: u64, flag: usize, result: *mut c_int) -> c_u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:140:54
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub get_server_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, flag: usize, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:141:54
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub get_server_variable_as_string:                  extern fn(server_connection_handler_id: u64, flag: usize, result: *mut *mut c_char) ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:142:54
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub request_server_variables:                       extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:145:54
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub get_connection_status:                          extern fn(server_connection_handler_id: u64, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:146:54
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub get_connection_variable_as_uint64:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:147:54
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub get_connection_variable_as_double:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:148:54
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub get_connection_variable_as_string:              extern fn(server_connection_handler_id: u64, client_id: u16, flag: usize, result: *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:149:54
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub clean_up_connection_info:                       extern fn(server_connection_handler_id: u64, client_id: u16) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:152:54
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub request_client_dbid_from_uid:                   extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:153:54
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub request_client_name_from_uid:                   extern fn(server_connection_handler_id: u64, client_unique_identifier: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:154:54
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub request_client_name_from_dbid:                  extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:155:54
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub request_client_edit_description:                extern fn(server_connection_handler_id: u64, client_id: u16, client_description: *co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:156:54
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub request_client_set_is_talker:                   extern fn(server_connection_handler_id: u64, client_id: u16, is_talker: c_int, retur...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:157:54
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub request_is_talker:                              extern fn(server_connection_handler_id: u64, is_talker_request: c_int, is_talker_req...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:160:54
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub request_send_client_query_command:              extern fn(server_connection_handler_id: u64, command: *const c_char, return_code: *c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:163:54
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub get_transfer_file_name:                         extern fn(transfer_id: u16, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:164:54
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub get_transfer_file_path:                         extern fn(transfer_id: u16, result: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:165:54
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub get_transfer_file_size:                         extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:166:54
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub get_transfer_file_size_done:                    extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:168:54
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub is_transfer_sender:                             extern fn(transfer_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:169:54
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub get_transfer_status:                            extern fn(transfer_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:170:54
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub get_current_transfer_speed:                     extern fn(transfer_id: u16, result: *mut c_float) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:171:54
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub get_average_transfer_speed:                     extern fn(transfer_id: u16, result: *mut c_float) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:172:54
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub get_transfer_run_time:                          extern fn(transfer_id: u16, result: *mut u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:173:54
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub send_file:                                      extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:174:54
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub request_file:                                   extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:175:54
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub halt_transfer:                                  extern fn(server_connection_handler_id: u64, transfer_id: u16, delete_unfinished_fil...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:176:54
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub request_file_list:                              extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:177:54
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub request_file_info:                              extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:178:54
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub request_delete_file:                            extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:179:54
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub request_create_directory:                       extern fn(server_connection_handler_id: u64, channel_id: u64, channel_pw: *const c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:180:54
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub requset_rename_file:                            extern fn(server_connection_handler_id: u64, from_channel_id: u64, channel_pw: *cons...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:183:54
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub request_message_add:                            extern fn(server_connection_handler_id: u64, to_client_uid: *const c_char, subject: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:184:54
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub request_message_del:                            extern fn(server_connection_handler_id: u64, message_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:185:54
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub request_message_get:                            extern fn(server_connection_handler_id: u64, message_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:186:54
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub request_message_list:                           extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:187:54
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub request_message_update_flag:                    extern fn(server_connection_handler_id: u64, message_id: u64, flag: c_int, return_co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:190:54
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub verify_server_password:                         extern fn(server_connection_handler_id: u64, server_password: *const c_char, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:191:54
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub verify_channel_password:                        extern fn(server_connection_handler_id: u64, channel_id: u64, channel_password: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:194:54
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub banclient:                                      extern fn(server_connection_handler_id: u64, client_id: u16, time_in_seconds: u64, b...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:195:54
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub banadd:                                         extern fn(server_connection_handler_id: u64, ip_reg_exp: *const c_char, name_regexp:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:196:54
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub banclient_dbid:                                 extern fn(server_connection_handler_id: u64, client_dbid: u64, time_in_seconds: u64,...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:197:54
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub bandel:                                         extern fn(server_connection_handler_id: u64, ban_id: u64, return_code: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:198:54
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub bandelall:                                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:199:54
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub request_ban_list:                               extern fn(server_connection_handler_id: u64, start: u64, duration: c_uint, return_co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:202:54
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub request_complain_add:                           extern fn(server_connection_handler_id: u64, target_client_database_id: u64, complai...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:203:54
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub request_complain_del:                           extern fn(server_connection_handler_id: u64, target_client_database_id: u64, from_cl...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:204:54
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub request_complain_del_all:                       extern fn(server_connection_handler_id: u64, target_client_database_id: u64, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:205:54
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub request_complain_list:                          extern fn(server_connection_handler_id: u64, target_client_database_id: u64, return_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:208:54
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub request_server_group_list:                      extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:209:54
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub request_server_group_add:                       extern fn(server_connection_handler_id: u64, group_name: *const c_char, group_type: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:210:54
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub request_server_group_del:                       extern fn(server_connection_handler_id: u64, server_group_id: u64, force: c_int, ret...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:211:54
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub request_server_group_add_client:                extern fn(server_connection_handler_id: u64, server_group_id: u64, client_database_i...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:212:54
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub request_server_group_del_client:                extern fn(server_connection_handler_id: u64, server_group_id: u64, client_database_i...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:213:54
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub request_server_groups_by_client_id:             extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:214:54
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub request_server_group_add_perm:                  extern fn(server_connection_handler_id: u64, server_group_id: u64, continue_on_error...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:215:54
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub request_server_group_del_perm:                  extern fn(server_connection_handler_id: u64, server_group_id: u64, continue_on_error...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:216:54
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub request_server_group_perm_list:                 extern fn(server_connection_handler_id: u64, server_group_id: u64, return_code: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:217:54
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub request_server_group_client_list:               extern fn(server_connection_handler_id: u64, server_group_id: u64, with_names: c_int...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:218:54
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub request_channel_group_list:                     extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:219:54
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub request_channel_group_add:                      extern fn(server_connection_handler_id: u64, group_name: *const c_char, group_type: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:220:54
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub request_channel_group_del:                      extern fn(server_connection_handler_id: u64, channel_group_id: u64, force: c_int, re...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:221:54
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub request_channel_group_add_perm:                 extern fn(server_connection_handler_id: u64, channel_group_id: u64, continue_on_erro...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:222:54
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub request_channel_group_del_perm:                 extern fn(server_connection_handler_id: u64, channel_group_id: u64, continue_on_erro...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:223:54
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub request_channel_group_perm_list:                extern fn(server_connection_handler_id: u64, channel_group_id: u64, return_code: *co...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:224:54
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub request_set_client_channel_group:               extern fn(server_connection_handler_id: u64, channel_group_id_array: *const u64, cha...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:225:54
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub request_channel_add_perm:                       extern fn(server_connection_handler_id: u64, channel_id: u64, permission_id_array: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:226:54
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub request_channel_del_perm:                       extern fn(server_connection_handler_id: u64, channel_id: u64, permission_id_array: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:227:54
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub request_channel_perm_list:                      extern fn(server_connection_handler_id: u64, channel_id: u64, return_code: *const c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:228:54
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub request_client_add_perm:                        extern fn(server_connection_handler_id: u64, client_database_id: u64, permission_id_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:229:54
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub request_client_del_perm:                        extern fn(server_connection_handler_id: u64, client_database_id: u64, permission_id_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:230:54
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub request_client_perm_list:                       extern fn(server_connection_handler_id: u64, client_database_id: u64, return_code: *...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:231:54
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub request_channel_client_add_perm:                extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:232:54
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub request_channel_client_del_perm:                extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:233:54
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub request_channel_client_perm_list:               extern fn(server_connection_handler_id: u64, channel_id: u64, client_database_id: u6...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:234:54
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub priviledge_key_use:                             extern fn(server_connection_handler_id: u64, token_key: *const c_char, return_code: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:235:54
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub request_permission_list:                        extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:236:54
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub request_permission_overview:                    extern fn(server_connection_handler_id: u64, client_dbid: u64, channel_id: u64, retu...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:239:54
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub client_property_string_to_flag:                 extern fn(client_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:240:54
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub channel_property_string_to_flag:                extern fn(channel_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:241:54
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub server_property_string_to_flag:                 extern fn(server_property_string: *const c_char, result_flag: *mut usize) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:244:54
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub get_app_path:                                   extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:245:54
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub get_resources_path:                             extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:246:54
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub get_config_path:                                extern fn(path: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:247:54
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub get_plugin_path:                                extern fn(path: *mut c_char, max_len: usize, plugin_id: *const c_char),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:248:54
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub get_current_server_connection_handler_id:       extern fn() -> u64,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:249:54
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub print_message:                                  extern fn(server_connection_handler_id: u64, message: *const c_char, message_target:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:250:54
[INFO] [stdout]     |
[INFO] [stdout] 250 |     pub print_message_to_current_tab:                   extern fn(message: *const c_char),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:251:54
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub urls_to_bb:                                     extern fn(text: *const c_char, result: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:252:54
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub send_plugin_command:                            extern fn(server_connection_handler_id: u64, plugin_id: *const c_char, command: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:253:54
[INFO] [stdout]     |
[INFO] [stdout] 253 |     pub get_directories:                                extern fn(path: *const c_char, result: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:254:54
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub get_server_connect_info:                        extern fn(sc_handler_id: u64, host: *mut c_char, port: *mut c_ushort, password: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:255:54
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub get_channel_connection_info:                    extern fn(sc_handler_id: u64, channel_id: u64, path: *mut c_char, password: *mut c_c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:256:54
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub create_return_code:                             extern fn(plugin_id: *const c_char, return_code: *mut c_char, max_len: usize),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:257:54
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub request_info_update:                            extern fn(sc_handler_id: u64, item_type: ItemType, item_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:258:54
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub get_server_version:                             extern fn(sc_handler_id: u64) -> u64,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:259:54
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub is_whispering:                                  extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:260:54
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub is_receiving_whisper:                           extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:261:54
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub get_avatar:                                     extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_char, max_len: usize) -...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:262:54
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub set_plugin_menu_enabled:                        extern fn(plugin_id: *const c_char, menu_id: c_int, enabled: c_int),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:263:54
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub show_hotkey_setup:                              extern fn(),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:264:54
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub request_hotkey_input_dialog:                    extern fn(plugin_id: *const c_char, *const c_char, c_int, *mut c_void),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:265:54
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub get_hotkey_from_keyword:                        extern fn(plugin_id: *const c_char, keywords: *mut *const c_char, hotkeys: *mut *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:266:54
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub get_client_display_name:                        extern fn(sc_handler_id: u64, client_id: u16, result: *mut c_char, max_len: usize) -...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:267:54
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub get_bookmark_list:                              extern fn(list: *mut *mut BookmarkList) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:268:54
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub get_profile_list:                               extern fn(profile: GuiProfile, default_profile_idx: *mut c_int, result: *mut *mut *m...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:269:54
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub gui_connect:                                    extern fn(connect_tab: ConnectTab, server_label: *const c_char, server_address: *con...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:270:54
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub gui_connect_bookmark:                           extern fn(connect_tab: ConnectTab, bookmarkuuid: *const c_char, sc_handler_id: *mut ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:271:54
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub create_bookmark:                                extern fn(bookmarkuuid: *const c_char, server_label: *const c_char, server_address: ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:272:54
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub get_permission_id_by_name:                      extern fn(server_connection_handler_id: u64, permission_name: *const c_char, result:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:273:54
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub get_client_needed_permission:                   extern fn(server_connection_handler_id: u64, permission_name: *const c_char, result:...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:274:54
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub notify_key_event:                               extern fn(plugin_id: *const c_char, key_identifier: *const c_char, up_down: c_int),
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:277:54
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub start_recording:                                extern fn(server_connection_handler_id: u64, multitrack: c_int, no_file_selector: c_...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:278:54
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub stop_recording:                                 extern fn(server_connection_handler_id: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:281:54
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub request_clients_move:                           extern fn(server_connection_handler_id: u64, client_id_array: *const u16, new_channe...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:282:54
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub request_clients_kick_from_channel:              extern fn(server_connection_handler_id: u64, client_id_array: *const u16, kick_reaso...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:283:54
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub request_clients_kick_from_server:               extern fn(server_connection_handler_id: u64, client_id_array: *const u16, kick_reaso...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:284:54
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub request_mute_clients_temporary:                 extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:285:54
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub request_unmute_clients_temporary:               extern fn(server_connection_handler_id: u64, client_id_array: *const u16, return_cod...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:286:54
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub get_permission_name_by_id:                      extern fn(sc_handler_id: u64, permission_id: c_uint, result: *mut c_char, max_len: u...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:287:54
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub client_property_flag_to_string:                 extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:288:54
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub channel_property_flag_to_string:                extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:289:54
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub server_property_flag_to_string:                 extern fn(client_property_flag: usize, result_string: *mut *mut c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:292:54
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub set_server_variable_as_int:                     extern fn(server_connection_handler_id: u64, flag: usize, value: c_int) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:293:54
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub set_server_variable_as_uint64:                  extern fn(server_connection_handler_id: u64, flag: usize, value: u64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:294:54
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub set_server_variable_as_double:                  extern fn(server_connection_handler_id: u64, flag: usize, value: f64) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:295:54
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub set_server_variable_as_string:                  extern fn(server_connection_handler_id: u64, flag: usize, value: *const c_char) -> c...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:296:54
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub flush_server_updates:                           extern fn(server_connection_handler_id: u64, return_code: *const c_char) -> c_uint,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:299:54
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub get_server_group_id_by_name:                    extern fn(server_connection_handler_id: u64, group_name: *const c_char, result: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:300:54
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub get_server_group_name_by_id:                    extern fn(sc_handler_id: u64, group_id: c_uint, result: *mut c_char, max_len: usize)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:301:54
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub get_channel_group_id_by_name:                   extern fn(server_connection_handler_id: u64, group_name: *const c_char, result: *mut...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/ts3functions.rs:302:54
[INFO] [stdout]     |
[INFO] [stdout] 302 |     pub get_channel_group_name_by_id:                   extern fn(sc_handler_id: u64, group_id: c_uint, result: *mut c_char, max_len: usize)...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "22c83c3d5d6b0c443e93c7fc60204d11151283c19ea9431b18df31659201f8af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22c83c3d5d6b0c443e93c7fc60204d11151283c19ea9431b18df31659201f8af", kill_on_drop: false }`
[INFO] [stdout] 22c83c3d5d6b0c443e93c7fc60204d11151283c19ea9431b18df31659201f8af
