pub unsafe extern "C" fn s2n_connection_get_handshake_type_name(
    conn: *mut s2n_connection
) -> *const c_char
Expand description

Function to return the last TLS handshake type that was processed. The returned format is a human readable string.

@param conn A pointer to the s2n connection @returns A human-readable handshake type name, e.g. “NEGOTIATED|FULL_HANDSHAKE|PERFECT_FORWARD_SECRECY”