//! Print upstream zstd cParams for levels 1..=22 at a given source size.
//! Companion to `cparams_check` for sweeping a whole level band.
//!
//! Run: `cargo run --release -p ffi-bench --example cparams_range
//! --features dict_builder -- [src_size]` (0 / omitted = unbounded).
use zstd_sys;