Function LLVMArrayType2

Source
pub(crate) unsafe extern "C" fn LLVMArrayType2(
    ElementType: &Type,
    ElementCount: u64,
) -> &Type