Function windows::Win32::Networking::WinInet::InternetSetCookieExA

pub unsafe fn InternetSetCookieExA<P0, P1, P2>(
    lpszurl: P0,
    lpszcookiename: P1,
    lpszcookiedata: P2,
    dwflags: u32,
    dwreserved: usize,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<PCSTR>,