Silly question - how to create IDxcBlob ?
I have result from IDxcCompiler loaded from disk (say std::vector<uint8>) - how can I create IDxcBlob from it to for example explore content of those data using IDxcContainerReflection
(IDxcContainerReflection::Load accepts only IDxcBlob)