When attempting to build on Windows, a number of error messages are thrown that relate to the use of c_ulong. This is because on Windows, ulong is taken to be u32, while on Linux it is u64 (the type expected by many of these time operations).
The error log is attached:
iced-hs-0.0.3.0-87c47d9b19ab5323312107a3667c6a028691252f - Copy.log