pub unsafe extern "C" fn SSL_SESSION_to_bytes_for_ticket(
    in_: *const SSL_SESSION,
    out_data: *mut *mut u8,
    out_len: *mut usize
) -> c_int