pub unsafe fn InternetGetCookieW<P0, P1>( lpszurl: P0, lpszcookiename: P1, lpszcookiedata: Option<PWSTR>, lpdwsize: *mut u32, ) -> Result<()>where P0: Param<PCWSTR>, P1: Param<PCWSTR>,