/** @codeCoverageIgnore */
 function iconv($from, $to, $string)
 {
     return Fallback::iconv($from, $to, $string);
 }