pub unsafe extern "C" fn s2n_offered_early_data_get_context_length(
    early_data: *mut s2n_offered_early_data,
    context_len: *mut u16
) -> c_int
Expand description

Get the length of the early data context set by the user.

@param early_data A pointer to the early data information @param context_len The length of the user context @returns A POSIX error signal.