tls_parser::tls_extensions
pub fn parse_tls_extension_sni_hostname( i: &[u8]) -> IResult<&[u8], (SNIType, &[u8]), (&[u8], ErrorKind)>