pub unsafe fn ExpandEnvironmentStringsForUserW<P1>( htoken: Option<HANDLE>, lpsrc: P1, lpdest: &mut [u16], ) -> Result<()>where P1: Param<PCWSTR>,