pub type PeView<'a> = Wrap<PeView<'a>, PeView<'a>>;
Format agnostic PE view.
pub enum PeView<'a> { T32(PeView<'a>), T64(PeView<'a>), }