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