attach method

void attach(
  1. Pointer<HTMConversionOptions> optionsPtr
)

Attaches the visitor bridge to the given options.

Implementation

void attach(Pointer<HTMConversionOptions> optionsPtr) {
  // Full VTable callback bridge with NativeCallable TBD.
}