pub fn bp_position(
    a_node: &Node,
    a_offset: u32,
    b_node: &Node,
    b_offset: u32
) -> Option<Ordering>
Expand description