unsafe fn read_ss_family(storage: *const sockaddr) -> u16
Read the ss_family field from a socket address returned from the OS.
ss_family
storage must point to a valid socket address returned from the OS.
storage