Macro chunk_usage

Source
macro_rules! chunk_usage {
    ($mode:ident $({ $($param:ident : $value:expr),* })?) => { ... };
}