rtp/header: Add missing `array length` annotation to read/write methods
gstreamer-rs!790 (comment 944581)
CC @slomo: Any idea how to make this so that Rust considers data &mut [u8]
for fn write
? The pointer is not marked const, but switching to (out)
makes it so that the entire slice is passed as uninitialized, which is wrong.