pub type PeComdat32<'data, 'file, R = &'data [u8]> = PeComdat<'data, 'file, ImageNtHeaders32, R>;
A COMDAT section group of a PeFile32.
PeFile32