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