fn get_path_containing_arg_in_pat<'hir>(
    pat: &'hir Pat<'hir>,
    arg_id: HirId
) -> Option<&'hir Path<'hir>>