pub unsafe extern "C" fn ssl_set_hs_own_cert(
    ssl: *mut ssl_context,
    own_cert: *mut x509_crt,
    pk_key: *mut pk_context
) -> c_int