CharPrevW method
Implementation
ffi.Pointer<ffi.Uint16> CharPrevW(
ffi.Pointer<ffi.Uint16> lpszStart,
ffi.Pointer<ffi.Uint16> lpszCurrent,
) {
return (_CharPrevW ??=
_dylib.lookupFunction<_c_CharPrevW, _dart_CharPrevW>('CharPrevW'))(
lpszStart,
lpszCurrent,
);
}