// enet_host_flush func (host *Host) Flush() { C.enet_host_flush(host.host) }
func (h *ENetHost) Flush() { C.enet_host_flush((*C.ENetHost)(h)) }