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