#[unsafe(no_mangle)]
pub extern "C" fn LLVMConstIntOfArbitraryPrecision(
IntTy: LLVMTypeRef,
NumWords: c_uint,
Words: *const u64,
) -> LLVMValueRef
#[unsafe(no_mangle)]
pub extern "C" fn LLVMConstIntOfArbitraryPrecision(
IntTy: LLVMTypeRef,
NumWords: c_uint,
Words: *const u64,
) -> LLVMValueRef