pub type UserSampleWithEncap = (UserSample, Option<(Arc<[u8]>, usize)>);
The listener dispatch carries, alongside the UserSample, a zero-copy view on the original Arc<[u8]> with an encap offset (lever-E zero-copy path).
UserSample
Arc<[u8]>