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