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