Fix SSL_CTX_set_tlsext_servername_callback type signature. (#763)

See also https://github.com/pyca/cryptography/pull/4227. I suspect this
is a no-op since cffi is probably just generating its own function
stubs and every ABI makes const and non-const pointers the same. Still,
better to match things.
1 file changed