wvsprintfW method
Implementation
int wvsprintfW(
ffi.Pointer<ffi.Uint16> arg0,
ffi.Pointer<ffi.Uint16> arg1,
ffi.Pointer<ffi.Int8> arglist,
) {
return (_wvsprintfW ??=
_dylib.lookupFunction<_c_wvsprintfW, _dart_wvsprintfW>('wvsprintfW'))(
arg0,
arg1,
arglist,
);
}