pub type TRUST_TOKEN = trust_token_st;
struct TRUST_TOKEN { pub data: *mut u8, pub len: usize, }
data: *mut u8
len: usize