int mbtowc( ffi.Pointer<ffi.Int32> __pwc, ffi.Pointer<ffi.Int8> __s, int __n, ) { return _mbtowc( __pwc, __s, __n, ); }