pub unsafe extern "C" fn s2n_offered_early_data_get_context(
    early_data: *mut s2n_offered_early_data,
    context: *mut u8,
    max_len: u16
) -> i32
Expand description

Get the early data context set by the user.

@param early_data A pointer to the early data information @param context A byte buffer to copy the user context into @param max_len The size of context. Must be >= to the result of s2n_offered_early_data_get_context_length. @returns A POSIX error signal.