pub type PeFile<'a> = Wrap<PeFile<'a>, PeFile<'a>>;
Format agnostic PE file.
pub enum PeFile<'a> { T32(PeFile<'a>), T64(PeFile<'a>), }
Constructs a PeFile from byte slice.