pub unsafe extern "C" fn LLVMGetVectorSize(
VectorTy: LLVMTypeRef,
) -> c_uintExpand description
Obtain the (possibly scalable) number of elements in a vector type.
This only works on types that represent vectors (fixed or scalable).
@see llvm::VectorType::getNumElements()