pub unsafe extern "C" fn OSSL_HTTP_set1_request(
rctx: *mut ossl_http_req_ctx_st,
path: *const i8,
headers: *const stack_st_CONF_VALUE,
content_type: *const i8,
req: *mut bio_st,
expected_content_type: *const i8,
expect_asn1: i32,
max_resp_len: usize,
timeout: i32,
keep_alive: i32,
) -> i32