pub unsafe extern "C" fn ssl_conf_own_cert(
    conf: *mut ssl_config,
    own_cert: *mut x509_crt,
    pk_key: *mut pk_context
) -> c_int