pub fn write_interface_description_block<W: Write>( writer: W, link_type: LinkType, interface_name: &str, ) -> Result<(), Error>
Write an interface description block with an interface name option.