pub unsafe extern "C" fn LLVMGetUnwindDest(
InvokeInst: *mut LLVMValue,
) -> *mut LLVMBasicBlockExpand description
Return the unwind destination basic block of an invoke instruction.
pub unsafe extern "C" fn LLVMGetUnwindDest(
InvokeInst: *mut LLVMValue,
) -> *mut LLVMBasicBlockReturn the unwind destination basic block of an invoke instruction.