pub unsafe extern "C" fn LLVMArrayType2(
ElementType: LLVMTypeRef,
ElementCount: u64,
) -> LLVMTypeRef
Expand description
Create a fixed size array type that refers to a specific type.
The created type will exist in the context that its element type exists in.