pub unsafe extern "C" fn SteamAPI_ISteamHTTP_SetHTTPRequestRawPostBody(
    self_: *mut ISteamHTTP,
    hRequest: HTTPRequestHandle,
    pchContentType: *const c_char,
    pubBody: *mut uint8,
    unBodyLen: uint32
) -> bool