pub unsafe extern "C" fn s2n_session_ticket_get_data_len(
    ticket: *mut s2n_session_ticket,
    data_len: *mut usize
) -> c_int
Expand description

Gets the length of the session ticket from a session ticket object.

@param ticket Pointer to the session ticket object. @param data_len Pointer to be set to the length of the session ticket on success.