pub fn get_enclosing_block<'tcx>(
    cx: &LateContext<'tcx>,
    hir_id: HirId
) -> Option<&'tcx Block<'tcx>>