pub fn jump<E>(into: &mut E, offset: impl Into<PcRelOffset>)where E: Extend<u8>,
encode
Unconditionally transfer control to the PC at the given offset.