Open
Description
Currently we lazy load some system functions that were restricted on UWP. See here, for example:
rust/library/std/src/sys/pal/windows/c.rs
Lines 233 to 234 in c83e217
However, I'm told that Microsoft stopped enforcing the requirement that store applications (even strictly UWP ones) only use certain APIs in 2020. There is now nothing that block applications from using such APIs unless they're completely restricted functions, (e.g. win32 UI APIs) which would block lazy loading too. There is still a tool that may report certain APIs but that isn't, I'm told, actually relevant nowadays.