Convert s to lower case.
This is a simple wrapper around string-downcase.
(s-downcase "ABC") ;; => "abc"