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