pub unsafe extern "C" fn OSSL_HTTP_get(
url: *const i8,
proxy: *const i8,
no_proxy: *const i8,
bio: *mut bio_st,
rbio: *mut bio_st,
bio_update_fn: Option<unsafe extern "C" fn(*mut bio_st, *mut c_void, i32, i32) -> *mut bio_st>,
arg: *mut c_void,
buf_size: i32,
headers: *const stack_st_CONF_VALUE,
expected_content_type: *const i8,
expect_asn1: i32,
max_resp_len: usize,
timeout: i32,
) -> *mut bio_st