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

Required features: "Win32_Networking_WinInet", "Win32_Foundation"