pub type UA_DateString = UA_String;
#[repr(C)]pub struct UA_DateString { pub length: usize, pub data: *mut u8, }
length: usize
data: *mut u8