Esempio n. 1
0
func (self *ENGINE) remove() int {
	return int(C.ENGINE_remove(self.engine))
}
Esempio n. 2
0
func (e *Engine) Remove() int {
	return int(C.ENGINE_remove(e.eng))
}