func (p *ENetPeer) Reset() { C.enet_peer_reset((*C.ENetPeer)(p)) }
// enet_peer_reset func (peer *Peer) Reset() { C.enet_peer_reset(peer.peer) }