fn parse_ipv4(s: &str) -> Option<Ipv4Address>
Parse IPv4 address from string without allocation. Format: “a.b.c.d” where a,b,c,d are 0-255.