pub fn place_has_raw_deref<'tcx>( _tcx: TyCtxt<'tcx>, body: &Body<'tcx>, place: &Place<'tcx>, ) -> bool
Helper checking if a Place involves raw pointer dereference.
Place