jump

Function jump 

Source
pub unsafe fn jump(address: usize) -> !
Available on x86 or x86-64 only.
Expand description

Unconditionally transfer control to the instruction at the given address

§Safety

Make sure you know where you’re going. You’re not coming back.