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