int strncmp( ffi.Pointer<ffi.Char> s1, ffi.Pointer<ffi.Char> s2, int n, ) { return _strncmp( s1, s2, n, ); }