pub type PeFile64<'data, R = &'data [u8]> = PeFile<'data, ImageNtHeaders64, R>;
A PE32+ (64-bit) image file.