CvPtrQ

Pair of ptr-qualifier and cv-qualifier.

@safe
struct CvPtrQ {
CvQ cvQual;
PtrQ ptrQual;
}

Meta