pub type PeFile32<'data, R = &'data [u8]> = PeFile<'data, ImageNtHeaders32, R>;
A PE32 (32-bit) image file.