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