Function llvm_sys::core::LLVMConstArray

source ยท
pub unsafe extern "C" fn LLVMConstArray(
    ElementTy: LLVMTypeRef,
    ConstantVals: *mut LLVMValueRef,
    Length: c_uint,
) -> LLVMValueRef