pub unsafe extern "system" fn InternetSetCookieW(
    lpszurl: PCWSTR,
    lpszcookiename: PCWSTR,
    lpszcookiedata: PCWSTR
) -> BOOL
Expand description

Required features: "Win32_Networking_WinInet", "Win32_Foundation"