Hi,
saturated liquid enthalpy and saturated liquid entropy should be unique, but saturated vapour enthalpy is not unique. I believe this input pair is just not implemented. So, what you can do is use PQ, or TQ as input pair, or write a small function in whatever wrapper language you are using to find the saturated liquid state. Saturated liquid enthalpy is monotonous between triple point liquid and critial liquid, so any 1D root finding algorithm should work (bisection, Brent, bounded Newton).
Best, Matthis