pub fn parse_fixed_header_by_slice(
    stream: &[u8]
) -> Result<FixedHeader, FixedHeaderError>