GetTempPathW method
Implementation
int GetTempPathW(
int nBufferLength,
ffi.Pointer<ffi.Uint16> lpBuffer,
) {
return (_GetTempPathW ??= _dylib
.lookupFunction<_c_GetTempPathW, _dart_GetTempPathW>('GetTempPathW'))(
nBufferLength,
lpBuffer,
);
}