pub unsafe extern "C" fn s2n_connection_get_early_data_status(
    conn: *mut s2n_connection,
    status: *mut Type
) -> c_int
Expand description

Reports the current state of early data for a connection.

See s2n_early_data_status_t for all possible states.

@param conn A pointer to the connection @param status A pointer which will be set to the current early data status @return A POSIX error signal.