Function LLVMVectorType

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