Exemple #1
0
func (v7 *V7) Destroy() {
	C.v7_destroy((*C.struct_v7)(v7))
}
Exemple #2
0
func (v *V7) Destroy() {
	C.v7_destroy(v.RawContext())
}