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