func (self *ENGINE) add() int { return int(C.ENGINE_add(self.engine)) }
func (e *Engine) Add() int { return int(C.ENGINE_add(e.eng)) }