InitNew method

int InitNew()

Implementation

int InitNew() => ptr.ref.vtable
    .elementAt(8)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer)>>>()
    .value
    .asFunction<int Function(Pointer)>()(ptr.ref.lpVtbl);