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