Function LLVMConstInt

Source
pub unsafe extern "C" fn LLVMConstInt(
    IntTy: *mut LLVMType,
    N: u64,
    SignExtend: i32,
) -> *mut LLVMValue