fn add_use_tree_to_scope(
    scope: &mut Scope,
    crate_name: &str,
    vis: &Visibility,
    prefix: String,
    tree: &UseTree
)