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