validate_bytes

Function validate_bytes 

const fn validate_bytes(
    data: &[u8],
    allowed: PropertyIdSet,
) -> Result<(), DecodeError>