pub unsafe extern "C" fn SteamAPI_ISteamHTTP_SetHTTPRequestGetOrPostParameter(
    self_: *mut ISteamHTTP,
    hRequest: HTTPRequestHandle,
    pchParamName: *const c_char,
    pchParamValue: *const c_char
) -> bool