pub unsafe extern "C" fn LLVMArrayType(
ElementType: LLVMTypeRef,
ElementCount: c_uint,
) -> LLVMTypeRef
👎Deprecated since 17.0: LLVMArrayType is deprecated in favor of the API accurate LLVMArrayType2
pub unsafe extern "C" fn LLVMArrayType(
ElementType: LLVMTypeRef,
ElementCount: c_uint,
) -> LLVMTypeRef