pub unsafe extern "C" fn s2n_offered_psk_free(
    psk: *mut *mut s2n_offered_psk
) -> c_int
Expand description

Frees the memory associated with the s2n_offered_psk object.

@param psk A pointer to the s2n_offered_psk object to be freed.