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