pub unsafe extern "C" fn SteamAPI_ISteamHTMLSurface_SetCookie(
    self_: *mut ISteamHTMLSurface,
    pchHostname: *const c_char,
    pchKey: *const c_char,
    pchValue: *const c_char,
    pchPath: *const c_char,
    nExpires: RTime32,
    bSecure: bool,
    bHTTPOnly: bool
)