Function OSSL_HTTP_proxy_connect

Source
pub unsafe extern "C" fn OSSL_HTTP_proxy_connect(
    bio: *mut bio_st,
    server: *const i8,
    port: *const i8,
    proxyuser: *const i8,
    proxypass: *const i8,
    timeout: i32,
    bio_err: *mut bio_st,
    prog: *const i8,
) -> i32