pub type NativePeFile<'data, R = &'data [u8]> = PeFile64<'data, R>;
The PE file format that matches the pointer width of the target platform.
pub struct NativePeFile<'data, R = &'data [u8]> { /* private fields */ }