pub fn encode_inet_binary(s: &str) -> PgResult<Vec<u8>>
Encode an INET/CIDR text value into PostgreSQL binary format.
Accepts strings like "192.168.1.0/24", "10.0.0.1", "::1", "2001:db8::/32".
"192.168.1.0/24"
"10.0.0.1"
"::1"
"2001:db8::/32"