int strcasecmp( ffi.Pointer<ffi.Char> __s1, ffi.Pointer<ffi.Char> __s2, ) { return _strcasecmp( __s1, __s2, ); }