func GetLast() *ENGINE { return newEngine(C.ENGINE_get_last()) }
func NewLast() *Engine { return New(C.ENGINE_get_last()) }