pub unsafe extern "C" fn s2n_offered_early_data_reject(
    early_data: *mut s2n_offered_early_data
) -> i32
Expand description

Reject early data offered by the client.

@param early_data A pointer to the early data information @returns A POSIX error signal. If success, the client’s early data will be rejected.