NewYearPrism
NewYearPrism
### Please provide a clear and concise description of the changes you would like to see made to the documentation. Original posts: - [tieba](https://tieba.baidu.com/p/9157009667) - [coolapk](https://www.coolapk.com/feed/42431851?shareKey=MTdiMjM2ZjZjNmMyNjZkNWMwODI~&shareUid=2539772&shareFrom=com.coolapk.market_14.4.0) Briefly speaking, issue is...
### Summary Below fails to compile: ``` let p_cmdline = unsafe { GetCommandLineW() }; OsString::from_wide(unsafe { windows_strings::PCWSTR::from_raw(p_cmdline).as_wide() }); ``` It should have no problem since the validity of returned ```&[u16]```...