pub type PeSegment32<'data, 'file, R = &'data [u8]> = PeSegment<'data, 'file, ImageNtHeaders32, R>;
A loadable section of a PeFile32.
PeFile32