LLVMConstIntCast

Function LLVMConstIntCast 

Source
pub unsafe extern "C" fn LLVMConstIntCast(
    ConstantVal: LLVMValueRef,
    ToType: LLVMTypeRef,
    isSigned: LLVMBool,
) -> LLVMValueRef