pub type TRUST_TOKEN = trust_token_st;
#[repr(C)]pub struct TRUST_TOKEN { pub data: *mut u8, pub len: usize, }
data: *mut u8
len: usize