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