I am making app in c++ that can list all classes/structs with their members from PDB using DIA SDK but I don't know how to get alignment value. I tried to search it in microsoft docs https://github.com/MicrosoftDocs/visualstudio-docs/tree/master/docs/debugger/debug-interface-access but I wasn't able to find any property that returns class/struct alignment. Can I get it somehow using DIA SDK?