pub unsafe extern "C" fn LLVMBuildSwitch<'a>(
    B: &Builder<'a>,
    V: &'a Value,
    Else: &'a BasicBlock,
    NumCases: c_uint
) -> &'a Value