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