Function LLVMConstIntCast

Source
pub unsafe extern "C" fn LLVMConstIntCast(
    ConstantVal: *mut LLVMValue,
    ToType: *mut LLVMType,
    isSigned: i32,
) -> *mut LLVMValue