pub type PeComdat64<'data, 'file, R = &'data [u8]> = PeComdat<'data, 'file, ImageNtHeaders64, R>;
A COMDAT section group of a PeFile64.
PeFile64