#pragma once struct fet_detail { bool is_tls; }; int is_data_fet(unsigned char* data, int data_len, struct fet_detail* detail);