pub type RawSubscriptionCallback = unsafe extern "C" fn(data: *const u8, len: usize, context: *mut c_void);Expand description
Raw subscription callback that receives CDR bytes without deserialization.
ยงSafety
The data pointer is valid for len bytes during the call.