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