#[no_mangle]
pub unsafe extern "C" fn LLVMAddCase(
    Switch: LLVMValueRef,
    OnVal: LLVMValueRef,
    Dest: LLVMBasicBlockRef
)