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