func (self *ENGINE) flags() int { return int(C.ENGINE_get_flags(self.engine)) }
func (e *Engine) Flags() int { return int(C.ENGINE_get_flags(e.eng)) }