Function jump

Source
pub unsafe fn jump(address: usize) -> !
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.