pub type PeSegment64<'data, 'file, R = &'data [u8]> = PeSegment<'data, 'file, ImageNtHeaders64, R>;
A loadable section of a PeFile64.
PeFile64