int strcasecmp_l( ffi.Pointer<ffi.Char> __s1, ffi.Pointer<ffi.Char> __s2, locale_t __loc, ) { return _strcasecmp_l( __s1, __s2, __loc, ); }