pub fn assert_fourcc_roundtrip<P: PluginExport>()Expand description
Assert AU FourCharCode round-trips through big-endian u32.
This is the encoding used by AudioComponentDescription on macOS.
§Panics
Panics if the big-endian pack/unpack of any FourCharCode
doesn’t reproduce the original byte sequence.