uaw_lstrcmpiW method
Implementation
int uaw_lstrcmpiW(
ffi.Pointer<ffi.Uint16> String1,
ffi.Pointer<ffi.Uint16> String2,
) {
return (_uaw_lstrcmpiW ??=
_dylib.lookupFunction<_c_uaw_lstrcmpiW, _dart_uaw_lstrcmpiW>(
'uaw_lstrcmpiW'))(
String1,
String2,
);
}