func init() { C.virSetErrorFunc(nil, C.virErrorFunc(unsafe.Pointer(C.errorGlobalCallback_cgo))) }
func init() { // libvirt won't print to stderr C.virSetErrorFunc(nil, C.virErrorFunc(unsafe.Pointer(C.virErrorFuncDummy))) }
func init() { // Supress the native error output. There's no way to do this per // connection, so we have to do this globally. C.virSetErrorFunc(nil, C.virErrorFunc(unsafe.Pointer(C.emptyErrorFunc))) }