func (b CefFrameT) AddRef() { C.add_refVoid(unsafe.Pointer(b.CStruct)) }
func (b CefResponseT) AddRef() { C.add_refVoid(unsafe.Pointer(b.CStruct)) }
func (b CefCallbackT) AddRef() { C.add_refVoid(unsafe.Pointer(b.CStruct)) }
func AddRef(it unsafe.Pointer) { C.add_refVoid(it) }
func (b CefBrowserT) AddRef() { C.add_refVoid(unsafe.Pointer(b.CStruct)) }