Function LLVMArrayType

Source
pub unsafe extern "C" fn LLVMArrayType(
    ElementType: *mut LLVMType,
    ElementCount: u32,
) -> *mut LLVMType