pub fn decode_cadu<'a>( asm: &[u8], cadu: &'a [u8], ) -> Result<&'a [u8], CaduError>
Strips the ASM from a CADU and returns the frame payload.
Verifies that the leading bytes match the expected asm pattern.
asm