show method
Implementation
int show(int hwndOwner) => ptr.ref.vtable
.elementAt(3)
.cast<
Pointer<NativeFunction<Int32 Function(Pointer, IntPtr hwndOwner)>>>()
.value
.asFunction<
int Function(Pointer, int hwndOwner)>()(ptr.ref.lpVtbl, hwndOwner);