pub fn const_value_bytes<'tcx>( tcx: TyCtxt<'tcx>, value: ConstValue, depth: usize, ) -> Option<Vec<u8>>
Extract raw bytes from a ConstValue, following reference indirection.
ConstValue