fn compute_place_metadata_inner<T: BodyTransformCtx>( ctx: &mut T, place: &Place, metadata_ty: &Ty, ) -> Option<Operand>
Compute the metadata for a place. Return None if the place has no metadata.
None