Function LLVMBuildBr

Source
pub(crate) unsafe extern "C" fn LLVMBuildBr<'a>(
    B: &Builder<'a>,
    Dest: &'a BasicBlock,
) -> &'a Value