pub fn faces_containing_adjacent_corner_pair(
    corner_pair: &'static [usize; 2]
) -> Option<[Face; 2]>