pub unsafe extern "C" fn LLVMAppendExistingBasicBlock(
Fn: LLVMValueRef,
BB: LLVMBasicBlockRef,
)Expand description
Append the given basic block to the basic block list of the given function.
@see llvm::Function::BasicBlockListType::push_back()