pub unsafe extern "C" fn ssl_conf_ca_chain(
    conf: *mut ssl_config,
    ca_chain: *mut x509_crt,
    ca_crl: *mut x509_crl
)