pub fn try_merge_trees(
    lhs: &UseTree,
    rhs: &UseTree,
    merge: MergeBehavior
) -> Option<UseTree>