int strncasecmp( ffi.Pointer<ffi.Char> __s1, ffi.Pointer<ffi.Char> __s2, int __n, ) { return _strncasecmp( __s1, __s2, __n, ); }