pub unsafe extern "C" fn LLVMGetCallBrIndirectDest(
CallBr: LLVMValueRef,
Idx: c_uint,
) -> LLVMBasicBlockRefExpand description
Get the indirect destination of a CallBr instruction at the given index.
@see llvm::CallBrInst::getIndirectDest()