VecVecDMatch.fromPointer constructor
Implementation
VecVecDMatch.fromPointer(super.ptr, {bool attach = true, int? externalSize}) : super.fromPointer() {
  if (attach) {
    finalizer.attach(this, ptr.cast<ffi.Void>(), detach: this, externalSize: externalSize);
  }
}