// enet_host_destroy func (host *Host) Destroy() { C.enet_host_destroy(host.host) //host.host = uintptr(0) }
func (h *ENetHost) Destroy() { C.enet_host_destroy((*C.ENetHost)(h)) }