func (self *ENGINE) remove() int { return int(C.ENGINE_remove(self.engine)) }
func (e *Engine) Remove() int { return int(C.ENGINE_remove(e.eng)) }