Function build_socks5_buffer

Source
pub fn build_socks5_buffer(
    host: &str,
    port: u16,
) -> Result<Vec<u8>, Box<dyn Error>>