pub fn is_within_packed<'tcx, L>(
    tcx: TyCtxt<'tcx>,
    local_decls: &L,
    place: Place<'tcx>
) -> Option<Align>where
    L: HasLocalDecls<'tcx>,