Function _Unwind_SetIP

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