pub type UA_NormalizedString = UA_String;
struct UA_NormalizedString { pub length: usize, pub data: *mut u8, }
length: usize
data: *mut u8