pub unsafe extern "C" fn SSL_CTX_set_tmp_ecdh(
    ctx: *mut SSL_CTX,
    ec_key: *const EC_KEY
) -> c_int