macro_rules! check_chrom {
    (
        $iter:expr, $($start_end_val:expr), *
    ) => { ... };
}