pub fn corner_pair_between_bars(
    bar1: &'static [usize; 2],
    bar2: &'static [usize; 2]
) -> Option<&'static [usize; 2]>