ossl_statem_send_fatal
void ossl_statem_send_fatal(SSL_CONNECTION *s, int al);
#define SSLfatal_alert(s, al) ossl_statem_send_fatal((s), (al))
ossl_statem_send_fatal(s, al);