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