pub unsafe extern "C" fn s2n_offered_psk_list_reread(
    psk_list: *mut s2n_offered_psk_list
) -> c_int
Expand description

Returns the offered PSK list to its original read state.

When s2n_offered_psk_list_reread is called, s2n_offered_psk_list_next will return the first PSK in the offered PSK list.

@param psk_list A pointer to the offered PSK list being reread.