pub unsafe extern "C" fn s2n_session_ticket_get_lifetime(
    ticket: *mut s2n_session_ticket,
    session_lifetime: *mut u32
) -> c_int
Expand description

Gets the lifetime in seconds of the session ticket from a session ticket object.

@param ticket Pointer to the session ticket object. @param session_lifetime Pointer to a variable where the lifetime of the session ticket will be stored.