Returns the socket address as a mutable Ipv4 socket address.
impl SockAddr { fn as_mut_ipv4(&mut self) -> Result<&mut Ipv4SockAddr, Errno> }
This fails if the address is not an Ipv4 socket address.