func GetFirst() *ENGINE { return newEngine(C.ENGINE_get_first()) }
func NewFirst() *Engine { return New(C.ENGINE_get_first()) }