pub unsafe fn SHSetKnownFolderPath<P3>( rfid: *const GUID, dwflags: u32, htoken: Option<HANDLE>, pszpath: P3, ) -> Result<()>where P3: Param<PCWSTR>,