pub unsafe extern "C" fn LLVMConstArray(
ElementTy: LLVMTypeRef,
ConstantVals: *mut LLVMValueRef,
Length: c_uint,
) -> LLVMValueRef👎Deprecated since 170.0.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,
) -> LLVMValueRefLLVMConstArray is deprecated in favor of the API accurate LLVMConstArray2