pub unsafe fn socket( family: sa_family_t, typ: sock_type, protocol: int, ) -> Result<int>
Create a socket endpoint for communication.