pub unsafe extern "C" fn LLVMAddCase(
    Switch: LLVMValueRef,
    OnVal: LLVMValueRef,
    Dest: LLVMBasicBlockRef
)
Expand description

Add a case to a switch instruction