pub fn decode_stream_header( header: &[u8; 15], ) -> Option<(FrameType, u16, u64, u32)>
Decode a streaming frame header.