Function LLVMSetUnwindDest

Source
pub unsafe extern "C" fn LLVMSetUnwindDest(
    InvokeInst: *mut LLVMValue,
    B: *mut LLVMBasicBlock,
)
Expand description

Set the unwind destination basic block of an invoke instruction.