int wcstombs( ffi.Pointer<ffi.Char> _Dest, ffi.Pointer<ffi.WChar> _Source, int _MaxCount, ) { return _wcstombs( _Dest, _Source, _MaxCount, ); }