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