pub type libpostal_token_t = libpostal_token;
#[repr(C)]pub struct libpostal_token_t { pub offset: u64, pub len: u64, pub type_: u16, }
offset: u64
len: u64
type_: u16