pub type PeSection32<'data, 'file> = PeSection<'data, 'file, ImageNtHeaders32>;
A section of a PeFile32.
PeFile32