pub unsafe extern "C" fn LLVMConstArray(
ElementTy: LLVMTypeRef,
ConstantVals: *mut LLVMValueRef,
Length: c_uint,
) -> LLVMValueRef
👎Deprecated since 17.0: LLVMConstArray is deprecated in favor of the API accurate LLVMConstArray2
pub unsafe extern "C" fn LLVMConstArray(
ElementTy: LLVMTypeRef,
ConstantVals: *mut LLVMValueRef,
Length: c_uint,
) -> LLVMValueRef