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