Function LLVMArrayType

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