Function _Unwind_SetIP

Source
#[no_mangle]
pub extern "C" fn _Unwind_SetIP(
    unwind_ctx: &mut UnwindContext<'_>,
    value: usize,
)