Function LLVMArrayType2

Source
#[no_mangle]
pub extern "C" fn LLVMArrayType2(
    ElementType: LLVMTypeRef,
    ElementCount: u64,
) -> LLVMTypeRef