pub unsafe extern "C" fn aws_server_bootstrap_set_alpn_callback(
    bootstrap: *mut aws_server_bootstrap,
    on_protocol_negotiated: aws_channel_on_protocol_negotiated_fn
) -> c_int
Expand description

When using TLS, if ALPN is used, this callback will be invoked from the channel. The returned handler will be added to the channel.