Macro speexdsp_resampler::speex::chunk_copy

source ยท
macro_rules! chunk_copy {
    ($ch_mut:ident, $lbound_mut:expr, $ubound_mut:expr,
     $ch:ident, $lbound:expr, $ubound:expr) => { ... };
}