#[no_mangle]
pub extern "C" fn rustls_handshake_kind_str(
kind: rustls_handshake_kind,
) -> rustls_str<'static>
Expand description
Convert a rustls_handshake_kind
to a string with a friendly description of the kind
of handshake.
The returned rustls_str
has a static lifetime equal to that of the program and does
not need to be manually freed.