pub unsafe extern "C" fn TcpServerSocket_create( address: *const c_char, port: c_int, ) -> ServerSocket
Create a new TcpServerSocket instance
Implementation of this function is MANDATORY if server functionality is required.
address
port
the newly create TcpServerSocket instance