Hello, In an increasingly IPv6 world, it would be great to have the equivalent functions `inet6_ntoa`/`inet6_aton` [as found in MariaDB and MySQL](https://mariadb.com/kb/en/inet6_ntoa/). It shouldn't be that difficult to implement with [`inet_pton`](https://man7.org/linux/man-pages/man3/inet_pton.3.html) and [`inet_ntop`](https://man7.org/linux/man-pages/man3/inet_ntop.3.html).
Hello,
In an increasingly IPv6 world, it would be great to have the equivalent functions
inet6_ntoa/inet6_atonas found in MariaDB and MySQL.It shouldn't be that difficult to implement with
inet_ptonandinet_ntop.