int mbstowcs( ffi.Pointer<ffi.Int32> __pwcs, ffi.Pointer<ffi.Int8> __s, int __n, ) { return _mbstowcs( __pwcs, __s, __n, ); }