Although it works I think you should also change the wg_format structure, moving enums declarations out of it and using fixed size type for the members.
Same for some other structures which use bool, I don't think it has a standard defined fixed size. Using UINT8 would probably be better.