pub unsafe extern "C" fn LLVMSetUnwindDest(
InvokeInst: *mut LLVMValue,
B: *mut LLVMBasicBlock,
)
Expand description
Set the unwind destination basic block of an invoke instruction.
pub unsafe extern "C" fn LLVMSetUnwindDest(
InvokeInst: *mut LLVMValue,
B: *mut LLVMBasicBlock,
)
Set the unwind destination basic block of an invoke instruction.