LLVMArrayType

Function LLVMArrayType 

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