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

Function to return the last TLS message that was processed. The returned format is a human readable string. @param conn A pointer to the s2n connection @returns The last message name in the TLS state machine, e.g. “SERVER_HELLO”, “APPLICATION_DATA”.