macro_rules! define_chunk_slice_to_int {
    ($name: ident, $type: ty, $converter: ident) => { ... };
}