Function LLVMConstSub

Source
#[no_mangle]
pub extern "C" fn LLVMConstSub(
    LHSConstant: LLVMValueRef,
    RHSConstant: LLVMValueRef,
) -> LLVMValueRef